27 Commits

Author SHA256 Message Date
1d3284936b Accepting request 1316103 from server:php:extensions
- Updated to 6.3.0
  * https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0RC1
  * https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0
  * Added hash expiration commands HGETEX, HSETEX, HGETDEL and HMGET.
  * Added GETDEL for RedisCluster.
  * Added vectorset commands.
  * Fixed a possible segfault during failover.
  * Fixed hset fields handling.
  * Fixed HSetEx expiry argument handling.
  * Fixed RedisCluster segfault.
  * Fixed Cloning our objects should not segfault.
  * Fixed return type for RedisCluster vgetattr and vsetattr.

OBS-URL: https://build.opensuse.org/request/show/1316103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=12
2025-11-07 17:22:30 +00:00
Илья Индиго
1bcbb2f376 - Updated to 6.3.0
* https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0RC1
  * https://pecl.php.net/package-changelog.php?package=redis&release=6.3.0
  * Added hash expiration commands HGETEX, HSETEX, HGETDEL and HMGET.
  * Added GETDEL for RedisCluster.
  * Added vectorset commands.
  * Fixed a possible segfault during failover.
  * Fixed hset fields handling.
  * Fixed HSetEx expiry argument handling.
  * Fixed RedisCluster segfault.
  * Fixed Cloning our objects should not segfault.
  * Fixed return type for RedisCluster vgetattr and vsetattr.

OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=24
2025-11-06 20:36:08 +00:00
b18199e672 Accepting request 1255995 from server:php:extensions
OBS-URL: https://build.opensuse.org/request/show/1255995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=11
2025-03-25 21:12:45 +00:00
Johannes Weberhofer
1a75ca227c - Updated to 6.2.0
* https://pecl.php.net/package/redis/6.2.0
  * Fixed arguments order for SET command.
  * Fixed error length calculation and UB sanity check.
  * Fixed invalidate slot cache on failed cluster connections.
  * Fixed don't cast a uint64_t to a long.
  * Fixed potential NULL dereference.
  * Fixed print cursor as unsigned 64 bit integer.
  * Fixed XAUTOCLAIM argc when sending COUNT.
  * Added serverName() and serverVersion() methods.
  * Added getWithMeta method.
  * Added GETDEL command for RedisCluster.
  * Added Redis::OPT_PACK_IGNORE_NUMBERS option.
  * Added Valkey >= 8.1 IFEQ SET option.
  * Added KeyDB's EXPIREMEMBER[AT] commands.

OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=22
2025-03-25 14:48:24 +00:00
57616f0203 Accepting request 1205801 from server:php:extensions
- Updated to 6.1.0
  * https://pecl.php.net/package/redis/6.1.0
  * Raised minimal php version to 7.4.
  * Added compression support for PHP sessions.
  * Many documentation fixes.

OBS-URL: https://build.opensuse.org/request/show/1205801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=10
2024-10-06 15:52:40 +00:00
Илья Индиго
d2c48b05c8 - Updated to 6.1.0
* https://pecl.php.net/package/redis/6.1.0
  * Raised minimal php version to 7.4.
  * Added compression support for PHP sessions.
  * Many documentation fixes.

OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=20
2024-10-05 08:06:09 +00:00
e05fb72b52 Accepting request 1120918 from server:php:extensions
- Update to 6.0.2
  * fixes for OBJECT, PSUBSCRIBE and SCAN commands

OBS-URL: https://build.opensuse.org/request/show/1120918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=9
2023-10-29 18:41:35 +00:00
Илья Индиго
4bb74be8ac Accepting request 1120915 from home:AndreasStieger:branches:server:php:extensions
php-redis 6.0.2

OBS-URL: https://build.opensuse.org/request/show/1120915
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=18
2023-10-28 16:54:11 +00:00
42e3c8e1bb Accepting request 1114294 from server:php:extensions
- Updated to 6.0.1
  * Fix memory leak and segfault in Redis::exec
  * Fix unknown expiration modifier
  * Update documentation

OBS-URL: https://build.opensuse.org/request/show/1114294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=8
2023-10-02 18:05:05 +00:00
Илья Индиго
1a315c80f0 Accepting request 1114135 from home:adkorte:branches:server:php:extensions
- Updated to 6.0.1
  * Fix memory leak and segfault in Redis::exec
  * Fix unknown expiration modifier
  * Update documentation

OBS-URL: https://build.opensuse.org/request/show/1114135
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=16
2023-09-29 09:12:53 +00:00
840be5573f Accepting request 1110675 from server:php:extensions
- Updated to 6.0.0
  * https://pecl.php.net/package-changelog.php?package=redis&release=6.0.0
  * Raised minimal php version to 7.2.

OBS-URL: https://build.opensuse.org/request/show/1110675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=7
2023-09-13 18:44:27 +00:00
Илья Индиго
b6d7e0b180 Accepting request 1110674 from home:13ilya:branches:server:php:extensions
- Updated to 6.0.0
  * https://pecl.php.net/package-changelog.php?package=redis&release=6.0.0
  * Raised minimal php version to 7.2.

OBS-URL: https://build.opensuse.org/request/show/1110674
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=14
2023-09-12 15:48:54 +00:00
912baded71 Accepting request 1041991 from server:php:extensions
- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)

