diff options
Diffstat (limited to 'src/snuffleupagus.c')
| -rw-r--r-- | src/snuffleupagus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index e3ecd72..01a0b01 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -370,7 +370,6 @@ static PHP_INI_MH(OnUpdateConfiguration) { | |||
| 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); |
| 373 | sp_log_debug("foo"); | ||
| 374 | if (PHP_VERSION_ID < 70300 || | 373 | if (PHP_VERSION_ID < 70300 || |
| 375 | PHP_VERSION_ID < 70400 && ts >= (time_t)1638745200L || | 374 | PHP_VERSION_ID < 70400 && ts >= (time_t)1638745200L || |
| 376 | PHP_VERSION_ID < 80000 && ts >= (time_t)1669590000L || | 375 | PHP_VERSION_ID < 80000 && ts >= (time_t)1669590000L || |
