summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2007-02-28 18:24:08 +0000
committerDerick Rethans <derick@php.net>2007-02-28 18:24:08 +0000
commit6932c74dd6f40093ff9bdd74700a18818f243d0b (patch)
tree101589953bc9e7650b439cb15995aa5a75fe5a1f
parentfc6bdb845d21c1af36d30a774bd99d0f1395db38 (diff)
downloadphp-git-6932c74dd6f40093ff9bdd74700a18818f243d0b.tar.gz
- Go with 4.4.6.
-rw-r--r--NEWS9
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 6 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 97ab874f6d..0bf485db76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,11 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Feb 2007, Version 4.4.6
-
-- Fixed bug #40635 (segfault in cURL extension). (Tony)
-- Fixed bug #40611 (possible cURL memory error). (Tony)
-
-22 Feb 2007, Version 4.4.6RC1
+28 Feb 2007, Version 4.4.6
- Updated PCRE to version 7.0. (Nuno)
- Fixed segfault in ext/session when register_globals=On. (Tony)
+- Fixed bug #40635 (segfault in cURL extension). (Tony)
+- Fixed bug #40611 (possible cURL memory error). (Tony)
- Fixed bug #40578 (imagettftext() multithreading issue). (Tony)
- Fixed bug #40502 (ext/interbase compile failure). (Tony)
- Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when
diff --git a/configure.in b/configure.in
index 6795c95973..d023798f8f 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=6
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION=""
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 a0fba58180..31ddcc90ef 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 6
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.6RC2-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.4.6"