Hi to everyone..
I tried to install PHP4.2.2 and bring it together with apache2.39
but it does not work.
httpd.conf:
....
LoadModule php4_module c:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php
and...
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
with or without the files entry, it doesnt work
I tried this also with the newest php release 4.3 allways the same Error occured.
"The requested Operation failed"
I also changed LoadModule Path to c:/php/sapi/php4apache.dll
I have allready read a lot of threads and tried them, but none of them seem to work.
Any ideas??? You may help me🙂
...thanks