Nathan Rixham wrote:
with php.ini/vhosts.conf open_basedir set
these values in .htaccess WILL NOT work
php_flag log_errors on
php_value error_log logfile.txt
these values in vhosts.conf WILL work
php_flag log_errors on
php_value error_log logfile.txt
============
absolute paths to the same file always work.
can anybody confirm if this is a big or not before I submit?
regards,
Nathan
please ignore the "php_flag log_errors on" it always works, included as
it was in my test code - don't want to confuse matters.
also the bug? appears not to be in 5.2.6 - thus 5.2.8 specific
What exactly IS the open_basedir setting value here?
Did you leave . out of it..?
--Jani
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php