I'm running windows98 with apache2
I wanted to install php.
I tried this first with the executable file, but this didn't work, so I decided to install manually.
I extracted the zip-file to c:\php\ and added the line
LoadModule php4_module "c:/php/sapi/php4apache2.dll"
to my httpd.conf file.
But when I try to run apache after doing this, apache won't run anymore and it gives the error:
APACHE.EXE: 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.