From c9ea4d76af17c016f7c4e8e97e725bf6462b0b47 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 20 Aug 2024 16:34:52 +0200 Subject: [PATCH] Revert "Merge branch 'PHP-8.3'" This reverts commit a2313cea5a7bc2770363d5b3409242241b33833a, reversing changes made to 588029a989401e0f32445174e8bf6242205ed2a7. --- Zend/zend_max_execution_timer.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Zend/zend_max_execution_timer.c b/Zend/zend_max_execution_timer.c index 3269bfc1517..005ce14868a 100644 --- a/Zend/zend_max_execution_timer.c +++ b/Zend/zend_max_execution_timer.c @@ -31,10 +31,6 @@ #include "zend_globals.h" #include "zend_portability.h" -#include "zend.h" -#include "zend_globals.h" -#include "zend_portability.h" - #if __has_feature(memory_sanitizer) # include #endif