File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- ?? Aug 2005, PHP 5.1 Release Candidate 1
3
+ 16 Aug 2005, PHP 5.1 Release Candidate 1
4
4
- Removed XML_RPC pear package from distribution and made ext/xmlrpc mandatory
5
5
for pear. (Rasmus)
6
6
- Updated bundled libraries in Windows distribution. (Edin)
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
42
42
MAJOR_VERSION=5
43
43
MINOR_VERSION=1
44
44
RELEASE_VERSION=0
45
- EXTRA_VERSION="-dev "
45
+ EXTRA_VERSION="RC1 "
46
46
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
47
47
48
48
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 5
4
4
#define PHP_MINOR_VERSION 1
5
5
#define PHP_RELEASE_VERSION 0
6
- #define PHP_EXTRA_VERSION "-dev "
7
- #define PHP_VERSION "5.1.0-dev "
6
+ #define PHP_EXTRA_VERSION "RC1 "
7
+ #define PHP_VERSION "5.1.0RC1 "
You can’t perform that action at this time.
0 commit comments