summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2010-06-08 13:27:30 +0000
committerAntony Dovgal <tony2001@php.net>2010-06-08 13:27:30 +0000
commit9badd4f0fb03a9ca22775cf80f115a7cb617453c (patch)
treee6437dd8549a008761abde4f5b4f99fc1948e490 /NEWS
parent6b1d256af52e87054742a9d1fac9d686d3aa1fb3 (diff)
downloadphp-git-9badd4f0fb03a9ca22775cf80f115a7cb617453c.tar.gz
fix bug #50101 (name clash between global and local variable)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 096131b227..d1247bbe76 100644
--- a/NEWS
+++ b/NEWS
@@ -171,6 +171,8 @@ PHP NEWS
- Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include
file and line in trace). (Felipe)
- Fixed bug #50358 (Compile failure compiling ext/phar/util.lo). (Felipe)
+- Fixed bug #50101 (name clash between global and local variable).
+ (patch by yoarvi at gmail dot com)
- Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3).
(Dmitry)
- Fixed bug #49819 (STDOUT losing data with posix_isatty()). (Mike)