diff options
author | Remi Collet <remi@php.net> | 2014-09-26 09:07:12 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2014-09-26 09:07:12 +0200 |
commit | d19356948a20821e3663edae9ece5f53cb627da2 (patch) | |
tree | 606d875761c23028bf2dcf1a03ba4793e63452b6 | |
parent | 97cab239d76d7762bacb70c6b2561ecc6a2cd424 (diff) | |
download | php-git-d19356948a20821e3663edae9ece5f53cb627da2.tar.gz |
NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ PHP NEWS . Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable when using Apache, mod_proxy-fcgi and ProxyPass). (Remi) +- Reflection: + . Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi) + - OpenSSL: . Fixed bug #68074 (Allow to use system cipher list instead of hardcoded value). (Remi) |