Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Feb 2, 2014
1 parent f88ff6c commit 891477d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpdbg_prompt.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ PHPDBG_COMMAND(run) /* {{{ */
zend_op_array *orig_op_array = EG(active_op_array);
zval **orig_retval_ptr = EG(return_value_ptr_ptr);
zend_bool restore = 1;
zend_execute_data *ex = EG(current_execute_data);

if (!PHPDBG_G(ops)) {
if (phpdbg_compile(TSRMLS_C) == FAILURE) {
Expand All @@ -567,7 +568,6 @@ PHPDBG_COMMAND(run) /* {{{ */
}

/* clean up from last execution */
zend_execute_data *ex = EG(current_execute_data);
if (ex && ex->symbol_table) {
zend_hash_clean(ex->symbol_table);
}
Expand Down

0 comments on commit 891477d

Please sign in to comment.