Commit b02e38a4a8b for php.net

commit b02e38a4a8b0f7079ecc5fa09b615b2911176e37
Author: Levi Morrison <levi.morrison@datadoghq.com>
Date:   Wed Aug 19 08:08:57 2026 -0600

    Fix memfd_create header inclusion

diff --git a/ext/opcache/zend_shared_alloc.c b/ext/opcache/zend_shared_alloc.c
index 7589cccbe55..c7ad96a2dfb 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