php-redis3: update to 3.1.6
Update php-redis3 from release 3.1.3 to release 3.1.6. * Changes between 3.1.3 and 3.1.4: The primary new feature phpredis 3.1.4 is the ability to send MULTI .. EXEC blocks in pipeline mode. There are also many bugfixes and minor improvements to the api, listed below: * Allow mixing MULTI and PIPELINE modes (experimental)! [5874b0] (Pavlo Yatsukhnenko) * Added integration for coverty static analysis and fixed several warnings [faac8b0, eff7398, 4766c25, 0438ab4, 1e0b065, 733732a, 26eeda5, 735025, 42f1c9, af71d4] (Pavlo Yatsukhnenko) * Fixed link to redis cluster documentation [3b0b06] (Pavlo Yatsukhnenko) * Remove unused PHP_RINIT and PHP_RSHUTDOWN functions [c760bf] (Pavlo Yatsukhnenko) * Removed duplicate HGET in redis array hash table, formatting [d0b9c5] (Pavlo Yatsukhnenko) * Treat NULL bulk as success for session read [659450] (Pavlo Yatsukhnenko) * Refactor redis_send_discard [ea15ce] (Pavlo Yatsukhnenko) * Updated runtime exception handling [8dcaa4, 7c1407] (Pavlo Yatsukhnenko) * Added a github issue template [61aba9] (Pavlo Yatsukhnenko) * Initialize gc member of zend_string [37f569) (Pavlo Yatsukhnenko) * Fix valgrind warnings [471ce07, 1ab89e1, b624a8b] (Pavlo Yatsukhnenko) * Fix php5/php7 compatibility layer [1ab89e, 4e3225] (Pavlo Yatsukhnenko) * Fix typo in README.markdown [e47e44] (Mark Shehata) * Improve redis array rehash [577a91] (Pavlo Yatsukhnenko) * Change redis array pure_cmds from zval to hashtable [a56ed7] (Pavlo Yatsukhnenko) * Don't try to set TCP_NODELAY on a unix socket and don't warn on multiple calls to pipeline [d11798, 77aeba] (Michael Grunder) * Use zend_string rather than char* for various context fields (err, prefix, etc) [2bf7b2] (Pavlo Yatsukhnenko) * Various other library fixes [142b51, 4452f6, e672f4, 658ee3, c9df77, 4a0a46] (Pavlo Yatsukhnenko) * Changes between 3.1.4 and 3.1.5: This is interim release which contains only bug fixes. * Fix segfault when extending Redis class in PHP 5 [d23eff] (Pavlo Yatsukhnenko) * Fix RedisCluster constructor with PHP 7 strict scalar type [5c21d7] (Pavlo Yatsukhnenko) * Allow to use empty string as persistant_id [344de5] (Pavlo Yatsukhnenko) * Fix cluster_init_seeds. [db1347] (@adlagares) * Fix z_seeds may be a reference [42581a] (@janic716) * PHP >=7.3 uses zend_string for php_url elements [b566fb] (@fmk) * Changes between 3.1.5 and 3.1.6: This release conains only fix of RedisArray distributor hashing function which was broken in 3.1.4. Huge thanks to @rexchen123
This commit is contained in:
parent
95d63801b0
commit
8f529bf1f7
2 changed files with 9 additions and 9 deletions
|
@ -1,18 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.4 2017/08/18 10:14:21 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2019/09/10 13:26:15 otis Exp $
|
||||
#
|
||||
|
||||
MODNAME= redis3
|
||||
PKGMODNAME= redis
|
||||
PECL_VERSION= 3.1.3
|
||||
PECL_VERSION= 3.1.6
|
||||
PECL_LEGACY_VERSION_SCHEME= yes
|
||||
PECL_DISTNAME= ${PECL_VERSION}
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=nicolasff/}
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=phpredis/}
|
||||
GITHUB_PROJECT= phpredis
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/nicolasff/phpredis
|
||||
HOMEPAGE= https://github.com/phpredis/phpredis
|
||||
COMMENT= PHP extension for Redis
|
||||
LICENSE= php
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2017/08/18 10:14:21 taca Exp $
|
||||
$NetBSD: distinfo,v 1.4 2019/09/10 13:26:15 otis Exp $
|
||||
|
||||
SHA1 (php-redis3/3.1.3.tar.gz) = bb3439bf26bf9e526678b0c36624023516e43f7c
|
||||
RMD160 (php-redis3/3.1.3.tar.gz) = cd4d070e503e2acf57aee9914afc5b19794083d8
|
||||
SHA512 (php-redis3/3.1.3.tar.gz) = dfbd18c80666ce11ecdb21f1e39e95b1970617a5574aab52b7faa7ae51b77b7591330cef00efdc140af1e412041bc96cc37702102138ccb48209160b66ea7a88
|
||||
Size (php-redis3/3.1.3.tar.gz) = 203030 bytes
|
||||
SHA1 (php-redis3/3.1.6.tar.gz) = eb2dbeed64b3994195cffce83b481bc459dbcc97
|
||||
RMD160 (php-redis3/3.1.6.tar.gz) = 8f01e695c78ca325f4f4e4c6f0e5627e8cc45009
|
||||
SHA512 (php-redis3/3.1.6.tar.gz) = 7cd286391e907ce588dad6bc9e8b618857537ecbb4b143c0bca0b15b2cc25748e1d9342d8e81b91cf5b183794e0bc2988719f42794fc4b50f402a480349f7755
|
||||
Size (php-redis3/3.1.6.tar.gz) = 206904 bytes
|
||||
|
|
Loading…
Reference in a new issue