I use set_error_handler() in my script but it fails and returns NULL indicating an error has happened.
But there are no entries in error.log ore something similar.
How can I find out what actually went wrong?

PS: I use error_reporting(E_ALL) and init_set('display_errors', 'On') on PHP 5.1.3

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

Reply via email to