I downloaded the PHP zip for version 4.2.1 and unzipped to c:\php\ back when I was running Apache 1.3.24 and it worked fine. Then I uninstalled Apache1 and installed Apache2 and put this in my config file...
LoadModule php4_module c:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php
Then, i try running Apache2 and I get this error...
APACHE: module "c:\php4build\snap\sapi\apache2filter\sapi_apache2.c" is not compatible with this version of Apache.
Please contact the vendor for the correct version.
I'm not sure why it uses c:\php4build\ ? but it does. Ive checked my PHP ini files and apache conf files and havn't found anything abnormal that could be creating this error.
like I said above, i downloaded the standard zipped up version of PHP4.2.1 and the install for Apache2. Any comments or suggestions would be really helpful.
Thanks!
-Kyle