PHP doesn't work with Apache 2.3 series
| Bug #39787 | PHP doesn't work with Apache 2.3 series | ||||
|---|---|---|---|---|---|
| Submitted: | 2006-12-10 11:52 UTC | Modified: | 2006-12-11 14:54 UTC | ||
| From: | mv at binarysec dot com | Assigned: | iliaa (profile) | ||
| Status: | Closed | Package: | Apache2 related | ||
| PHP Version: | 5CVS-2006-12-10 (CVS) | OS: | All | ||
| Private report: | No | CVE-ID: | None | ||
[2006-12-10 11:52 UTC] mv at binarysec dot com
Description: ------------ PHP doesn't work with Apache 2.3 series. On Apache 2.3 the ap_get_server_version() function has been replace by ap_get_server_banner() & ap_get_server_description(). See the Apache changelog (from trunk) : * 20060905.0 (2.3.0-dev) Replaced ap_get_server_version() with * ap_get_server_banner() and ap_get_server_description() Actual result: -------------- httpd: Syntax error on line 53 of /Web/conf/httpd.conf: Cannot load /Web/modules/libphp5.so into server: /Web/modules/libphp5.so: undefined symbol: ap_get_server_version
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2006-12-10 13:08 UTC] mv at binarysec dot com
[2006-12-11 12:54 UTC] tony2001@php.net
[2006-12-11 14:54 UTC] iliaa@php.net