diff options
author | Dmitry Stogov <dmitry@php.net> | 2005-09-08 10:32:28 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2005-09-08 10:32:28 +0000 |
commit | a082983adb96c19916b1091f72f0e5b94bdc43ca (patch) | |
tree | 61cea6a052de78f927bbc4dadeb7c8e455bb48cd /NEWS | |
parent | 90b45fcbbd92c122e1c2fecf3ca2d51080ee471e (diff) | |
download | php-git-a082983adb96c19916b1091f72f0e5b94bdc43ca.tar.gz |
catch operator shouldn't call __autoload () too
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 6.0 - Unicode support. (Andrei, Dmitriy, et al) -- Changed "instanceof" operator, is_a() and is_subclass_of() functions to not - call __autoload(). (Dmitry) +- Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() + functions to not call __autoload(). (Dmitry) - Added optional parameter to http_build_query() to allow specification of string separator. - cURL improvements: (Ilia) |