Hi all,
I am having trouble getting php4.4 to work with apache2.2
I have a php test page but the browser just hangs when loading.
Here are the changes I made...
HTTPd.conf
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
PHP:
copied php4apache.dll from c:\PHP\sapi to c:\php
copied contents of c:\php\dlls to windows\system32
php.ini
extension_dir = c:/php/extensions
doc_root = "c:/Program Files/Apache Group/Apache/htdocs"
Thanks,
Kevin.