]> granicus.if.org Git - php/commit
- Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)
authorDmitry Stogov <dmitry@php.net>
Mon, 5 May 2008 11:02:46 +0000 (11:02 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 5 May 2008 11:02:46 +0000 (11:02 +0000)
commitc1b01f7318c4a3a7f1a587deea2e239add64fe05
tree873790892feaee0e7cabfd9479e99f3212f44028
parenta0f5a72a8afef8282ad5bf0c5e720fdf70f0d0cd
- Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)
- Fixed bug #44913 (Segfault when using return in combination with nested loops and continue 2)
Zend/tests/bug44913.phpt [new file with mode: 0644]
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_execute.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h