]> granicus.if.org Git - php/commit
Plug some memory leaks and promote unknown label to E_ERROR.
authorSara Golemon <pollita@php.net>
Thu, 29 Jul 2004 16:36:00 +0000 (16:36 +0000)
committerSara Golemon <pollita@php.net>
Thu, 29 Jul 2004 16:36:00 +0000 (16:36 +0000)
commit8c844fdde39826b4d1b3c65c03bf1ff9c0e94d6b
treecae79b16bcda42f3010b37e19177312635c077c9
parent5865b3680a450fbf7ffc2621e99e4f876337ada0
Plug some memory leaks and promote unknown label to E_ERROR.
If someone tries to jump to a non-existant label execution really
shouldn't try to carry on.
Zend/zend_compile.c
Zend/zend_execute.c