Hi there.
I ran a virtual domain with apache that set some php.ini values:
php_value log_errors On
php_value display_errors Off
php_value error_log /var/log/apache/adsl-php-errorlog
I restart apache, and have a look at a phpinfo.
Most php values are correctly set execpt log_errors wich is still set to Off
So i have no logging of my php errors.
Any idea ?