diff options
author | Andi Gutmans <andi@php.net> | 2004-04-20 14:15:57 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-04-20 14:15:57 +0000 |
commit | 71f99771b044ea99467d8df632d5822c4759c9e9 (patch) | |
tree | 7129a051c0c2eef9f80e814db0e5048804189e62 | |
parent | 173782b73e944cfdd8af1dfe67746df8b4e2ac03 (diff) | |
download | php-git-71f99771b044ea99467d8df632d5822c4759c9e9.tar.gz |
- More news
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ PHP NEWS - Fixed bug #27469 (serialize() objects of incomplete class). (Dmitry) - Fixed bug #27457 (handling of numeric indexes in strtr()). (Dmitry) - Fixed bug #27397 (debug_backtrace() not showing function arguments). (Zeev) +- Fixed bug #27283 (The last catch statement was sometimes skipped). (Andi) +- skipped. - Fixed bug #26441 (When __set() returned a value it corrupted it). (Andi) 18 March 2004, PHP 5 Release Candidate 1 |