diff options
| author | Antony Dovgal <tony2001@php.net> | 2010-06-08 13:27:30 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2010-06-08 13:27:30 +0000 |
| commit | 9badd4f0fb03a9ca22775cf80f115a7cb617453c (patch) | |
| tree | e6437dd8549a008761abde4f5b4f99fc1948e490 /NEWS | |
| parent | 6b1d256af52e87054742a9d1fac9d686d3aa1fb3 (diff) | |
| download | php-git-9badd4f0fb03a9ca22775cf80f115a7cb617453c.tar.gz | |
fix bug #50101 (name clash between global and local variable)
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
