when i put the following line in the httpd.conf file:
LoadModule php4_module c:/php/sapi/php4apache.dll
And then try to run apache following error occurs:
Cannot load c:/php/sapi/php4apache.dll into server: The specified module could not be found.
php4ts.dll is in the right folder en php.ini also.
What can be the problem?
PS: with php4apache2.dll everything works fine, except the passing of vars into an php-script. What is the difference between php4apache.dll and php4apache2.dll???
Thanks