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 4848a30 commit 4230f00Copy full SHA for 4230f00
ext/opcache/config.m4
@@ -345,9 +345,9 @@ PHP_ADD_EXTENSION_DEP(opcache, date)
345
PHP_ADD_EXTENSION_DEP(opcache, pcre)
346
347
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([
+ AC_MSG_WARN(m4_text_wrap([
349
No supported shared memory caching support was found when configuring
350
- opcache.
+ opcache. Opcache will be disabled.
351
]))
352
fi
353
0 commit comments