Skip to content

Commit d047137

Browse files
committed
Merge branch 'PHP-7.2'
* PHP-7.2: Disable PGO for phpdbg
2 parents 70a1b23 + d1ed6b1 commit d047137

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: sapi/phpdbg/config.w32

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ PHPDBG_DLL='php' + PHP_VERSION + 'phpdbg.dll';
1111
PHPDBG_EXE='phpdbg.exe';
1212
PHPDBG_CFLAGS='/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1';
1313

14+
var PHP_PHPDBG_PGO = false;
15+
var PHP_PHPDBG_WEBHELPER_PGO = false;
16+
var PHP_PHPDBGS_PGO = false;
17+
1418
if (PHP_PHPDBG == "yes") {
1519
SAPI('phpdbg', PHPDBG_SOURCES, PHPDBG_EXE, PHPDBG_CFLAGS);
1620
ADD_FLAG("LIBS_PHPDBG", "ws2_32.lib user32.lib");

0 commit comments

Comments
 (0)