Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-07-07 20:48:38 +0300
committermichael-grunder <michael.grunder@gmail.com>2020-07-07 20:48:38 +0300
commitbee44fb6c8549b65d036c3e62f96cebd5fd05e08 (patch)
treeec65330382cae990366ac87a49e31ef6fa1728ec
parent14ac969da29dbf7203f8db31988ca26b9b45f583 (diff)
Final update for tagging 5.3.15.3.1
-rw-r--r--Changelog.md3
-rw-r--r--package.xml3
2 files changed, 3 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md
index 4dc80329..3c5721dc 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -20,7 +20,8 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[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)
+ [49428a2f](https://github.com/phpredis/phpredis/commit/49428a2f7072dc30a52db4155aed3d382800b1a6),
+ [14ac969d](https://github.com/phpredis/phpredis/commit/14ac969da29dbf7203f8db31988ca26b9b45f583)
([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),
diff --git a/package.xml b/package.xml
index e63d142d..466be5fc 100644
--- a/package.xml
+++ b/package.xml
@@ -55,9 +55,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
~ Avtandil Kikabidze - https://github.com/akalongman
---
-
* Properly clean up on session start failure [066cff6a] (Michael Grunder)
- * Treat NULL as a failure for redis_extract_auth_info [49428a2f]
+ * Treat NULL as a failure for redis_extract_auth_info [49428a2f, 14ac969d]
(Michael Grunder)
* Don't dereference a NULL zend_string or efree one [ff2e160f, 7fed06f2]
(Michael Grunder)