Skip to content

Commit

Permalink
5.2.1RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Alshanetsky committed Jan 19, 2007
1 parent ef3fcf2 commit cbd3a64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Jan 2007, PHP 5.2.1RC3
18 Jan 2007, PHP 5.2.1RC3
- Added read-timeout context option "timeout" for HTTP streams. (Hannes,
Ilia).
- Added CURLOPT_TCP_NODELAY constant to Curl extension. (Sara)
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=2
RELEASE_VERSION=1
EXTRA_VERSION="RC3-dev"
EXTRA_VERSION="RC3"
PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`

Expand Down
4 changes: 2 additions & 2 deletions main/php_version.h
Expand Up @@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 1
#define PHP_EXTRA_VERSION "RC3-dev"
#define PHP_VERSION "5.2.1RC3-dev"
#define PHP_EXTRA_VERSION "RC3"
#define PHP_VERSION "5.2.1RC3"
#define PHP_VERSION_ID 50201

0 comments on commit cbd3a64

Please sign in to comment.