Just compiled PHP 5.2.5 for an acquaintance who was having a problem getting his PHP to work.
now this is driving me nuts.
Added following to httpd.conf
LoadModule php5_module modules/libphp5.so
AddType text/html php
AddHandler php5-scripts php
Error log is giving up the following when running phpinfo()
(8) Exec format error: /phpinfo.php failed
Premature end of script headers: phpinfo.php
Any help is greatly appreciated
now this is driving me nuts.
Added following to httpd.conf
LoadModule php5_module modules/libphp5.so
AddType text/html php
AddHandler php5-scripts php
Error log is giving up the following when running phpinfo()
(8) Exec format error: /phpinfo.php failed
Premature end of script headers: phpinfo.php
Any help is greatly appreciated
Comment