summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
3 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1daf5a6ebd..bd074770fd 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.0 Release
+
+8 May 2000, Version 4.0 Release Candidate 2
- Fixed infinite recursion when serializing $GLOBALS[] in WDDX. (Andrei)
- Made WDDX serialization properly escape <, >, and &. Also speeded up
the serialization in general. (Andrei)
diff --git a/configure.in b/configure.in
index 3b72232c66..e01b71ef8e 100644
--- a/configure.in
+++ b/configure.in
@@ -49,7 +49,7 @@ dnl ## All of these are normally in the extension directories.
dnl ## Diversion 5 is the last one. Here we generate files and clean up.
dnl ## This is where the version number is changed from now on!
-AM_INIT_AUTOMAKE(php, 4.0RC2-dev)
+AM_INIT_AUTOMAKE(php, 4.0RC2)
PHP_VERSION=$VERSION
echo "/* automatically generated by configure */" > php_version.h.new
diff --git a/main/php_version.h b/main/php_version.h
index bf87c75012..8ac3457fe2 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
-#define PHP_VERSION "4.0RC2-dev"
+#define PHP_VERSION "4.0RC2"