summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-03-26 18:59:01 +0000
committerAndrei Zmievski <andrei@php.net>2001-03-26 18:59:01 +0000
commit58aaeed92d6fce30f194c7108e6bc62d6fac73cb (patch)
treea6243ff6322e5ddabb836f76327ce32ac7c0bf85
parentcac0c51babc92a57653684340816e5f9779041aa (diff)
downloadphp-git-58aaeed92d6fce30f194c7108e6bc62d6fac73cb.tar.gz
Zend related news update.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b076d38609..b09ba7c53c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.6
+- Modified get_parent_class() to accept a class name as well as a class
+ instance. (Andrei, Zend engine)
- Added support for UNC style paths (\\server\share\file & //server/share/file)
(Daniel, TSRM)
- Changed C++ style comments to C-style comments (Marc)