summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-05-10 18:43:40 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-05-10 18:43:40 +0200
commit3759c6316dc7756bef7aa7bdcb7e9ae631c195a8 (patch)
treea586a022272fab6940714998317baa19fc739aaf /appveyor
parentaf4143753f49e93e52f203790468b73b9df6a979 (diff)
downloadphp-git-3759c6316dc7756bef7aa7bdcb7e9ae631c195a8.tar.gz
Fix typo
Since opcache.enable defaults to 1 anyway, this change is only cosmetic.
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/test_task.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat
index 1256f086d7..54539608ae 100644
--- a/appveyor/test_task.bat
+++ b/appveyor/test_task.bat
@@ -52,7 +52,7 @@ rem set OPENSSL_CONF=
rem set SSLEAY_CONF=
rem prepare for Opcache
-if "%OPCACHE%" equ "1" set OPCACHE_OPTS=-d opcache.enabled=1 -d opcache.enable_cli=1
+if "%OPCACHE%" equ "1" set OPCACHE_OPTS=-d opcache.enable=1 -d opcache.enable_cli=1
rem prepare for enchant
mkdir c:\enchant_plugins