File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
2020 [ 066cff6a] ( https://github.com/phpredis/phpredis/commit/066cff6adee03ce05ec5d57083eb7995dfa4344d )
2121 ([ Michael Grunder] ( https://github.com/michael-grunder ) )
2222- 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 )
2425 ([ Michael Grunder] ( https://github.com/michael-grunder ) )
2526- Don't dereference a NULL zend_string or try to efree it
2627 [ 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">
5555 ~ Avtandil Kikabidze - https://github.com/akalongman
5656
5757 ---
58-
5958 * 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 ]
6160 (Michael Grunder)
6261 * Don't dereference a NULL zend_string or efree one [ff2e160f, 7fed06f2]
6362 (Michael Grunder)
You can’t perform that action at this time.
0 commit comments