Update ext-opcache-config.m4.patch

This commit is contained in:
Puneet Gopinath 2021-05-04 10:41:28 +05:30 committed by Henrik Grimler
parent 6bc5ce5bf5
commit 8ad58d5a7d

View File

@ -9,7 +9,7 @@ diff -uNr php-8.0.0.orig/ext/opcache/config.m4 php-8.0.0/ext/opcache/config.m4
+ have_shm_mmap_anon=yes],[have_shm_mmap_anon=no],
+ AC_DEFINE(HAVE_SHM_MMAP_ANON, 1, [Define if you have mmap(MAP_ANON) SHM support])
+ have_shm_mmap_anon=yes)
AC_MSG_RESULT([$have_shm_mmap_anon=yes])
AC_MSG_RESULT([$have_shm_mmap_anon])
PHP_CHECK_FUNC_LIB(shm_open, rt, root)
@@ -336,6 +338,9 @@