[php-src] master: Merge branch 'PHP-8.5'
Levi Morrison <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Levi Morrison (morrisonlevi)
Date: 2026-08-19T08:09:25-06:00
Commit: https://github.com/php/php-src/commit/e373d4d5595811b402fec225d69760b9dad1b293
Raw diff: https://github.com/php/php-src/commit/e373d4d5595811b402fec225d69760b9dad1b293.diff
Merge branch '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 49c7d261573a..9a731d10bab2 100644
--- a/ext/opcache/zend_shared_alloc.c
+++ b/ext/opcache/zend_shared_alloc.c
@@ -17,6 +17,10 @@
+----------------------------------------------------------------------+
*/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#if defined(__linux__) && defined(HAVE_MEMFD_CREATE)
# ifndef _GNU_SOURCE
# define _GNU_SOURCE