diff options
| author | Xinchen Hui <laruence@php.net> | 2015-02-05 17:07:30 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2015-02-05 17:07:30 +0800 |
| commit | e82e22e27bd81027ea3a92ab6a34f31727049b1e (patch) | |
| tree | 169f4b98e1e618e0bbe267b031af30ad15876112 /ext | |
| parent | a071fc4604bfd1a7ceeb2ce84581bc155240393a (diff) | |
| download | php-git-e82e22e27bd81027ea3a92ab6a34f31727049b1e.tar.gz | |
Opcache is enable by default
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/opcache/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/config.m4 b/ext/opcache/config.m4 index be2f0feab7..d75cb48cde 100644 --- a/ext/opcache/config.m4 +++ b/ext/opcache/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ dnl PHP_ARG_ENABLE(opcache, whether to enable Zend OPcache support, -[ --enable-opcache Enable Zend OPcache support], yes) +[ --disable-opcache Disable Zend OPcache support], yes) if test "$PHP_OPCACHE" != "no"; then |
