From f7f7094bcf98600fd3f0c312de5fc148a6632055 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Sat, 26 Feb 2000 17:58:28 +0000 Subject: [PATCH] Added notice about new functions. --- NEWS | 2 ++ main/php_version.h | 4 ++-- 2 files changed, 4 insertions(+), 2 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) 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" -- 2.50.1