mirror of
https://github.com/php/web-pecl.git
synced 2026-03-23 23:02:08 +01:00
Add support for PHP 8.5 (#110)
This commit is contained in:
@@ -48,6 +48,10 @@ class PackageDll
|
||||
* NOTE when edit here, don't forget to remove the cache file
|
||||
*/
|
||||
private $zip_name_parts = [
|
||||
'8.5' => [
|
||||
['crt' => 'vs17', 'arch' => 'x64'],
|
||||
['crt' => 'vs17', 'arch' => 'x86'],
|
||||
],
|
||||
'8.4' => [
|
||||
['crt' => 'vs17', 'arch' => 'x64'],
|
||||
['crt' => 'vs17', 'arch' => 'x86'],
|
||||
|
||||
Reference in New Issue
Block a user