[imp] test.php3 phplib config check errors

Alexander Dietz alex@munich.sgi.com
Tue, 29 May 2001 10:22:23 +0200


Dustin Froula wrote:
> 
> [...]
> Second, if this is not my problem it mentions to check the PHP
> include_path and auto_prepend_file. So in my php.ini file I have:
> 
> ; UNIX: "/path1:/path2"  Windows: "\path1;\path2"
> include_path = "/home/httpd/horde:/home/httpd/php"
> [...]

Shouldn't the include path have the current directory included, too?

I.e. reading
  include_path = "/home/httpd/horde:/home/httpd/php:."
in your case?

hope this helps,
  aleX.