Hello community, here is the log from the commit of package php7-redis for openSUSE:Factory checked in at 2019-03-18 10:38:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-redis (Old) and /work/SRC/openSUSE:Factory/.php7-redis.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-redis" Mon Mar 18 10:38:29 2019 rev:14 rq:685310 version:4.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-redis/php7-redis.changes 2018-11-30 16:33:17.605291769 +0100 +++ /work/SRC/openSUSE:Factory/.php7-redis.new.28833/php7-redis.changes 2019-03-18 10:38:33.575488189 +0100 @@ -1,0 +2,31 @@ +Fri Mar 15 09:44:51 UTC 2019 - Johannes Weberhofer <[email protected]> + +- Update to 4.3.0 + * Proper persistent connections pooling implementation + * RedisArray auth + * Use zend_string for storing key + * Add ZPOPMAX and ZPOPMIN support + * Implement GEORADIUS_RO and GEORADIUSBYMEMBER_RO + * Add callback parameter to subscribe/psubscribe arginfo + * Don't check the number affected keys in PS_UPDATE_TIMESTAMP_FUNC + * Xgroup updates + * RedisCluster auth + * Cancel pipeline mode without executing commands + * Use zend_string for pipeline_cmd + * Different key hashing algorithms from hash extension + * Breaking the lock acquire loop in case of network problems + * Implement consistent hashing algorithm for RedisArray + * Use zend_string for storing RedisArray hosts + * Update lzf_compress to be compatible with PECL lzf extension + * Fix RedisCluster keys memory leak + * Directly use return_value in RedisCluster::keys method + * Fix segfault in Redis Cluster with inconsistent configuration + * Masters info leakfix + * Refactor redis_sock_read_bulk_reply + * Remove unused parameter lazy_connect from redis_sock_create + * Remove useless ZEND_ACC_[C|D]TOR. + * Documentation improvements + +- Added additional settings to redis.ini + +------------------------------------------------------------------- Old: ---- redis-4.2.0.tgz New: ---- redis-4.3.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-redis.spec ++++++ --- /var/tmp/diff_new_pack.SmhZaO/_old 2019-03-18 10:38:34.127487718 +0100 +++ /var/tmp/diff_new_pack.SmhZaO/_new 2019-03-18 10:38:34.131487714 +0100 @@ -1,7 +1,7 @@ # # spec file for package php7-redis # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define php_name php7 %define pkg_name redis Name: %{php_name}-%{pkg_name} -Version: 4.2.0 +Version: 4.3.0 Release: 0 Summary: API for communicating with Redis servers License: PHP-3.01 ++++++ redis-4.2.0.tgz -> redis-4.3.0.tgz ++++++ ++++ 73976 lines of diff (skipped) ++++++ redis.ini ++++++ --- /var/tmp/diff_new_pack.SmhZaO/_old 2019-03-18 10:38:34.279487587 +0100 +++ /var/tmp/diff_new_pack.SmhZaO/_new 2019-03-18 10:38:34.279487587 +0100 @@ -1,2 +1,14 @@ ; comment out next line to disable redis extension in php extension=redis.so + +; Should the locking be enabled? Defaults to: 0. +;redis.session.locking_enabled = 0 + +; How long should the lock live (in seconds)? Defaults to: value of max_execution_time. +;redis.session.lock_expire = 60 + +; How long to wait between attempts to acquire lock, in microseconds (µs)?. Defaults to: 2000 +;redis.session.lock_wait_time = 2000 + +; Maximum number of times to retry (-1 means infinite). Defaults to: 10 +;redis.session.lock_retries = 10
