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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: magojr at libero dot it
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 10:01:33 2025 UTC