[PECL-CVS] [web-pecl] master: Add support for PHP 8.5 (#110)

[email protected] (Shivam Mathur via GitHub)
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Shivam Mathur (shivammathur)
Committer: GitHub (web-flow)
Pusher: shivammathur
Date: 2025-11-22T06:22:24+05:30

Commit: https://github.com/php/web-pecl/commit/538cf2b3c4925b5408bf486bc3e22c687662cc80
Raw diff: https://github.com/php/web-pecl/commit/538cf2b3c4925b5408bf486bc3e22c687662cc80.diff

Add support for PHP 8.5 (#110)

Changed paths:
  M  src/PackageDll.php


Diff:

diff --git a/src/PackageDll.php b/src/PackageDll.php
index 00d51c9c..52212096 100644
--- a/src/PackageDll.php
+++ b/src/PackageDll.php
@@ -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'],
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.