OBS-URL: https://build.opensuse.org/request/show/1041991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=6
2022-12-10 20:18:47 +00:00
Илья Индиго
796f16eefa Accepting request 1041985 from home:adkorte:branches:server:php:extensions
- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)

OBS-URL: https://build.opensuse.org/request/show/1041985
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=12
2022-12-10 12:14:56 +00:00
c2189b085b Accepting request 955734 from server:php:extensions
- Updated to 5.3.7
  * https://pecl.php.net/package-changelog.php?package=redis&release=5.3.7
  * Fixed RedisArray::[hsz]scan and tests.
  * Fixed RedisArray::scan.
  * Fixed LZF decompression logic.

OBS-URL: https://build.opensuse.org/request/show/955734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=5
2022-02-18 22:02:51 +00:00
Илья Индиго
9cd25a3014 Accepting request 955733 from home:13ilya:branches:server:php:extensions
- Updated to 5.3.7
  * https://pecl.php.net/package-changelog.php?package=redis&release=5.3.7
  * Fixed RedisArray::[hsz]scan and tests.
  * Fixed RedisArray::scan.
  * Fixed LZF decompression logic.

OBS-URL: https://build.opensuse.org/request/show/955733
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=11
2022-02-17 23:33:25 +00:00
06322ba344 Accepting request 949141 from server:php:extensions
- Updated to 5.3.6
  * Fix a segfault in RedisArray::del

OBS-URL: https://build.opensuse.org/request/show/949141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=4
2022-01-26 20:26:56 +00:00
Илья Индиго
56a60eb287 Accepting request 949127 from home:adkorte:branches:server:php:extensions
- Updated to 5.3.6
  * Fix a segfault in RedisArray::del

OBS-URL: https://build.opensuse.org/request/show/949127
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=10
2022-01-25 22:46:07 +00:00
2104623a3f Accepting request 941511 from server:php:extensions
- Updated to 5.3.5
  * https://pecl.php.net/package-changelog.php?package=redis&release=5.3.5
  * Added experimental support for detecting a dirty connection.
  * Fixed RedisArray constructor bug.
  * Fixed segfault in redis_setoption_handler.
  * Fixed masters array in the event of a cluster failover.
  * Fixed 32 bit type error.
  * Fixed radix character in certain locales.
  * Fixed ZSTD Validation.

OBS-URL: https://build.opensuse.org/request/show/941511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=3
2021-12-19 16:23:25 +00:00
Илья Индиго
461cefa2c4 Accepting request 941510 from home:13ilya:branches:server:php:extensions
- Updated to 5.3.5
  * https://pecl.php.net/package-changelog.php?package=redis&release=5.3.5
  * Added experimental support for detecting a dirty connection.
  * Fixed RedisArray constructor bug.
  * Fixed segfault in redis_setoption_handler.
  * Fixed masters array in the event of a cluster failover.
  * Fixed 32 bit type error.
  * Fixed radix character in certain locales.
  * Fixed ZSTD Validation.

OBS-URL: https://build.opensuse.org/request/show/941510
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=9
2021-12-19 13:53:19 +00:00
Илья Индиго
c4ed2db5dd Accepting request 941508 from home:13ilya:branches:server:php:extensions
- Updated to 5.3.5
  * https://pecl.php.net/package-changelog.php?package=redis&release=5.3.5
  * Added experimental support for detecting a dirty connection.
  * Fixed RedisArray constructor bug.
  * Fixed segfault in redis_setoption_handler.
  * Fixed masters array in the event of a cluster failover.
  * Fixed 32 bit type error.
  * Fixed radix character in certain locales.
  * FixedZSTD Validation.

OBS-URL: https://build.opensuse.org/request/show/941508
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=8
2021-12-19 13:44:56 +00:00
Richard Brown
87a19fa49f Accepting request 881193 from server:php:extensions
OBS-URL: https://build.opensuse.org/request/show/881193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=2
2021-03-25 13:52:29 +00:00
Илья Индиго
43a83d5cee Accepting request 881192 from home:adkorte:branches:server:php:extensions
- Update to 5.3.4
  * Fix multi/pipeline segfault on Apple silicon
  * Pass compression flag on HMGET in RedisCluster
  * Abide by ZSTD error return constants
  * Fix timing related CI session tests

OBS-URL: https://build.opensuse.org/request/show/881192
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=6
2021-03-24 18:17:57 +00:00
c880621d43 Accepting request 873888 from server:php:extensions
Rename php7-redis to php-redis

OBS-URL: https://build.opensuse.org/request/show/873888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php-redis?expand=0&rev=1
2021-02-19 22:49:31 +00:00
Илья Индиго
57e610b16c Accepting request 873086 from home:13ilya:branches:server:php:extensions
- Refresh spec-file via spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/873086
OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=4
2021-02-17 10:53:42 +00:00
ccafbdf6b3 - Use _multibuild to also build for php8
- Use php_cfgdir and php_extdir macros to determine location of files

OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=3
2021-02-17 10:35:46 +00:00
ef5a80f2df OBS-URL: https://build.opensuse.org/package/show/server:php:extensions/php-redis?expand=0&rev=2 2021-02-17 08:44:21 +00:00