summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-06-20 20:12:59 +0000
committerAndi Gutmans <andi@php.net>2001-06-20 20:12:59 +0000
commit77708c5592b99479f25a979c30073a82cea3f038 (patch)
tree9196e7b09dad2de7f091c2e09c2487b13995f529
parentf89fbde8b748956486d517a2fc55673a7c4336a3 (diff)
downloadphp-git-77708c5592b99479f25a979c30073a82cea3f038.tar.gz
- Prepare for 4.0.6
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5bd03a5698..7950579c11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 200?, Version 4.0.6
+20 Jun 2001, Version 4.0.6
- Fix memory fragmention problem which could lead to web server processes
growing much more than they should. (Andi, Zend Engine)
- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
diff --git a/configure.in b/configure.in
index e6f2e84d5a..b5d12cc235 100644
--- a/configure.in
+++ b/configure.in
@@ -51,7 +51,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.0.6RC4, nodefine)
+AM_INIT_AUTOMAKE(php, 4.0.6, nodefine)
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 31087af1a8..556d465b87 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.0.6RC4"
+#define PHP_VERSION "4.0.6"