On Tuesday 24 August 2004 23:37, Al wrote:
> The php.ini is already set to log errors and it works; but, they are
> appended to the system log.
>
> Just for the heck of it I tried; but it doesn't work.
>
> php_value error_reporting 2047
>
> php_value log_errors TRUE
>
> php_value error_log "./errors.txt"        [and the full path string]

"... Don't use php_value to set boolean values. ..."

And you may have to specify an absolute path.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
"People should have access to the data which you have about them.  There 
should
 be a process for them to challenge any inaccuracies."
-- Arthur Miller
*/

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

Reply via email to