@@ -69,11 +69,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
6969 * Fix segfault when passing just false to auth. [6dc0a0be] (Michael Grunder)
7070 * the VALUE argument type for hSetNx must be the same as for hSet [df074dbe]
7171 (Uladzimir Tsykun)
72- * Fix `PSUBSCRIBE` to find callback by pattern not string literal. [2f276dcd]
73- (Michael Grunder)
74- * Fix memory leak and segfault in Redis::exec [362e1141] (Pavlo Yatsukhnenko)
75- * Fix unknown expiration modifier warning when null argument passed [264c0c7e,
76- 3eb60f58] (Pavlo Yatsukhnenko)
7772 * Other fixes [e18f6c6d, 3d7be358, 2b555c89, fa1a283a, 37c5f8d4] (Michael Grunder, Viktor Szepe)
7873
7974 Added:
@@ -101,16 +96,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
10196 * Add session.save_path examples [8a39caeb] (Martin Vancl)
10297 * Tighter return types for Redis::(keys|hKeys|hVals|hGetAll) [77ab62bc]
10398 (Benjamin Morel)
104- * Update stubs [4d233977, ff305349, 12966a74, a4a283ab, 8f8ff72a, 5d293245,
105- 95bd184b] (Michael Grunder, Takayasu Oyama, Pavlo Yatsukhnenko)
99+ * Update stubs [4d233977, ff305349, 12966a74, a4a283ab, 8f8ff72a]
100+ (Michael Grunder, Takayasu Oyama, Pavlo Yatsukhnenko)
106101 * Fix config.m4 when using custom dep paths [ece3f7be] (Michael Grunder)
107102 * Fix retry_internal documentation [142c1f4a] (SplotyCode)
108103 * Fix anchor link [9b5cad31] (Git'Fellow)
109104 * Fix typo in link [bfd379f0] (deiga)
110105 * Fix Fedora package url [60b1ba14, 717713e1] (Dmitrii Kotov)
111106 * Update Redis Sentinel documentation to reflect changes to constructor in 6.0
112107 release [dc05d65c] (Pavlo Yatsukhnenko)
113- * Add back old examples with note [1ad95b63] (Joost)
114108
115109 Tests/CI:
116110
@@ -129,18 +123,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
129123 * sessionSaveHandler injection. [9f8f80ca] (Pavlo Yatsukhnenko)
130124 * KeyDB addiions [54d62c72, d9c48b78] (Michael Grunder)
131125 * Add PHP 8.3 to CI [78d15140, e051a5db] (Robert Kelcak, Pavlo Yatsukhnenko)
132- * Fix deprecation error when passing null to match_type parameter [b835aaa3]
133- (Pavlo Yatsukhnenko)
134- * Fix crash in `OBJECT` command in pipeline. [a7f51f70] (Michael Grunder)
135126 * Use newInstance in RedisClusterTest [954fbab8] (Pavlo Yatsukhnenko)
136127 * Use actions/checkout@v4 [f4c2ac26] (Pavlo Yatsukhnenko)
137128 * Cluster nodes from ENV [eda39958, 0672703b] (Pavlo Yatsukhnenko)
138129 * Ensure we're talking to redis-server in our high ports test. [7825efbc]
139130 (Michael Grunder)
140131 * Add missing option to installation example [2bddd84f] (Pavlo Yatsukhnenko)
141- * Update sentinel documentation to reflect changes to constructor in 6.0 release
142- [849bedb6] (Joost)
143- * Add missing option to example [3674d663] (Till Kruss)
144132 * Fix typo in link [8f6bc98f] (Timo Sand)
145133 * Update tests to allow users to use a custom class. [5f6ce414] (Michael Grunder)
146134 </notes >
@@ -277,11 +265,6 @@ http://pear.php.net/dtd/package-2.0.xsd">
277265 * Fix segfault when passing just false to auth. [6dc0a0be] (Michael Grunder)
278266 * the VALUE argument type for hSetNx must be the same as for hSet [df074dbe]
279267 (Uladzimir Tsykun)
280- * Fix `PSUBSCRIBE` to find callback by pattern not string literal. [2f276dcd]
281- (Michael Grunder)
282- * Fix memory leak and segfault in Redis::exec [362e1141] (Pavlo Yatsukhnenko)
283- * Fix unknown expiration modifier warning when null argument passed [264c0c7e,
284- 3eb60f58] (Pavlo Yatsukhnenko)
285268 * Other fixes [e18f6c6d, 3d7be358, 2b555c89, fa1a283a, 37c5f8d4] (Michael Grunder, Viktor Szepe)
286269
287270 Added:
@@ -309,16 +292,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
309292 * Add session.save_path examples [8a39caeb] (Martin Vancl)
310293 * Tighter return types for Redis::(keys|hKeys|hVals|hGetAll) [77ab62bc]
311294 (Benjamin Morel)
312- * Update stubs [4d233977, ff305349, 12966a74, a4a283ab, 8f8ff72a, 5d293245,
313- 95bd184b] (Michael Grunder, Takayasu Oyama, Pavlo Yatsukhnenko)
295+ * Update stubs [4d233977, ff305349, 12966a74, a4a283ab, 8f8ff72a, 5d293245]
296+ (Michael Grunder, Takayasu Oyama, Pavlo Yatsukhnenko)
314297 * Fix config.m4 when using custom dep paths [ece3f7be] (Michael Grunder)
315298 * Fix retry_internal documentation [142c1f4a] (SplotyCode)
316299 * Fix anchor link [9b5cad31] (Git'Fellow)
317300 * Fix typo in link [bfd379f0] (deiga)
318301 * Fix Fedora package url [60b1ba14, 717713e1] (Dmitrii Kotov)
319302 * Update Redis Sentinel documentation to reflect changes to constructor in 6.0
320303 release [dc05d65c] (Pavlo Yatsukhnenko)
321- * Add back old examples with note [1ad95b63] (Joost)
322304
323305 Tests/CI:
324306
@@ -337,18 +319,12 @@ http://pear.php.net/dtd/package-2.0.xsd">
337319 * sessionSaveHandler injection. [9f8f80ca] (Pavlo Yatsukhnenko)
338320 * KeyDB addiions [54d62c72, d9c48b78] (Michael Grunder)
339321 * Add PHP 8.3 to CI [78d15140, e051a5db] (Robert Kelcak, Pavlo Yatsukhnenko)
340- * Fix deprecation error when passing null to match_type parameter [b835aaa3]
341- (Pavlo Yatsukhnenko)
342- * Fix crash in `OBJECT` command in pipeline. [a7f51f70] (Michael Grunder)
343322 * Use newInstance in RedisClusterTest [954fbab8] (Pavlo Yatsukhnenko)
344323 * Use actions/checkout@v4 [f4c2ac26] (Pavlo Yatsukhnenko)
345324 * Cluster nodes from ENV [eda39958, 0672703b] (Pavlo Yatsukhnenko)
346325 * Ensure we're talking to redis-server in our high ports test. [7825efbc]
347326 (Michael Grunder)
348327 * Add missing option to installation example [2bddd84f] (Pavlo Yatsukhnenko)
349- * Update sentinel documentation to reflect changes to constructor in 6.0 release
350- [849bedb6] (Joost)
351- * Add missing option to example [3674d663] (Till Kruss)
352328 * Fix typo in link [8f6bc98f] (Timo Sand)
353329 * Update tests to allow users to use a custom class. [5f6ce414] (Michael Grunder)
354330 </notes >
0 commit comments