Skip to content

Commit 77708c5

Browse files
author
Andi Gutmans
committed
- Prepare for 4.0.6
1 parent f89fbde commit 77708c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP 4.0 NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33

4-
?? ??? 200?, Version 4.0.6
4+
20 Jun 2001, Version 4.0.6
55
- Fix memory fragmention problem which could lead to web server processes
66
growing much more than they should. (Andi, Zend Engine)
77
- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories.
5151
dnl ## Diversion 5 is the last one. Here we generate files and clean up.
5252

5353
dnl ## This is where the version number is changed from now on!
54-
AM_INIT_AUTOMAKE(php, 4.0.6RC4, nodefine)
54+
AM_INIT_AUTOMAKE(php, 4.0.6, nodefine)
5555

5656
PHP_VERSION=$VERSION
5757
echo "/* automatically generated by configure */" > php_version.h.new

main/php_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* automatically generated by configure */
22
/* edit configure.in to change version number */
3-
#define PHP_VERSION "4.0.6RC4"
3+
#define PHP_VERSION "4.0.6"

0 commit comments

Comments
 (0)