<div>A few things to note. PHP actually has a note that you should not use the threaded MPM for Apache 2. There are issues with memory locking (I believe). So if you are using Apache, make sure to load the prefork MPM modules.
</div>
<div> </div>
<div>Also, since you are running Windows, make sure that you copy the php4apache2.dll to c:\windows or c:\windows\system32. I found that this is necessary nearly everytime for Windows. I don't know why it is or why it's not documented in the PHP manual, but it usually resolves my issues with loading the php module during Apache startup.
</div>
<div> </div>
<div>Hope this helps.</div>
<div> </div>
<div>--</div>
<div>Jerry</div>