Ack... I recompiled my server and screwed something up in the process.  PHP 
files are parsed, but the include_path and auto_prepend variables are now 
ignored in my httpd.conf file.  Any idea of what I did?

I'm using virtual hosts and have

php_value include_path
php_value auto_prepend

in virtual host containers.  I didn't change the configuration files... 
When I run a script that tries doing any include, it says
Warning: Failed opening 'top.php' for inclusion (include_path='')

The include_path variable is empty... any idea why?

-Ed


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to