mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Prepare for 5.3.1
This commit is contained in:
@@ -16,6 +16,12 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||
|
||||
### Fixed
|
||||
|
||||
- Properly clean up on session start failure
|
||||
[066cff6a](https://github.com/phpredis/phpredis/commit/066cff6adee03ce05ec5d57083eb7995dfa4344d)
|
||||
([Michael Grunder](https://github.com/michael-grunder))
|
||||
- Treat NULL as a failure for redis_extract_auth_info
|
||||
[49428a2f](https://github.com/phpredis/phpredis/commit/49428a2f7072dc30a52db4155aed3d382800b1a6)
|
||||
([Michael Grunder](https://github.com/michael-grunder))
|
||||
- Don't dereference a NULL zend_string or try to efree it
|
||||
[ff2e160f](https://github.com/phpredis/phpredis/commit/ff2e160f408efdc97676cffaa02093e65c2ad634),
|
||||
[7fed06f2](https://github.com/phpredis/phpredis/commit/7fed60f248e2249e6cac5c5c3090509aa47647fb)
|
||||
|
||||
@@ -56,6 +56,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
|
||||
---
|
||||
|
||||
* Properly clean up on session start failure [066cff6a] (Michael Grunder)
|
||||
* Treat NULL as a failure for redis_extract_auth_info [49428a2f]
|
||||
(Michael Grunder)
|
||||
* Don't dereference a NULL zend_string or efree one [ff2e160f, 7fed06f2]
|
||||
(Michael Grunder)
|
||||
* Fix config.m4 messages and test for and include php_hash.h [83a1b7c5,
|
||||
|
||||
Reference in New Issue
Block a user