On Mon, 22 Aug 2005, Andrei Zmievski wrote:

> I thought I made that patch a while ago?
> 
> zend.c:
>                if (retval) {
>                     if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0)
> {
>                         zend_error_cb(type, error_filename, error_lineno,
> format, args);
>                     }
>                     zval_ptr_dtor(&retval);
>                 }

Ah, great. I didn't know this. This doesn't solve the problem of the 
catchable fatals though. I've a patch for that ready, just need to do 
some testing.

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

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

Reply via email to