mirror of
https://github.com/php/pecl-networking-gearman.git
synced 2026-03-23 23:22:22 +01:00
Release 2.1.1
This commit is contained in:
2
README
2
README
@@ -10,7 +10,7 @@ Requirements
|
||||
* For the 1.0.* versions, libgearman v0.21 or greater
|
||||
* For the 1.1.* versions, libgearman v1.1.0 or greater
|
||||
* For the 2.0.* versions, testing is done against libgearman v1.1.8 and PHP 7.0-7.4
|
||||
* For the 2.1.* versions, testing is done against libgearman v1.1.18 and PHP 7.0-8.0
|
||||
* For the 2.1.* versions, testing is done against libgearman v1.1.18 and PHP 7.0-8.3
|
||||
|
||||
The Gearman PHP Extension requires the Gearman C server and library package
|
||||
to be installed. You can download the latest from:
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <libgearman-1.0/status.h>
|
||||
|
||||
/* module version */
|
||||
#define PHP_GEARMAN_VERSION "2.1.0"
|
||||
#define PHP_GEARMAN_VERSION "2.1.1"
|
||||
|
||||
extern zend_module_entry gearman_module_entry;
|
||||
#define phpext_gearman_ptr &gearman_module_entry
|
||||
|
||||
Reference in New Issue
Block a user