summaryrefslogtreecommitdiff
path: root/ext/opcache/config.w32
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2014-03-26 13:57:13 +0200
committerAndrey Hristov <andrey@php.net>2014-03-26 13:57:13 +0200
commit84cd0f9911b7070f342aadc6b04e312152e2e3ca (patch)
tree0668713828b20a09c94097d5f2853cc2c074991c /ext/opcache/config.w32
parent89ea2650a1a16762838cb6eb4187905c9ad21eb5 (diff)
parent039cb10fa3d572a1db8b050700091c37c9b92104 (diff)
downloadphp-git-84cd0f9911b7070f342aadc6b04e312152e2e3ca.tar.gz
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Diffstat (limited to 'ext/opcache/config.w32')
-rw-r--r--ext/opcache/config.w325
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/opcache/config.w32 b/ext/opcache/config.w32
index 280ce228c6..af160b207c 100644
--- a/ext/opcache/config.w32
+++ b/ext/opcache/config.w32
@@ -1,9 +1,8 @@
ARG_ENABLE("opcache", "whether to enable Zend OPcache support", "yes");
-if (PHP_OPCACHE != "no") {
+var PHP_OPCACHE_PGO = false;
- PHP_PGI = "no"; // workaround
- PHP_PGO = "no"; // workaround
+if (PHP_OPCACHE != "no") {
EXTENSION('opcache', "\
ZendAccelerator.c \