1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.5'

* PHP-8.5:
  Zend/zend_call_stack.h: fix missing include on Windows (clang compat) (#20847)
This commit is contained in:
Tim Düsterhus
2026-01-29 10:39:01 +01:00

View File

@@ -21,6 +21,9 @@
#include "zend.h"
#include "zend_portability.h"
#ifdef _MSC_VER
# include <intrin.h>
#endif
#ifdef __APPLE__
# include <pthread.h>
#endif