php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23503 Apache2.dll is expecting a non-exist path
Submitted: 2003-05-06 01:55 UTC Modified: 2003-05-12 01:07 UTC
From: spam at vrana dot cz Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.2RC2 OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: spam at vrana dot cz
New email:
PHP Version: OS:

 

 [2003-05-06 01:55 UTC] spam at vrana dot cz
I have Apache 2.0.40 installed, but this problem is related straight to php4apache2.dll. If I add following line in httpd.conf:

LoadModule php4_module "C:/Program Files/PHP/php4apache2.dll"

Apache says:

C:\Program Files\Apache2\bin>apache
apache: module "c:\php4build\snap\sapi\apache2handler\sapi_apache2.c" is not compatible with this version of Apache.
Please contact the vendor for the correct version.

Without PHP, Apache is working correctly. The problem is probably in php4apache.dll because there is hard-coded path to non-existing file c:\php4build\snap\sapi\apache2handler\sapi_apache2.c.

This is probably the same bug as 20602 but it was closed as "maybe it works in newer version". It doesn't work in 4.3.0, 4.3.2RC2, even not in CVS snapshot from snaps.php.net.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-06 03:20 UTC] edink@php.net
Your apache version is too old. Get 2.0.45 or newer.
 [2003-05-06 04:04 UTC] spam at vrana dot cz
Thank you.
 [2003-05-12 01:07 UTC] magnus@php.net
Still not a bug. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 03:01:32 2024 UTC