iliaa Wed Nov 16 09:18:13 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src NEWS configure.in
/php-src/main php_version.h
Log:
5.1.0RC5
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.195&r2=1.2027.2.196&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.195 php-src/NEWS:1.2027.2.196
--- php-src/NEWS:1.2027.2.195 Wed Nov 16 06:52:25 2005
+++ php-src/NEWS Wed Nov 16 09:17:55 2005
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Nov 2005, PHP 5.1
+16 Nov 2005, PHP 5.1 Release Candidate 5
- Changed type hints to allow "null" as default value for class and array.
(Marcus, Derick, Dmitry)
- Fixed __get/__set to allow recursive calls for different properties. (Dmitry)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.15&r2=1.579.2.16&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.15 php-src/configure.in:1.579.2.16
--- php-src/configure.in:1.579.2.15 Fri Oct 28 11:45:04 2005
+++ php-src/configure.in Wed Nov 16 09:18:03 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.15 2005/10/28 15:45:04 iliaa Exp $ -*-
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.16 2005/11/16 14:18:03 iliaa Exp $ -*-
autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -42,7 +42,7 @@
MAJOR_VERSION=5
MINOR_VERSION=1
RELEASE_VERSION=0
-EXTRA_VERSION="RC5-dev"
+EXTRA_VERSION="RC5"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.11&r2=1.112.2.12&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.11
php-src/main/php_version.h:1.112.2.12
--- php-src/main/php_version.h:1.112.2.11 Fri Oct 28 11:45:05 2005
+++ php-src/main/php_version.h Wed Nov 16 09:18:11 2005
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC5-dev"
-#define PHP_VERSION "5.1.0RC5-dev"
+#define PHP_EXTRA_VERSION "RC5"
+#define PHP_VERSION "5.1.0RC5"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php