From: Andrei Zmievski Date: Sat, 26 Feb 2000 17:58:28 +0000 (+0000) Subject: Added notice about new functions. X-Git-Tag: PHP-4.0-RC1~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7f7094bcf98600fd3f0c312de5fc148a6632055;p=php Added notice about new functions. --- 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) diff --git a/main/php_version.h b/main/php_version.h index abcfe084c4..7a86df4256 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -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"