[PECL-CVS] [pecl-networking-gearman] master: Merge pull request #47 from php/maxmirazh33/master
[email protected] (Rasmus Lerdorf via GitHub) Tue, 10 Feb 2026 04:19:00 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Rasmus Lerdorf (rlerdorf)
Committer: GitHub (web-flow)
Pusher: rlerdorf
Date: 2026-02-10T04:18:58Z
Commit: https://github.com/php/pecl-networking-gearman/commit/cb6682b6ce42f3ce53d17b99939fcb0c872fc13f
Raw diff: https://github.com/php/pecl-networking-gearman/commit/cb6682b6ce42f3ce53d17b99939fcb0c872fc13f.diff
Merge pull request #47 from php/maxmirazh33/master
Thanks @Maxmirazh33
Changed paths:
M .github/workflows/ci.yml
M ChangeLog
M package.xml
M php_gearman.h
Diff:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e1ca77d..45a3d2b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,15 +17,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
- version: ['8.0', '8.1', '8.2', '8.3', '8.4']
+ version: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
stable: [true]
- include:
- - os: ubuntu-latest
- version: '8.5'
- stable: false
- - os: macos-latest
- version: '8.5'
- stable: false
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
diff --git a/ChangeLog b/ChangeLog
index 04ca6c7..2aa028d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Version 2.1.5
+-------------
+- Bump max PHP version so pecl will install for PHP 8.5
Version 2.1.4
-------------
diff --git a/package.xml b/package.xml
index 3efde2a..0c13f36 100644
--- a/package.xml
+++ b/package.xml
@@ -16,11 +16,11 @@
<email>[email protected]</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>
diff --git a/php_gearman.h b/php_gearman.h
index a1d9372..ba81b0b 100644
--- a/php_gearman.h
+++ b/php_gearman.h
@@ -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