Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  Fix missing include in win32/globals.c
This commit is contained in:
Ilija Tovilo 2025-05-06 15:52:30 +02:00
commit 14ff4b75a2
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

View file

@ -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;