summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2007-02-01 08:54:32 +0000
committerDerick Rethans <derick@php.net>2007-02-01 08:54:32 +0000
commita1f049f9c77f07b68dc3dfd429593a28fc3001fd (patch)
tree00a69b3e498cb952ee9dd57d561beae19ceb0639
parentf3c6f9fd8e18956d737cfc72c621df6e0e3685b9 (diff)
downloadphp-git-a1f049f9c77f07b68dc3dfd429593a28fc3001fd.tar.gz
- Go with RC2.
-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 23b6ba3436..8bdd3f453e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Jan 2007, Version 4.4.5
+01 Feb 2007, Version 4.4.5RC2
- Fixed bug #39819 (Using $this not in object context can cause segfaults).
(Dmitry)
- Fixed bug #36248 (CURLOPT_HEADERFUNCTION, couldn't set the function in the
@@ -9,7 +9,7 @@ PHP 4 NEWS
(Derick, Joe Orton)
- Backported fix for ext/imap compilation failure with recent c-client
versions. (Tony)
-
+- Upgraded PEAR to 1.5.0. (Greg)
- Moved extensions to PECL:
. ext/ovrimos (Derick)
diff --git a/configure.in b/configure.in
index 0f67c311ef..16330ca3b2 100644
--- a/configure.in
+++ b/configure.in
@@ -38,7 +38,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=4
RELEASE_VERSION=5
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION="RC2"
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 7180ca5dd3..d3460466f1 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.5RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "4.4.5RC2"