Robert Cummings wrote:
On Sun, 2005-12-11 at 17:26, Robert Cummings wrote:

Could someone explain to my feeble mind how the bug reported at the
following link is bogus? The added comment is pretty obtuse :(

   http://bugs.php.net/bug.php?id=35634&edit=2

Thanks,
Rob.

It looks like each time your errorHandler function is called it is trying to (re)declaring ErrorClass, causing the error. If you take require_once('errorClass.php'); out of the errorHandler function, it works as expected.

Bart

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to