[PECL-CVS] [web-pecl] pecl-php-8.5: Add support for PHP 8.5

[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:21:28+05:30

Commit: https://github.com/php/web-pecl/commit/27b4e45b04f77f75be1075522309d6477905d127
Raw diff: https://github.com/php/web-pecl/commit/27b4e45b04f77f75be1075522309d6477905d127.diff

Add support for PHP 8.5

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.