summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2005-09-08 10:32:28 +0000
committerDmitry Stogov <dmitry@php.net>2005-09-08 10:32:28 +0000
commita082983adb96c19916b1091f72f0e5b94bdc43ca (patch)
tree61cea6a052de78f927bbc4dadeb7c8e455bb48cd /NEWS
parent90b45fcbbd92c122e1c2fecf3ca2d51080ee471e (diff)
downloadphp-git-a082983adb96c19916b1091f72f0e5b94bdc43ca.tar.gz
catch operator shouldn't call __autoload () too
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 418dade928..b2beb682ab 100644
--- a/NEWS
+++ b/NEWS
@@ -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)