This commit is contained in:
krakjoe 2013-11-20 17:48:54 +00:00
parent a81cc6c552
commit 17baeaa932

View File

@ -1212,7 +1212,8 @@ zend_vm_enter:
/* allow conditional breakpoints and
initialization to access the vm uninterrupted */
if (PHPDBG_G(flags) & PHPDBG_IN_COND_BP|PHPDBG_IS_INITIALIZING) {
if ((PHPDBG_G(flags) & PHPDBG_IN_COND_BP) ||
(PHPDBG_G(flags) & PHPDBG_IS_INITIALIZING)) {
/* skip possible breakpoints */
goto next;
}