Skip to content

Commit f282b77

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Consider Xdebug for tmi ini generation, too
2 parents 01b85f0 + ffd94f9 commit f282b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/confutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1941,7 +1941,7 @@ function generate_tmp_php_ini()
19411941
}
19421942

19431943
var directive = "extension";
1944-
if ("opcache" == extensions_enabled[i][0]) {
1944+
if ("opcache" == extensions_enabled[i][0] || "xdebug" == extensions_enabled[i][0]) {
19451945
directive = "zend_extension";
19461946
}
19471947

0 commit comments

Comments
 (0)