diff options
author | Andrei Zmievski <andrei@php.net> | 2000-02-26 17:58:28 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-02-26 17:58:28 +0000 |
commit | f7f7094bcf98600fd3f0c312de5fc148a6632055 (patch) | |
tree | eee153e1fb9d65b4893b67ed06f015c33f3a0408 /NEWS | |
parent | 685fd42965088479af4b120fa6c7a7a47a957b7e (diff) | |
download | php-git-f7f7094bcf98600fd3f0c312de5fc148a6632055.tar.gz |
Added notice about new functions.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |