[PHP-CVS] [php-src] PHP-8.5: Merge branch 'PHP-8.4' into PHP-8.5
[email protected] (Levi Morrison)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Levi Morrison (morrisonlevi)
Date: 2026-08-19T08:09:13-06:00
Commit: https://github.com/php/php-src/commit/0b4f3a3120e7c132c1d8c19f1776422587dd6827
Raw diff: https://github.com/php/php-src/commit/0b4f3a3120e7c132c1d8c19f1776422587dd6827.diff
Merge branch 'PHP-8.4' into PHP-8.5
Changed paths:
M ext/opcache/zend_shared_alloc.c
Diff:
diff --git a/ext/opcache/zend_shared_alloc.c b/ext/opcache/zend_shared_alloc.c
index 62b55df50ac7..aaf659dc4f34 100644
--- a/ext/opcache/zend_shared_alloc.c
+++ b/ext/opcache/zend_shared_alloc.c
@@ -19,6 +19,10 @@
+----------------------------------------------------------------------+
*/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#if defined(__linux__) && defined(HAVE_MEMFD_CREATE)
# ifndef _GNU_SOURCE
# define _GNU_SOURCE