Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2010 at 18:00 UTC
Updated:
19 Jul 2010 at 21:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
damien tournoud commentedNot sure what we can do here.
Those test bots are configured (in php.ini) with:
for both Apache and CLI.
The test clients on Drupal 6 are using the Simpletest module from contrib. It ships with a patch that (I think) is applied after Drupal 6 is downloaded. (I think, because I cannot make sense of the PIFR code base). This patch replaces the error handler of Drupal 6 with a backport from D7:
This apparently respects the error_reporting() settings. So I'm not sure where to look after that.
Comment #2
dave reidUsing latest Drupal 6.x core, Simpletest 6.x.2.x, I can't duplicate these deprecated errors when run under PHP 5.3. :/ Something in PIFR or PIFT has to be messing with the error reporting.
Comment #3
damien tournoud commentedThe problem is actually in core:
This actually enables E_DEPRECATED if it is not already enabled :)
Comment #4
damien tournoud commentedMy bad, I RTBC-ed the faulty patch.
Comment #5
damien tournoud commentedComment #6
damien tournoud commentedNothing better then a little irony.
Comment #7
berdir*blush*
Here is the correct patch. Sorry about that...
Comment #8
dave reidTested and confirmed working with all possible values of error_reporting in php.ini.
Comment #9
berdirCrosspost
Comment #10
berdiromg. Double crosspost :)
Comment #11
berdirComment #12
gábor hojtsyCommitted, thanks. Happy testing.