summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-08-29 11:12:06 +0400
committerDmitry Stogov <dmitry@zend.com>2013-08-29 11:12:06 +0400
commit15694f66b2732962b760463803a68a1fa3bb098f (patch)
treefa54b9b16984eda111b3882f4939c40f83adbb19
parent747daa53546bfa2c4a0fd88d2d3dffd30356c1ad (diff)
downloadphp-git-15694f66b2732962b760463803a68a1fa3bb098f.tar.gz
Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien)
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b718a74e45..6169cd0902 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,8 @@ PHP NEWS
. Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert)
. Improved fix for bug #63186 (compile failure on netbsd). (Matteo)
. Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees)
+ . Fixed bug #61759 (class_alias() should accept classes with leading
+ backslashes). (Julien)
. Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold)
. Cherry-picked some DTrace build commits (allowing builds on Linux,
bug #62691, and bug #63706) from PHP 5.5 branch