mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Zend/zend_call_stack.h: fix missing include on Windows (clang compat) (#20847)
This commit is contained in:
3
NEWS
3
NEWS
@@ -5,6 +5,9 @@ PHP NEWS
|
||||
- Core:
|
||||
. Fixed bug GH-21029 (zend_mm_heap corrupted on Aarch64, LTO builds). (Arnaud)
|
||||
|
||||
- Windows:
|
||||
. Fixed compilation with clang (missing intrin.h include). (Kévin Dunglas)
|
||||
|
||||
29 Jan 2026, PHP 8.5.3
|
||||
|
||||
- Core:
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
|
||||
#include "zend.h"
|
||||
#include "zend_portability.h"
|
||||
#ifdef _MSC_VER
|
||||
# include <intrin.h>
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user