PHP appears to no longer be logging errors:
My php.ini is unchanged:
  error_reporting  = E_ALL
  display_errors  = On
  display_startup_errors = On
  log_errors  = On
  error_log = /var/log/apache/php.log
Over the last few days, whenever I had a syntax error in my scripts,
I was getting segmentation faults reported in the apache error logs.
Now I dont get anything anywhere.

Anyone know why all error reporting might suddenly disappear?
Has my library grown too large? complex?

TIA
JEFF



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to