summaryrefslogtreecommitdiff
path: root/src/snuffleupagus.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-11-30 19:38:34 +0100
committerBen Fuhrmannek2021-11-30 19:38:34 +0100
commit6095651e2caa729ff56ae5a53c908b09e5f7dc29 (patch)
tree0bb9907ea7142701c206b00a135c0c0d96c9ca39 /src/snuffleupagus.c
parenta870b1547fceb5f58d56f1a1646ab1e897d28238 (diff)
PHP 8.1 compatibility with streams/includes + fix for ticks
Diffstat (limited to 'src/snuffleupagus.c')
-rw-r--r--src/snuffleupagus.c1
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 ||