<div>A few things to note.&nbsp; PHP actually has a note that you should not use the threaded MPM for Apache 2.&nbsp; There are issues with memory locking (I believe).&nbsp; So if you are using Apache, make sure to load the prefork MPM modules.
</div>
<div>&nbsp;</div>
<div>Also, since you are running Windows, make sure that you copy the php4apache2.dll to c:\windows or c:\windows\system32.&nbsp; I found that this is necessary nearly everytime for Windows.&nbsp; 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>&nbsp;</div>
<div>Hope this helps.</div>
<div>&nbsp;</div>
<div>--</div>
<div>Jerry</div>