[php-src] PHP-8.4: Merge branch 'PHP-8.3' into PHP-8.4

From: Date: Tue, 06 May 2025 14:03:31 +0000
Subject: [php-src] PHP-8.4: Merge branch 'PHP-8.3' into PHP-8.4
Groups: php.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Ilija Tovilo (iluuu1994)
Date: 2025-05-06T15:52:30+02:00

Commit: https://github.com/php/php-src/commit/14ff4b75a24e203498fdbfccd4fbce2369acd6ef
Raw diff: https://github.com/php/php-src/commit/14ff4b75a24e203498fdbfccd4fbce2369acd6ef.diff

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  Fix missing include in win32/globals.c

Changed paths:
  M  win32/globals.c


Diff:

diff --git a/win32/globals.c b/win32/globals.c
index 3f3524905732..13760cb1cb56 100644
--- a/win32/globals.c
+++ b/win32/globals.c
@@ -17,6 +17,7 @@
 #include "php.h"
 #include "php_win32_globals.h"
 #include "syslog.h"
+#include "signal.h"
 
 #ifdef ZTS
 PHPAPI int php_win32_core_globals_id;


Thread (1 message)

  • Ilija Tovilo
« previous php.cvs (#134081) next »