[PECL-CVS] [pecl-networking-gearman] maxmirazh33/master: Allow PHP 8.5
[email protected] (Максим Колокольников) Tue, 10 Feb 2026 03:01:16 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Максим Колокольников Pusher: rlerdorf Date: 2026-01-14T17:35:39+06:00 Commit: https://github.com/php/pecl-networking-gearman/commit/60922450a76eae1eb96220a1bcb6df175756c06a Raw diff: https://github.com/php/pecl-networking-gearman/commit/60922450a76eae1eb96220a1bcb6df175756c06a.diff Allow PHP 8.5 Changed paths: M ChangeLog M package.xml M php_gearman.h Diff: 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