summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--main/php_version.h4
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"