summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-04-20 21:11:29 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-04-20 21:11:29 +0000
commit50e1a51e5cad146ff62171339298d0a16810427e (patch)
tree424754ed2d6b19e7385d8a3fbfa8574162551a0e
parentf7a6327728387e0420c12a33f710053132c6fb26 (diff)
downloadphp-git-50e1a51e5cad146ff62171339298d0a16810427e.tar.gz
Prepare for RC3
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index ff0610fc4a..462775d6e5 100644
--- 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)
diff --git a/configure.in b/configure.in
index c7d76dd95c..286a3bd2d4 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/main/php_version.h b/main/php_version.h
index 3d018d6fd8..ecb7807f99 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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"