php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20602 Apache2.dll file distributed is expecting a non-exist path
Submitted: 2002-11-23 17:45 UTC Modified: 2002-11-23 17:57 UTC
From: mtougeron at bigfoot dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.3 OS: Windows 2000 SP3
Private report: No CVE-ID: None
 [2002-11-23 17:45 UTC] mtougeron at bigfoot dot com
I'm running Windows 2000 SP3 (with all updates).  I've also just installed Apache2 2.0.43.  I added 

LoadModule php4_module c:/PHP/sapi/php4apache2.dll
AddType application/x-httpd-php .php

to my httpd.conf file.  When I tried testing it I got the following:

C:\>"C:\Program Files\Apache Group\Apache2\bin\Apache.exe" -w -t -f "C:\Program Files\Apache Group\Apache2\conf\httpd.conf" -d "C:\Program Files\Apache Group\Apache2\."
Apache.exe: module "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not compatible with this version of Apache (found 20020628, need 20020903).  Please contact the vendor for the correct version.



Just thought you'd like to know.  l8r

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-23 17:57 UTC] joerg@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

You need at least a php cvs version when using Apache 2.0.43 otherwise take the 2.0.39 which works with php 4.2.3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC