pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/php-redis3 Update php-redis3 to 3.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b70b200e9a34
branches:  trunk
changeset: 359524:b70b200e9a34
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 12 14:28:26 2017 +0000

description:
Update php-redis3 to 3.1.1.

phpredis 3.1.1

* Additional test updates for 32 bit systems (@remicollet)
* ARM rounding issue in tests (@remicollet)
* Use new zend_list_close instead of zend_list_delete when reconnecting.
* Refactoring of redis_boolean_response_impl and redis_sock_write
  (@yatsukhnenko)


phpredis 3.1.1

This release contains mostly fixes for issues introduced when merging
the php 5 and 7 codebase into a single branch.

* Fixed a segfault in igbinary serialization (@yatsukhnenko)
* Restore 2.2.8/3.0.0 functionality to distinguish between an error
  and simply empty session data. (@remicollet)
* Fix double to string conversion function (@yatsukhnenko)
* Use PHP_FE_END definition when available (@remicollet)
* Fixed various 'static function declared but not used' warnings
* Fixes to various calls which were typecasting pointers to the
  wrong size. (@remicollet)

* Added php session unit test (@yatsukhnenko)
* Added explicit module dependancy for igbinary (@remicollet)
* Added phpinfo serialization information (@remicollet)


phpredis 3.1.1RC2

* Additional test updates for 32 bit systems (@remicollet)
* ARM rounding issue in tests (@remicollet)
* Use new zend_list_close instead of zend_list_delete when reconnecting.
* Refactoring of redis_boolean_response_impl and redis_sock_write
  (@yatsukhnenko)


phpredis 3.1.1.RC1

This release contains mostly fixes for issues introduced when merging the php
5 and 7 codebase into a single branch.

* Fixed a segfault in igbinary serialization (@yatsukhnenko)
* Restore 2.2.8/3.0.0 functionality to distinguish between an error
  and simply empty session data. (@remicollet)
* Fix double to string conversion function (@yatsukhnenko)
* Use PHP_FE_END definition when available (@remicollet)
* Fixed various 'static function declared but not used' warnings
* Fixes to various calls which were typecasting pointers to the
  wrong size. (@remicollet)

* Added php session unit test (@yatsukhnenko)
* Added explicit module dependancy for igbinary (@remicollet)
* Added phpinfo serialization information (@remicollet)


phpredis 3.1.0

In this version of phpredis codebase was unified to work with all versions of
php \o/ Also many bug fixes and some improvements has been made.

--- Improvements ---

* Support the client to Redis Cluster just having one master (andyli) [892e5646]
* Allow both long and strings that are longs for zrangebyscore offset/limit
  (Michael Grunder) [bdcdd2aa]
* Process NX|XX, CH and INCR options in zAdd command (Pavlo Yatsukhnenko)
  [71c9f7c8]

--- Fixes ---

* Fix incrby/decrby for large integers (Michael Grunder) [3a12758a]
* Use static declarations for spl_ce_RuntimeException decl (Jeremy Mikola)
  [a9857d69]
* Fixed method call problem causes session handler to display two times
  (ZiHang Gao) [24f86c49]
* psetex method returns '+OK' on success, not true (sitri@ndxbn) [afcd8445]
* Fix integer overflow for long (>32bit) increments in hIncrBy (iyesin)
  [58e1d799]
* Move zend_object handler to the end (Michael Grunder) [34107966]
* Using setOption on redis array causes immediate connection (Pavlo
  Yatsukhnenko) [f1a85b38]

diffstat:

 databases/php-redis3/Makefile |   8 +++-----
 databases/php-redis3/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (40 lines):

diff -r fe394b42f5f2 -r b70b200e9a34 databases/php-redis3/Makefile
--- a/databases/php-redis3/Makefile     Sun Mar 12 14:27:40 2017 +0000
+++ b/databases/php-redis3/Makefile     Sun Mar 12 14:28:26 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2016/08/04 14:01:52 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2017/03/12 14:28:26 taca Exp $
 #
 
 MODNAME=       redis3
-PKGMODNAME= redis
-PECL_VERSION=  3.0.0
+PKGMODNAME=    redis
+PECL_VERSION=  3.1.1
 PECL_LEGACY_VERSION_SCHEME=    yes
 PECL_DISTNAME= ${PECL_VERSION}
 CATEGORIES=    databases
@@ -16,8 +16,6 @@
 COMMENT=       PHP extension for Redis
 LICENSE=       php
 
-PHP_VERSIONS_ACCEPTED= 70 71
-
 WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${PECL_VERSION}
 
 .include "../../mk/compiler.mk"
diff -r fe394b42f5f2 -r b70b200e9a34 databases/php-redis3/distinfo
--- a/databases/php-redis3/distinfo     Sun Mar 12 14:27:40 2017 +0000
+++ b/databases/php-redis3/distinfo     Sun Mar 12 14:28:26 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2016/07/26 09:37:23 jdolecek Exp $
+$NetBSD: distinfo,v 1.2 2017/03/12 14:28:26 taca Exp $
 
-SHA1 (php-redis3/3.0.0.tar.gz) = b47d7fdc24e6fd76a59adedf39a1c3838d41eb4e
-RMD160 (php-redis3/3.0.0.tar.gz) = 5900190aaa6251e0927d787f00dcd93822336990
-SHA512 (php-redis3/3.0.0.tar.gz) = 51f9492189443b851ec721cb0285a82426130162ab8ce2cd7ea26b1b7757a8c893d00b91f4dbb8dd1fd6bcef828ca98c4378c24faf59afa8df5b9c92a81798d5
-Size (php-redis3/3.0.0.tar.gz) = 196416 bytes
+SHA1 (php-redis3/3.1.1.tar.gz) = ad2970a07dde431da1efba359717dbcec5f3aae6
+RMD160 (php-redis3/3.1.1.tar.gz) = d083b38bfc9a3c84f97a455e6d74d49a5643a5f5
+SHA512 (php-redis3/3.1.1.tar.gz) = 54e730ec2f09d9c6c7d28bdcf2f094651c79899df1f4a5c87d9d3a56b40a0d803cf403190088d1cce5646818d9d5910d1caf450d63ba7a418994a0dfdc4c995e
+Size (php-redis3/3.1.1.tar.gz) = 205583 bytes



Home | Main Index | Thread Index | Old Index