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 NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? Feb 2002, Version 4.1.2
3
+ 27 Feb 2002, Version 4.1.2
4
4
- Fixed start up failure when mm save handler is used and there is multiple
5
5
SAPIs are working at the same time. (Yasuo)
6
6
- Fixed the Roxen SAPI (Yasuo)
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.1.1 , nodefine)
54
+ AM_INIT_AUTOMAKE(php, 4.1.2 , 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.1.1 "
3
+ #define PHP_VERSION "4.1.2 "
You can’t perform that action at this time.
0 commit comments