File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
PHP 4 NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? ??? 2004, Version 4.3.7
3
+ ?? Jun 2004, Version 4.3.7
4
+
5
+ 25 May 2004, Version 4.3.7RC1
4
6
- Upgraded bundled GD library to 2.0.23. (Ilia)
5
7
- Fixed command line escaping routines for win32. (Ilia)
6
8
- Fixed problems with *printf() functions and '%f' formatting. (Marcus)
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
41
41
MAJOR_VERSION=4
42
42
MINOR_VERSION=3
43
43
RELEASE_VERSION=7
44
- EXTRA_VERSION=" -dev "
44
+ EXTRA_VERSION=" RC1 "
45
45
VERSION=" $MAJOR_VERSION .$MINOR_VERSION .$RELEASE_VERSION$EXTRA_VERSION "
46
46
47
47
dnl Define where extension directories are located in the configure context
Original file line number Diff line number Diff line change 3
3
#define PHP_MAJOR_VERSION 4
4
4
#define PHP_MINOR_VERSION 3
5
5
#define PHP_RELEASE_VERSION 7
6
- #define PHP_EXTRA_VERSION "-dev "
7
- #define PHP_VERSION "4.3.7-dev "
6
+ #define PHP_EXTRA_VERSION "RC1 "
7
+ #define PHP_VERSION "4.3.7RC1 "
You can’t perform that action at this time.
0 commit comments