Skip to content

Commit

Permalink
Fix Bug #62062 (PECL) - Reset the zend_compile_string function on stop
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Nov 21, 2012
1 parent 2ae8f6a commit 5ba9929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/xhprof.c
Original file line number Diff line number Diff line change
Expand Up @@ -1858,6 +1858,7 @@ static void hp_stop(TSRMLS_D) {
zend_execute = _zend_execute;
zend_execute_internal = _zend_execute_internal;
zend_compile_file = _zend_compile_file;
zend_compile_string = _zend_compile_string;

/* Resore cpu affinity. */
restore_cpu_affinity(&hp_globals.prev_mask);
Expand Down

0 comments on commit 5ba9929

Please sign in to comment.