[Bug 572792] Re: php5 is 5.3, but not fully supported by Drupal6

2010-05-01 Thread EmmaJane
The package provided by Ubuntu does not include the patch you're
referencing. As-is the Drupal package in Ubuntu is broken.

-- 
php5 is 5.3, but not fully supported by Drupal6
https://bugs.launchpad.net/bugs/572792
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 572792] [NEW] php5 is 5.3, but not fully supported by Drupal6

2010-04-30 Thread EmmaJane
Public bug reported:

Binary package hint: php5

[cross-posted from Drupal6 as this bug can be EITHER Drupal6 requiring
the wrong version of php5 *or* a problem with php5 having the wrong
default settings for 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

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: drupal6

-- 
php5 is 5.3, but not fully supported by Drupal6
https://bugs.launchpad.net/bugs/572792
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs