php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37436 Apache 2.2.2 with PHP 5.1.4
Submitted: 2006-05-14 12:32 UTC Modified: 2006-05-14 13:05 UTC
From: rensjuh at gmail dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 5.1.4 OS: Windows XP Professional
Private report: No CVE-ID: None
 [2006-05-14 12:32 UTC] rensjuh at gmail dot com
Description:
------------
When adding the configuration for PHP, the following 2 lines:
LoadModule php5_module "C:/webserver/PHP/php5apache2.dll"
AddType application/x-httpd-php .php
You'll get an error from Apache.
The error contains:
httpd.exe: Syntax error on line 115 of C:/webserver/Apache Software
Foundation/Apache2.2/conf/httpd.conf: Cannot load
C:/webserver/PHP/php5apache2.dll into server: Cannot find the module.

The version of Apache is 2.2.2, and the version of PHP is 5.1.4.
After I saw that error, I was going to try it with an older version of Apache
(2.0.58) and it worked with that version.

I also reported the bug at the Apache site, but there they say it is because the PHP binary packages are not compiled against Apache 2.2.2

So now is my question, where can I get those binaries that are compiled against Apache 2.2.2, because I don't know how to compile them.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-14 13:05 UTC] tony2001@php.net
There is php5apache2_2.dll in the snapshots.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC