FS#16381 - PHP 5.3 breaks Apache and several other modules

Attached to Project: Arch Linux
Opened by Daniele C. (legolas558) - Monday, 28 September 2009, 09:42 GMT
Last edited by Pierre Schmitz (Pierre) - Monday, 28 September 2009, 09:54 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Upgrading to PHP 5.3 leads to some issues preventing usage with Apache. Some modules needed to be disabled (curl,gmp,imagick,pdo_sqlite and others) and httpd no more starts, giving following error:

httpd: Syntax error on line 443 of /etc/httpd/conf/httpd.conf: Could not open configuration file /etc/httpd/conf/extra/php5_module.conf: No such file or directory


Additional info:
extra/php 5.3.0-3
extra/apache 2.2.13-2
extra/curl 7.19.6-1
extra/imagemagick 6.5.6.1-1
core/sqlite3 3.6.18-1
core/gmp 4.3.1-2

Steps to reproduce:
After upgrading php package Apache will no more start.
This task depends upon

Closed by  Pierre Schmitz (Pierre)
Monday, 28 September 2009, 09:54 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Read the news item
Comment by Daniele C. (legolas558) - Monday, 28 September 2009, 09:43 GMT
Also PHP complains about the deprecated '#' comments in its conf.d files.
Comment by Jan de Groot (JGC) - Monday, 28 September 2009, 09:53 GMT
php 5.3.0 has been split into multiple packages. You'll need to install the modules for your webserver and every extension that isn't shipped with the core php package.

Loading...