]> granicus.if.org Git - php/commitdiff
Prepare for RC3
authorIlia Alshanetsky <iliaa@php.net>
Thu, 20 Apr 2006 21:11:29 +0000 (21:11 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 20 Apr 2006 21:11:29 +0000 (21:11 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index ff0610fc4a2e0f89b0f95f7275b224fa73c2a574..462775d6e50404df4a5f1cf4456b5f7b8af39cdf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Apr 2006, PHP 5.1.3
+20 Apr 2006, PHP 5.1.3RC3
 - Fixed reading stream filters never notified about EOF. (Mike)
 - Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
   (Dmitry)
@@ -30,7 +30,7 @@ PHP                                                                        NEWS
 - Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).
   (Ilia)
 
-06 Apr 2006, PHP 5.1.3RC3
+06 Apr 2006, PHP 5.1.3RC2
 - Eliminated run-time constant fetching for TRUE, FALSE and NULL. (Dmitry)
 - Changed SOAP extension to cache WSDL structure in memory and thus speed up
   SoapClient/SoapServer construction. (Andrei, Dmitry)
index c7d76dd95c36a3e12ac05df247085a8947cb1e43..286a3bd2d4b26a24b54ec1993829b75f1fb221b7 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=3
-EXTRA_VERSION="RC3-dev"
+EXTRA_VERSION="RC3"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index 3d018d6fd84799eab5abaff2149bd84dc49bb97e..ecb7807f99e88f2a9375edb18e923865c82f3846 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.1.3RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.1.3RC3"