mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
5.2.1RC2
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user