mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
5.2.1
This commit is contained in:
parent
629d7cf43f
commit
ee626ccb51
2
NEWS
2
NEWS
@ -1,6 +1,6 @@
|
||||
PHP NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
?? ??? 2007, PHP 5.2.1
|
||||
08 Feb 2007, PHP 5.2.1
|
||||
- Added read-timeout context option "timeout" for HTTP streams. (Hannes, Ilia).
|
||||
- Added CURLOPT_TCP_NODELAY constant to Curl extension. (Sara)
|
||||
- Added support for hex numbers of any size. (Matt)
|
||||
|
@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
|
||||
MAJOR_VERSION=5
|
||||
MINOR_VERSION=2
|
||||
RELEASE_VERSION=1
|
||||
EXTRA_VERSION="RC5-dev"
|
||||
EXTRA_VERSION=""
|
||||
PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
|
||||
PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
|
||||
|
||||
|
@ -3,6 +3,6 @@
|
||||
#define PHP_MAJOR_VERSION 5
|
||||
#define PHP_MINOR_VERSION 2
|
||||
#define PHP_RELEASE_VERSION 1
|
||||
#define PHP_EXTRA_VERSION "RC5-dev"
|
||||
#define PHP_VERSION "5.2.1RC5-dev"
|
||||
#define PHP_EXTRA_VERSION ""
|
||||
#define PHP_VERSION "5.2.1"
|
||||
#define PHP_VERSION_ID 50201
|
||||
|
Loading…
Reference in New Issue
Block a user