Added notice about new functions.

This commit is contained in:
Andrei Zmievski 2000-02-26 17:58:28 +00:00
parent 685fd42965
commit f7f7094bcf
2 changed files with 4 additions and 2 deletions

2
NEWS
View File

@ -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)

View File

@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in.in to change version number */
#define PHP_VERSION "4.0b4-dev"
/* edit configure.in to change version number */
#define PHP_VERSION "4.0b5-dev"