[imp] upgrading from php3 to php4
rHiNaX
rhinax@rhinax.net
Mon, 4 Dec 2000 10:55:36 -0000
Hi Peter
> Syntax error on line 6 of /etc/httpd/conf/horde.conf
> Invalid command 'php3_include_path', perhaps mis-spelled or defined by a
> module not included in the server configuration
You need to change the lines in the Apache config like so :-
php_value include_path /usr/local/webmail/current/php
php_value auto_prepend_file /usr/local/webmail/current/php/prepend.php3
php_flag magic_quotes_gpc Off
Change the path oviously :-)
It's probably better explained in
http://www.uk.php.net/version4/migration.php#tOpOfpAgE
Regards,
James.