php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19708 Incompatibility in isapi module
Submitted: 2002-10-02 03:42 UTC Modified: 2002-10-02 03:45 UTC
From: magojr at libero dot it Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.2.3 OS: win32
Private report: No CVE-ID: None
 [2002-10-02 03:42 UTC] magojr at libero dot it
I'm installing a test environment on a WIN XP platform.
I'm installing PHP 4.2.3 with Apache 2.0.42 all binary precompiled version with api. (I prefer do it on Linux and compile it by myself but in windows... you know).
Anyway, after configuring httpd.conf and php.ini, moving the php4apache2.dll and php.ini to \%windows%\system32, I got this error when I try to start apache (obiusly apache start without php): 
=============
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.
=============
Note that the file in the path shown doesn't exist.
I don't know if it's created runtime but I'm sure there isn't in any conf or ini file.
I think to downgrade apache for go around the problem but the binary win32 distribution are only for the latest version 2..42 or 1.3.... so i cant get php and apache2 with api, now i'll try with CGI but i don't like this solution.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-02 03:45 UTC] derick@php.net
You need to get a later version of the PHP Module, which can only be found as a snapshot. See snaps.php.net/win32
I would recommend to use the stable snapshot, as it's 4.2.3 + some small fixes.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 12:01:27 2024 UTC