1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
This commit is contained in:
Ilia Alshanetsky
2007-01-04 23:52:29 +00:00
parent 7ba84b8807
commit e6c845cb2c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Dec 2006, PHP 5.2.1RC2
04 Jan 2007, PHP 5.2.1RC2
- Small optimization of the date() function (Matt,Ilia)
- Removed dependency from SHELL32.DLL. (Dmitry)
- Added function stream_socket_shutdown(). It is a wraper for system shutdown()
+1 -1
View File
@@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=2
RELEASE_VERSION=1
EXTRA_VERSION="RC2-dev"
EXTRA_VERSION="RC2"
PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`
+2 -2
View File
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 1
#define PHP_EXTRA_VERSION "RC2-dev"
#define PHP_VERSION "5.2.1RC2-dev"
#define PHP_EXTRA_VERSION "RC2"
#define PHP_VERSION "5.2.1RC2"
#define PHP_VERSION_ID 50201