Skip to content

Commit

Permalink
Fix bug #5182
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman committed Nov 9, 2023
1 parent ed45bd4 commit 4286540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext-src/php_swoole.cc
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ PHP_RINIT_FUNCTION(swoole) {
// https://github.com/swoole/swoole-src/issues/5182
/**
* xdebug will hook zend_execute_ex to xdebug_execute_ex.
* This would cause php_swoole_load_library not to execute correctly, so it must be replaced
* This would cause php_swoole_load_library function not to execute correctly, so it must be replaced
* with the execute_ex function.
*/
void (*old_zend_execute_ex)(zend_execute_data *execute_data) = nullptr;
Expand Down

0 comments on commit 4286540

Please sign in to comment.