File tree 3 files changed +3
-3
lines changed 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.5
4
+ 30 Apr 2001 , Version 4.0.5
5
5
- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
6
6
one should use new preg_replace_callback() function. (Andrei)
7
7
- Added new php.ini directive: arg_separator.input which is used to tell
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.5RC8 , nodefine)
54
+ AM_INIT_AUTOMAKE(php, 4.0.5 , 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.5RC8 "
3
+ #define PHP_VERSION "4.0.5 "
You can’t perform that action at this time.
0 commit comments