The new PECL package redis-5.3.1 (stable) has been released at 
https://pecl.php.net/.

Release notes
-------------
phpredis 5.3.1

This is a small bugfix release that fixes a couple of issues in 5.3.0.

You should upgrade if you're using persistent_id in session.save_path or
of if you're having trouble building 5.3.0 because the php_hash_bin2hex
symbol is missing.

You can find a detailed list of changes in Changelog.md and package.xml

* Sponsors
  ~ Audiomack - https://audiomack.com
  ~ BlueHost - https://bluehost.com
  ~ Redis Cache Pro for WordPress - https://wprediscache.com
  ~ 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, 14ac969d]
  (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,
  3c56289c, 08f202e7] (Remi Collet)
* Add openSUSE installation instructions [13a168f4] (Pavlo Yatsukhnenko)
* Remove EOL Fedora installation instructions [b4779e6a] (Remi Collet)

Package Info
-------------
This extension provides an API for communicating with Redis servers.

Related Links
-------------
Package home: https://pecl.php.net/package/redis
   Changelog: https://pecl.php.net/package-changelog.php?package=redis
    Download: https://pecl.php.net/get/redis-5.3.1.tgz

Authors
-------------
Nicolas Favre-Felix (lead)
Michael Grunder <michael.grun...@gmail.com> (lead)
Pavlo Yatsukhnenko (lead)

-- 
PECL development discussion Mailing List (https://pecl.php.net/)
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to