summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-09-26 09:07:12 +0200
committerRemi Collet <remi@php.net>2014-09-26 09:07:12 +0200
commitd19356948a20821e3663edae9ece5f53cb627da2 (patch)
tree606d875761c23028bf2dcf1a03ba4793e63452b6
parent97cab239d76d7762bacb70c6b2561ecc6a2cd424 (diff)
downloadphp-git-d19356948a20821e3663edae9ece5f53cb627da2.tar.gz
NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 27bd476aa7..be52e3f0da 100644
--- a/NEWS
+++ b/NEWS
@@ -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)