Skip to content

Commit bee44fb

Browse files
Final update for tagging 5.3.1
1 parent 14ac969 commit bee44fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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),

package.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)