show/hide this revision's text 3 added 73 characters in body

Hello,

On a server I have to take care of, errors from a vhost do not go to the standard PHP error log.

In the php.ini we have

log = /var/log/file

and phpinfo() does not show any difference between the vhost and the whole server.

But the callback function set up by set_error_handler() catches errors which are not in the php log.

Could you help me to find a way to explore?

Regards, Cédric

update : error_reporting is set to E_ALL once and never modified

show/hide this revision's text 2 typos formatting

Why are some PHP errors are not written in the PHP log?

Hello,

on

On a server I have to take care of, errors from a vhost does do not go to the standard PHP error log.

In the php.ini we have

log = /var/log/file

and phpinfo() does not show any difference between the vhost and the whole server.

But the callback function set up by set_error_handler()catch up catches errors wich which are not in the php log.

Could you help me to find a way to explore?

Regards, Cédric

show/hide this revision's text 1

Why some PHP errors are not written in the PHP log?

Hello,

on a server I have to care of, errors from a vhost does not go to standard PHP error log. In the php.ini we have log = /var/log/file and phpinfo() does not show any difference between the vhost and the whole server.

But the callback function set up by set_error_handler() catch up errors wich are not in the php log. Could you help me to find a way to explore?

Regards, Cédric