I am running drupal6 6.16-1 with php5 5.3.1-5 without any issues. Please
report the issues you are having in http://drupal.org/node/360605
The only patch to 6.16 that is still being used is the one from
http://drupal.org/node/360605#comment-2621856
+// Hide E_DEPRECATED messages.
+if (defined('E_DEPRECATED')) {
+ error_reporting(error_reporting() ^ E_DEPRECATED);
+}
+
Personally, I do not see any E_DEPRECATED messages on my site, so I do
not use this patch.
Richard
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org