summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-09-26 09:06:12 +0200
committerRemi Collet <remi@php.net>2014-09-26 09:06:12 +0200
commitbf046d6d66ace2eccb892c4fd88bcd4cb4b3dd00 (patch)
treec33508d3602dab535c6100656518886c1d9a8e32
parentefa7f87de4d16bd8a8e1292b5c7431912d41f7a6 (diff)
downloadphp-git-bf046d6d66ace2eccb892c4fd88bcd4cb4b3dd00.tar.gz
NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 50d2707e6c..0162ff902c 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,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)
+
- Session:
. Fixed bug #67972 (SessionHandler Invalid memory read create_sid()). (Adam)