diff options
| author | Ben Fuhrmannek | 2021-12-14 14:17:32 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-12-14 14:17:32 +0100 |
| commit | c160736a503c853366c0cfb72e7a1a316cb5eef2 (patch) | |
| tree | df684455057e1dea230522ac5b1530fe4d5ebabe /src | |
| parent | 6d5944670cb27a8af69ea14b8c0e3f5f204124ba (diff) | |
fixed typo where execution hook may not have been active
Diffstat (limited to 'src')
| -rw-r--r-- | src/snuffleupagus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index 01a0b01..de68130 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -366,7 +366,7 @@ static PHP_INI_MH(OnUpdateConfiguration) { | |||
| 366 | SPCFG(disabled_functions_reg).disabled_functions || | 366 | SPCFG(disabled_functions_reg).disabled_functions || |
| 367 | SPCFG(disabled_functions_reg_ret).disabled_functions || | 367 | SPCFG(disabled_functions_reg_ret).disabled_functions || |
| 368 | (SPCFG(disabled_functions) && zend_hash_num_elements(SPCFG(disabled_functions))) || | 368 | (SPCFG(disabled_functions) && zend_hash_num_elements(SPCFG(disabled_functions))) || |
| 369 | (SPCFG(disabled_functions) && zend_hash_num_elements(SPCFG(disabled_functions_ret))); | 369 | (SPCFG(disabled_functions_ret) && zend_hash_num_elements(SPCFG(disabled_functions_ret))); |
| 370 | 370 | ||
| 371 | if (SPCFG(show_old_php_warning)) { | 371 | if (SPCFG(show_old_php_warning)) { |
| 372 | time_t ts = time(NULL); | 372 | time_t ts = time(NULL); |
