Skip to content

Commit 958fdc9

Browse files
committed
Consider Xdebug for tmi ini generation, too
1 parent 24d5adb commit 958fdc9

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
@@ -1848,7 +1848,7 @@ function generate_tmp_php_ini()
18481848
}
18491849

18501850
var directive = "extension";
1851-
if ("opcache" == extensions_enabled[i][0]) {
1851+
if ("opcache" == extensions_enabled[i][0] || "xdebug" == extensions_enabled[i][0]) {
18521852
directive = "zend_extension";
18531853
}
18541854

0 commit comments

Comments
 (0)