]> granicus.if.org Git - php/commit
Destroy the resource list after destroying the symbol table, otherwise the
authorZeev Suraski <zeev@php.net>
Mon, 12 Apr 1999 18:40:18 +0000 (18:40 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 12 Apr 1999 18:40:18 +0000 (18:40 +0000)
commit15be5f0b4a82d06f9c626fe05e42a9801a117c64
treeaaa7cf252dbf338d810a995d00b74b8cadd470fa
parent39a7f4c306675d3a03ff56f0a8c7f5e2183ab09a
Destroy the resource list after destroying the symbol table, otherwise the
auto-destructor for resources are run when the resource list is no longer valid
Zend/zend_compile.c
Zend/zend_execute_API.c