Mailinglisten-Archive |
florian schrieb :
> folgenden error meldung beim starten des apaches:
> "Starting service httpdSyntax error on line 1318 of /etc/httpd/httpd.conf:
> Invalid command 'php_include_path', perhaps mis-spelled or defined by
> a module not
...
> was ist der korekte syntax hierfür mit php4? 'php_include_path' funkt
> auch nicht.
Wie auf
http://www.php.net/manual/configuration.php
erklärt, heisst der neue Syntax bei php4
"php_value {Paramter} {Wert}",
also in Deinem Fall
php_value include_path ".:/home/florian/htdocs/phplib/: ...
... /home/florian/htdocs/phplib/local_include/"
Grüße, johann
php::bar PHP Wiki - Listenarchive