I've had PHP installed and running happily on my Win2k machine (for local development) for a while. I was using Apache 1.3.14 and PHP 4.0.5, using the module version of PHP.
I decided to install mod_ssl, and while I was at it I installed Apache 1.3.20 and PHP 4.0.6, as well as mod_ssl 2.8.4 and OpenSSL 0.9.6a
SSL works great, but when I start the Apache service, it says "Loaded DSO c:/program files/php/sapi/php4apache.dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI)" and as the error suggests, PHP keeps crashing. I have PHP 4.0.6 and Apache 1.3.20 running without SSL quite happily on another Win2k box.
Anyone know why this is happening? Is there another apache module version of PHP?