]> granicus.if.org Git - php/commit
Fixed bug #32852 (Crash with singleton and __destruct when zend.ze1_compatibility_mod...
authorDmitry Stogov <dmitry@php.net>
Fri, 29 Apr 2005 07:03:54 +0000 (07:03 +0000)
committerDmitry Stogov <dmitry@php.net>
Fri, 29 Apr 2005 07:03:54 +0000 (07:03 +0000)
commit8db238b075e708f032435fd49e9de0de4da80f0c
tree8c157ff36a456e8bde0aacb12287f7cb451ac64b
parent72b5173ac33a4f8f3ed3bebc996355f5796d8966
Fixed bug #32852 (Crash with singleton and __destruct when zend.ze1_compatibility_mode = On)
Fixed bug #31828 (Crash with zend.ze1_compatibility_mode=On)
Fixed bug #32080 (segfault when assigning object to itself with zend.ze1_compatibility_mode=On)
Zend/tests/bug31828.phpt [new file with mode: 0644]
Zend/tests/bug32080.phpt [new file with mode: 0644]
Zend/tests/bug32852.phpt [new file with mode: 0644]
Zend/zend_execute.c