php5 is 5.3, but not fully supported by Drupal6

Bug #572791 reported by EmmaJane
20
This bug affects 2 people
Affects Status Importance Assigned to Milestone
drupal6 (Ubuntu)
Invalid
Undecided
Unassigned
php5 (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: drupal6

Drupal 6 does not fully support PHP5.3 at this time. The default package of php5 in 10.04 includes the following configuration option:
error_reporting = E_ALL & ~E_NOTICE

This does not allow Drupal to turn off the "deprecated" warnings and therefore the site won't load. The php.ini configuration file must be updated to the following for Drupal 6 to work:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

Tags: php5
Revision history for this message
jokerejoker (jokerejoker) wrote :

The suggested changes to php.ini does not seems to work as intended..

The problem actually is a more general problem with php 5.3 (As reported below), and I therefore recommend to update php 5.3.1 to at least php 5.3.2, where the problem is solved, and maybe raise the importance of the bug a bit ;).

http://stackoverflow.com/questions/2045875/pass-by-reference-problem-with-php-5-3-1
http://bugs.php.net/bug.php?id=50394

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

I just tried out drupal6 in Maverick and I see no issues with deprecated warnings.

Further, lucid and maverick are both on php 5.3.2, so I'm puzzled why you would mention 5.3.1.

EmmaJane, if you can post the specific revisions of PHP, Drupal6, and which version of Ubuntu you're running, and an example of one of th deprecated warnings, please feel free to do so and re-mark this bug as "New". Otherwise, this bug report seems lacking in details, so I am marking as Incomplete.

Changed in drupal6 (Ubuntu):
status: New → Incomplete
Changed in php5 (Ubuntu):
status: New → Incomplete
Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Hi EmmaJane,

Any chance you've had some time to take another look at this? It has been a few months now with no response.

Thanks!

Revision history for this message
Dave Walker (davewalker) wrote :

Marking Invalid due to not having an update, following suggestions that it is resolved.

Thanks.

Changed in drupal6 (Ubuntu):
status: Incomplete → Invalid
Changed in php5 (Ubuntu):
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.