Bump xdebug version for PHP7.4 on windows

This commit is contained in:
Shivam Mathur
2019-10-31 15:00:51 +05:30
parent ebeb82f894
commit 9550c7aa45
3 changed files with 3 additions and 3 deletions

View File

@ -118,7 +118,7 @@ function addExtensionWindows(extension_csv, version) {
let install_command = '';
switch (version + extension) {
case '7.4xdebug':
const extension_url = 'https://xdebug.org/files/php_xdebug-2.8.0beta2-7.4-vc15.dll';
const extension_url = 'https://xdebug.org/files/php_xdebug-2.8.0-7.4-vc15.dll';
install_command =
'Invoke-WebRequest -Uri ' +
extension_url +