diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | main/php_version.h | 4 |
2 files changed, 4 insertions, 2 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) 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" |
