Skip to content

Commit 4230f00

Browse files
committed
Also make configure check non-fatal
1 parent 4848a30 commit 4230f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/opcache/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,9 @@ PHP_ADD_EXTENSION_DEP(opcache, date)
345345
PHP_ADD_EXTENSION_DEP(opcache, pcre)
346346

347347
if test "$php_cv_shm_ipc" != "yes" && test "$php_cv_shm_mmap_posix" != "yes" && test "$php_cv_shm_mmap_anon" != "yes"; then
348-
AC_MSG_FAILURE(m4_text_wrap([
348+
AC_MSG_WARN(m4_text_wrap([
349349
No supported shared memory caching support was found when configuring
350-
opcache.
350+
opcache. Opcache will be disabled.
351351
]))
352352
fi
353353

0 commit comments

Comments
 (0)