Re: [PHP-DEV] [PATCH] Two bugs in variable destruction

2003-10-22 Thread Vesselin Atanasov
Hello. I looked at your patch but why is it better than current code? In both cases (current code and your code) the symtable and all objects are destroyed. What is the difference? - http://www.Elmaz.com - Запознанства -- PHP Inter

Re: [PHP-DEV] [PATCH] Two bugs in variable destruction

2003-10-22 Thread Marcus Börger
Hello Vesselin, Wednesday, October 22, 2003, 8:43:39 AM, you wrote: > Hello. > There are two bugs that show when code is executed from an object destructor and > PHP is compiled in debug mode. Both bugs cause the zend_hash_find() to fail in the > IS_CONSISTENT() macro. [...] > And here is a pat