Skip to content

Commit

Permalink
Merge pull request preinheimer#13 from Danez/master
Browse files Browse the repository at this point in the history
Fix Bug #62062 (PECL) - Reset the zend_compile_string function on stop
  • Loading branch information
billf committed Nov 28, 2012
2 parents 2ae8f6a + 5ba9929 commit b8c76ac
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 b8c76ac

Please sign in to comment.