summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-02-26 17:58:28 +0000
committerAndrei Zmievski <andrei@php.net>2000-02-26 17:58:28 +0000
commitf7f7094bcf98600fd3f0c312de5fc148a6632055 (patch)
treeeee153e1fb9d65b4893b67ed06f015c33f3a0408 /NEWS
parent685fd42965088479af4b120fa6c7a7a47a957b7e (diff)
downloadphp-git-f7f7094bcf98600fd3f0c312de5fc148a6632055.tar.gz
Added notice about new functions.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 296bc1e4e4..436bf34741 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
???, Version 4.0 Beta 5
+- Added get_class_vars(string class_name) and get_object_vars(object obj)
+ function. (Andrei, Zend library)
- Add pdf_set_parameter(), pdf_skew(), pdf_show_boxed() (Uwe)
- Fixed comparison of (string) "inf" with (string) "inf", which was erroneously
returning false (Zeev)