[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_API.c

2004-06-05 Thread Sebastian Bergmann
Marcus Boerger wrote: > we could add a check for every place that ends up calling object > initialization. But you don't win anything. As far as I understand the original bug report __autoload() is not (but should be) called during the session deserialization. What would be wrong with this?

[PHP-DEV] ZE2 Patch

2004-06-05 Thread Stefan Esser
Hi, I could commit it myself but maybe you want to apply some cosmetic fixes first. Stefan Esser diff -Nur php-5.0.0RC3RC2.orig/Zend/zend_compile.h php-5.0.0RC3RC2/Zend/zend_compile.h --- php-5.0.0RC3RC2.orig/Zend/zend_compile.hTue Mar 16 20:46:04 2004 +++ php-5.0.0RC3RC2/Zend/zend_compile.h

Re: [PHP-DEV] Zend Engine 2 - ZTS Bugs Round 2

2004-06-05 Thread Andi Gutmans
Do you have a short reproducing script? Do you think it's a problem with the memory management or does it just seem to be a bug which is appearing due to the changes? Thanks, Andi At 05:58 PM 6/5/2004 +0200, Stefan Esser wrote: Hi, I have added a backtrace of a crash that occurs when a class func

[PHP-DEV] Zend Engine 2 - ZTS Bugs Round 2

2004-06-05 Thread Stefan Esser
Hi, I have added a backtrace of a crash that occurs when a class function is destructed in ZTS. It seems I only saw this because of Hardened-PHP using globals. Since Andi disabled ZEND_MM on Win32 the same kind of errors should be seen on any Windows PHP installation (I guess). Between 4 and 2.