Current Path : /tmp/pear/cache/ |
Current File : //tmp/pear/cache/330877769043d57847c8dd87122e8482rest.cachefile |
a:14:{s:7:"attribs";a:4:{s:5:"xmlns";s:36:"http://pear.php.net/dtd/rest.release";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:11:"xmlns:xlink";s:28:"http://www.w3.org/1999/xlink";s:18:"xsi:schemaLocation";s:81:"http://pear.php.net/dtd/rest.release http://pear.php.net/dtd/rest.release.xsd";}s:1:"p";a:2:{s:7:"attribs";a:1:{s:10:"xlink:href";s:13:"/rest/p/redis";}s:8:"_content";s:5:"redis";}s:1:"c";s:12:"pecl.php.net";s:1:"v";s:5:"6.1.0";s:2:"st";s:6:"stable";s:1:"l";s:3:"PHP";s:1:"m";s:8:"mgrunder";s:1:"s";s:51:"PHP extension for interfacing with key-value stores";s:1:"d";s:119:"This extension provides an API for communicating with RESP-based key-value stores, such as Redis, Valkey, and KeyDB.";s:2:"da";s:19:"2024-10-04 18:35:32";s:1:"n";s:5653:"Sponsors Audiomack - https://audiomack.com Open LMS - https://openlms.net Avtandil Kikabidze - https://github.com/akalongman Ty Karok - https://github.com/karock Object Cache Pro for WordPress - https://objectcache.pro --- 6.1.0 --- NOTE: There were no changes to C code between 6.1.0RC2 and 6.1.0 Documentation: * Update package.xml to make it clearer that we support many key-value stores [52e69ede] (Remi Collet) * Fix redis.io urls [0bae4bb0] (Vincent Langlet) Tests/CI: * Fix 2 tests with redis 6.2 [cc1be322] (Remi Collet) --- 6.1.0RC2 --- Fixed: * Fixed a `SIGABRT` error in PHP 8.4 [a75a7e5a] (Michael Grunder) * Clean up code for unsupported versions of PHP [37cebdd7] (Remi Collet) * Add `SessionHelpers.php` to `package.xml`[e9474b80] (Remi Collet) * 8.4 implicit null fix, bump version [bff3a22e, 30c8f90c] [Remi Collet] Changed: * Raised minimum supported PHP version to 7.4 [8b519423] (Michael Grunder) Removed: * Removed erroneously duplicated changelog entries [40c89736] (Michael Grunder) Tests/CI: * Move to upload artifacts v4 [9d380500] (Michael Grunder) Added: * Added `composer.json` to support PIE (PHP Installer for Extensions) [b59e35a6] (James Titcumb) --- 6.1.0RC1 --- Fixed: * Fix random connection timeouts with Redis Cluster. [eb7f31e7] (Jozsef Koszo) * Fix argument count issue in HSET with associative array [6ea5b3e0] (Viktor Djupsjobacka) * SRANDMEMBER can return any type because of serialization. [6673b5b2] (Michael Grunder) * Fix HRANDFIELD command when WITHVALUES is used. [99f9fd83] (Michael Grunder) * Allow context array to be nullable [50529f56] (Michael Grunder) * Fix a macOS (M1) compiler warning. [7de29d57] (Michael Grunder) * `GETEX` documentation/updates and implentation in `RedisCluster` [981c6931] (Michael Grunder) * Refactor redis_script_cmd and fix to `flush` subcommand. [7c551424] (Pavlo Yatsukhnenko) * Update liveness check and fix PHP 8.4 compilation error. [c139de3a] (Michael Grunder) * Rework how we declare ZSTD min/max constants. [34b5bd81] (Michael Grunder) * Fix memory leak if we fail in ps_open_redis. [0e926165] (Michael Grunder) * Fix segfault and remove redundant macros [a9e53fd1] (Pavlo Yatsukhnenko) * Fix PHP 8.4 includes [a51215ce] (Michael Grunder) * Handle arbitrarily large `SCAN` cursors properly. [2612d444, e52f0afa] (Michael Grunder) * Improve warning when we encounter an invalid EXPIRY in SET [732e466a] (Michael Grunder) * Fix Arginfo / zpp mismatch for DUMP command [50e5405c] (Pavlo Yatsukhnenko) * RedisCluster::publish returns a cluster_long_resp [14f93339] (Alexandre Choura) * Fix segfault when passing just false to auth. [6dc0a0be] (Michael Grunder) * the VALUE argument type for hSetNx must be the same as for hSet [df074dbe] (Uladzimir Tsykun) * Other fixes [e18f6c6d, 3d7be358, 2b555c89, fa1a283a, 37c5f8d4] (Michael Grunder, Viktor Szepe) Added: * Compression support for PHP sessions. [da4ab0a7] (bitactive) * Support for early_refresh in Redis sessions to match cluster behavior [b6989018] (Bitactive) * Implement WAITAOF command. [ed7c9f6f] (Michael Grunder) Removed: * PHP 7.1, 7.2, and 7.3 CI jobs [d68c30f8, dc39bd55] (Michael Grunder) Changed: * Fix the time unit of retry_interval [3fdd52b4] (woodong) Documentation: * Many documentation fixes. [eeb51099] (Michael Dwyer) * fix missing code tags [f865d5b9] (divinity76) * Mention Valkey support [5f1eecfb] (PlavorSeol) * Mention KeyDB support in README.md [37fa3592] (Tim Starling) * Remove mention of pickle [c7a73abb] (David Baker) * Add session.save_path examples [8a39caeb] (Martin Vancl) * Tighter return types for Redis::(keys|hKeys|hVals|hGetAll) [77ab62bc] (Benjamin Morel) * Update stubs [4d233977, ff305349, 12966a74, a4a283ab, 8f8ff72a] (Michael Grunder, Takayasu Oyama, Pavlo Yatsukhnenko) * Fix config.m4 when using custom dep paths [ece3f7be] (Michael Grunder) * Fix retry_internal documentation [142c1f4a] (SplotyCode) * Fix anchor link [9b5cad31] (Git'Fellow) * Fix typo in link [bfd379f0] (deiga) * Fix Fedora package url [60b1ba14, 717713e1] (Dmitrii Kotov) * Update Redis Sentinel documentation to reflect changes to constructor in 6.0 release [dc05d65c] (Pavlo Yatsukhnenko) Tests/CI: * Avoid fatal error in test execution. [57304970] (Michael Grunder) * Refactor unit test framework. [b1771def] (Michael Grunder) * Get unit tests working in `php-cgi`. [b808cc60] (Michael Grunder) * Switch to `ZEND_STRL` in more places. [7050c989, f8c762e7] (Michael Grunder) * Workaround weird PHP compiler crash. [d3b2d87b] (Michael Grunder) * Refactor tests (formatting, modernization, etc). [dab6a62d, c6cd665b, 78b70ca8, 3c125b09, 18b0da72, b88e72b1, 0f94d9c1, 59965971, 3dbc2bd8, 9b90c03b, c0d6f042] (Michael Grunder) * Spelling fixes [0d89e928] (Michael Grunder) * Added Valkey support. [f350dc34] (Michael Grunder) * Add a test for session compression. [9f3ca98c] (Michael Grunder) * Test against valkey [a819a44b] (Michael Grunder) * sessionSaveHandler injection. [9f8f80ca] (Pavlo Yatsukhnenko) * KeyDB addiions [54d62c72, d9c48b78] (Michael Grunder) * Add PHP 8.3 to CI [78d15140, e051a5db] (Robert Kelcak, Pavlo Yatsukhnenko) * Use newInstance in RedisClusterTest [954fbab8] (Pavlo Yatsukhnenko) * Use actions/checkout@v4 [f4c2ac26] (Pavlo Yatsukhnenko) * Cluster nodes from ENV [eda39958, 0672703b] (Pavlo Yatsukhnenko) * Ensure we're talking to redis-server in our high ports test. [7825efbc] (Michael Grunder) * Add missing option to installation example [2bddd84f] (Pavlo Yatsukhnenko) * Fix typo in link [8f6bc98f] (Timo Sand) * Update tests to allow users to use a custom class. [5f6ce414] (Michael Grunder)";s:1:"f";s:6:"373740";s:1:"g";s:36:"https://pecl.php.net/get/redis-6.1.0";s:1:"x";a:1:{s:7:"attribs";a:1:{s:10:"xlink:href";s:17:"package.6.1.0.xml";}}}