Allow PHP 8.5

This commit is contained in:
Максим Колокольников
2026-01-14 17:35:39 +06:00
parent 03c56a20fd
commit 60922450a7
3 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
Version 2.1.5
-------------
- Bump max PHP version so pecl will install for PHP 8.5
Version 2.1.4
-------------

View File

@@ -16,11 +16,11 @@
<email>hradtke@php.net</email>
<active>yes</active>
</lead>
<date>2025-01-07</date>
<time>23:00:00</time>
<date>2026-01-14</date>
<time>13:30:00</time>
<version>
<release>2.1.4</release>
<api>2.1.4</api>
<release>2.1.5</release>
<api>2.1.5</api>
</version>
<stability>
<release>stable</release>
@@ -139,7 +139,7 @@ PHP 8 is now supported
<required>
<php>
<min>7.1.0</min>
<max>8.4.99</max>
<max>8.5.99</max>
<exclude>6.0.0</exclude>
</php>
<pearinstaller>
@@ -151,6 +151,21 @@ PHP 8 is now supported
<extsrcrelease />
<changelog>
<release>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<version>
<release>2.1.5</release>
<api>2.1.5</api>
</version>
<date>2026-01-14</date>
<notes>
- Bump max PHP version to support PHP 8.5
</notes>
</release>
<release>
<stability>
<release>stable</release>

View File

@@ -24,7 +24,7 @@
#include <libgearman-1.0/status.h>
/* module version */
#define PHP_GEARMAN_VERSION "2.1.4"
#define PHP_GEARMAN_VERSION "2.1.5"
extern zend_module_entry gearman_module_entry;
#define phpext_gearman_ptr &gearman_module_entry