From: [EMAIL PROTECTED] Operating system: win32 PHP version: 4.2.3 PHP Bug Type: Apache2 related Bug description: Incompatibility in isapi module
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. -- Edit bug report at http://bugs.php.net/?id=19708&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19708&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19708&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19708&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19708&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19708&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19708&r=support Expected behavior: http://bugs.php.net/fix.php?id=19708&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19708&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19708&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19708&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19708&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19708&r=dst
