mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
5.2.0RC5
This commit is contained in:
parent
e779c3aa36
commit
9ebb3f127e
2
NEWS
2
NEWS
@ -1,6 +1,6 @@
|
||||
PHP NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
?? Sep 2006, PHP 5.2.0
|
||||
05 Oct 2006, PHP 5.2.0RC5
|
||||
- Updated bundled OpenSSL to version 0.9.8d in the Windows distro. (Edin)
|
||||
- Updated Postgresql client libraries to 8.1.4 in the Windows distro. (Edin)
|
||||
- Speedup array/HashTable copying. (Matt W, Dmitry)
|
||||
|
@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
|
||||
MAJOR_VERSION=5
|
||||
MINOR_VERSION=2
|
||||
RELEASE_VERSION=0
|
||||
EXTRA_VERSION="RC5-dev"
|
||||
EXTRA_VERSION="RC5"
|
||||
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 0
|
||||
#define PHP_EXTRA_VERSION "RC5-dev"
|
||||
#define PHP_VERSION "5.2.0RC5-dev"
|
||||
#define PHP_EXTRA_VERSION "RC5"
|
||||
#define PHP_VERSION "5.2.0RC5"
|
||||
#define PHP_VERSION_ID 50200
|
||||
|
Loading…
Reference in New Issue
Block a user