Added phpdbg to executables (#1950)

This commit is contained in:
Richard Fussenegger 2018-01-13 13:11:19 +01:00 committed by Richard Kuhnt
parent e3c0d09208
commit ee45480f55
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@
}, },
"bin": [ "bin": [
"php.exe", "php.exe",
"php-cgi.exe" "php-cgi.exe",
"phpdbg.exe"
], ],
"persist": [ "persist": [
"cli", "cli",

View File

@ -14,7 +14,8 @@
}, },
"bin": [ "bin": [
"php.exe", "php.exe",
"php-cgi.exe" "php-cgi.exe",
"phpdbg.exe"
], ],
"persist": [ "persist": [
"cli", "cli",