File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
PHP 4.0 NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
4
- ?? ??? 200? , Version 4.0.6
4
+ 20 Jun 2001 , Version 4.0.6
5
5
- Fix memory fragmention problem which could lead to web server processes
6
6
growing much more than they should. (Andi, Zend Engine)
7
7
- Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dnl ## All of these are normally in the extension directories.
51
51
dnl # # Diversion 5 is the last one. Here we generate files and clean up.
52
52
53
53
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)
55
55
56
56
PHP_VERSION=$VERSION
57
57
echo " /* automatically generated by configure */" > php_version.h.new
Original file line number Diff line number Diff line change 1
1
/* automatically generated by configure */
2
2
/* edit configure.in to change version number */
3
- #define PHP_VERSION "4.0.6RC4 "
3
+ #define PHP_VERSION "4.0.6 "
You can’t perform that action at this time.
0 commit comments