I am having trouble loading php as a module on apache(win). It works fine as a CGI
but when I put
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
in the httpd.conf file (and take out the lines for the cgi version) of apache it gives this error when i try and start apache.
Cannot load c:/php/sapi/php4apache.dll into server: one of the library ifles needed to run this application cannot be found.
I have followed all the installation instructions. Moved php4ts.dll and the dlls in the dlls dir to c:/windows/system. Does anybody have any ideas as i need to run it as a module.
much obliged to anyone who can help.
Ant