Skip to content

Commit b4d75be

Browse files
committed
fix disabling PGO for extensions, rel bug #65715
1 parent 43aded9 commit b4d75be

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: config.w32

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
ARG_ENABLE("opcache", "whether to enable Zend OPcache support", "yes");
22

3-
if (PHP_OPCACHE != "no") {
3+
var PHP_OPCACHE_PGO = false;
44

5-
PHP_PGI = "no"; // workaround
6-
PHP_PGO = "no"; // workaround
5+
if (PHP_OPCACHE != "no") {
76

87
EXTENSION('opcache', "\
98
ZendAccelerator.c \

0 commit comments

Comments
 (0)