summaryrefslogtreecommitdiff
path: root/ext/opcache/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/config.m4')
-rw-r--r--ext/opcache/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4
index a217234854..cbf7d5a19c 100644
--- a/ext/opcache/config.m4
+++ b/ext/opcache/config.m4
@@ -2,8 +2,8 @@ dnl
dnl $Id$
dnl
-PHP_ARG_ENABLE(opcache, whether to enable Zend Optimizer+ support,
-[ --enable-opcache Enable Zend Optimizer+ support], yes)
+PHP_ARG_ENABLE(opcache, whether to enable Zend OPcache support,
+[ --enable-opcache Enable Zend OPcache support], yes)
if test "$PHP_OPCACHE" != "no"; then