Add support to install sqlsrv and pdo_sqlsrv from GitHub releases

This commit is contained in:
Shivam Mathur
2023-09-09 12:52:06 +05:30
parent 661ad4bf75
commit 319feb83c2
5 changed files with 88 additions and 2 deletions

View File

@ -150,6 +150,7 @@ export async function addExtensionWindows(
version_extension
):
case /^(7\.[1-4]|8\.1)(pecl_)?http/.test(version_extension):
case /(?<!5\.[3-6])(pdo_)?sqlsrv$/.test(version_extension):
case /^(7\.[0-4]|8\.[0-2])zephir_parser(-v?\d+\.\d+\.\d+)?$/.test(
version_extension
):