mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-09-04 11:54:08 +07:00
Add support for pecl_http on Windows for PHP 7.1 to 8.0
This commit is contained in:
@ -428,7 +428,7 @@ export async function customPackage(
|
||||
version: string,
|
||||
os_version: string
|
||||
): Promise<string> {
|
||||
const pkg_name: string = pkg.replace(/\d+|pdo[_-]/, '');
|
||||
const pkg_name: string = pkg.replace(/\d+|(pdo|pecl)[_-]/, '');
|
||||
const script_extension: string = await scriptExtension(os_version);
|
||||
const script: string = path.join(
|
||||
__dirname,
|
||||
|
Reference in New Issue
Block a user