Add support for PHP 8.5 (#110)

This commit is contained in:
Shivam Mathur
2025-11-22 00:52:24 +00:00
committed by GitHub
parent ea9bd0fb5d
commit 538cf2b3c4

View File

@@ -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'],