We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dfd355 + eaf9421 commit 3b9ea4dCopy full SHA for 3b9ea4d
ext/opcache/config.m4
@@ -220,7 +220,7 @@ int main() {
220
]])],[dnl
221
AC_DEFINE(HAVE_SHM_MMAP_ANON, 1, [Define if you have mmap(MAP_ANON) SHM support])
222
have_shm_mmap_anon=yes],[have_shm_mmap_anon=no],[have_shm_mmap_anon=no])
223
- AC_MSG_RESULT([$have_shm_mmap_anon=yes])
+ AC_MSG_RESULT([$have_shm_mmap_anon])
224
225
PHP_CHECK_FUNC_LIB(shm_open, rt, root)
226
AC_MSG_CHECKING(for mmap() using shm_open() shared memory support)
0 commit comments