File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
20
20
[ 066cff6a] ( https://github.com/phpredis/phpredis/commit/066cff6adee03ce05ec5d57083eb7995dfa4344d )
21
21
([ Michael Grunder] ( https://github.com/michael-grunder ) )
22
22
- Treat NULL as a failure for redis_extract_auth_info
23
- [ 49428a2f] ( https://github.com/phpredis/phpredis/commit/49428a2f7072dc30a52db4155aed3d382800b1a6 )
23
+ [ 49428a2f] ( https://github.com/phpredis/phpredis/commit/49428a2f7072dc30a52db4155aed3d382800b1a6 ) ,
24
+ [ 14ac969d] ( https://github.com/phpredis/phpredis/commit/14ac969da29dbf7203f8db31988ca26b9b45f583 )
24
25
([ Michael Grunder] ( https://github.com/michael-grunder ) )
25
26
- Don't dereference a NULL zend_string or try to efree it
26
27
[ ff2e160f] ( https://github.com/phpredis/phpredis/commit/ff2e160f408efdc97676cffaa02093e65c2ad634 ) ,
Original file line number Diff line number Diff line change @@ -55,9 +55,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
55
55
~ Avtandil Kikabidze - https://github.com/akalongman
56
56
57
57
---
58
-
59
58
* Properly clean up on session start failure [066cff6a] (Michael Grunder)
60
- * Treat NULL as a failure for redis_extract_auth_info [49428a2f]
59
+ * Treat NULL as a failure for redis_extract_auth_info [49428a2f, 14ac969d ]
61
60
(Michael Grunder)
62
61
* Don't dereference a NULL zend_string or efree one [ff2e160f, 7fed06f2]
63
62
(Michael Grunder)
You can’t perform that action at this time.
0 commit comments