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.
1 parent c434bbb commit 118fa69Copy full SHA for 118fa69
ext/opcache/config.m4
@@ -222,7 +222,7 @@ int main() {
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])
224
225
- PHP_CHECK_FUNC_LIB(shm_open, rt)
+ PHP_CHECK_FUNC_LIB(shm_open, rt, root)
226
AC_MSG_CHECKING(for mmap() using shm_open() shared memory support)
227
AC_RUN_IFELSE([AC_LANG_SOURCE([[
228
#include <sys/types.h>
0 commit comments