summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-03-26 20:10:19 +0000
committerAndrei Zmievski <andrei@php.net>2001-03-26 20:10:19 +0000
commitd95607dcf8d181a9cc27aca90087e891b72affdd (patch)
tree85091f91964622eaf1d417a5b7470e7d19d8adff
parentdbe4447040ba4f9c55642b23ba8be0917b65f9f7 (diff)
downloadphp-git-d95607dcf8d181a9cc27aca90087e891b72affdd.tar.gz
More news.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 818b766e48..df6e77c528 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +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)
+- Modified get_parent_class() and get_class_methods() 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)