]> granicus.if.org Git - php/commit
fix crash when unexpectedly passed by-ref parameter is modified
authorStanislav Malyshev <stas@php.net>
Tue, 18 Aug 2009 20:51:49 +0000 (20:51 +0000)
committerStanislav Malyshev <stas@php.net>
Tue, 18 Aug 2009 20:51:49 +0000 (20:51 +0000)
commit50fa1e7a2f539dc3216fe9d5da2e9a3aff6db9f3
tree5c7c89ef8d3c84f68a5b5e816c7613b83dcdf279
parent2b682228e243b3732ad9ab8928bc951e5670211a
fix crash when unexpectedly passed by-ref parameter is modified
Zend/tests/unexpected_ref_bug.phpt [new file with mode: 0755]
Zend/zend_execute_API.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/standard/tests/array/unexpected_array_mod_bug.phpt [new file with mode: 0755]