]> granicus.if.org Git - php/commit
- Fix crash in destructors(). You can't throw an exception in destructors
authorAndi Gutmans <andi@php.net>
Mon, 1 Mar 2004 19:45:07 +0000 (19:45 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 1 Mar 2004 19:45:07 +0000 (19:45 +0000)
commit8912a50bf47e70a16fc45a6cd085fc1b3e4d88a5
treee4e4a2790d7c0e0214b4f7979f570da84a76703a
parent161ed69721b64b6f04b015f0bba30a09cbed3652
- Fix crash in destructors(). You can't throw an exception in destructors
  as there is no guaranteed time when the destructor will be called.
Zend/zend_objects.c