iliaa Thu Dec 22 14:17:56 2005 EDT Modified files: (Branch: PHP_5_1) /php-src NEWS configure.in /php-src/main php_version.h Log: 5.1.2RC1 http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.314&r2=1.2027.2.315&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.314 php-src/NEWS:1.2027.2.315 --- php-src/NEWS:1.2027.2.314 Wed Dec 21 22:48:50 2005 +++ php-src/NEWS Thu Dec 22 14:17:56 2005 @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Jan 2006, PHP 5.1.2 +22 Dec 2006, PHP 5.1.2RC1 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia) - Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia) - Updated to libxml2-2.6.22 and libxslt-1.1.15 in the win32 bundle. (Rob) http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.29&r2=1.579.2.30&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.579.2.29 php-src/configure.in:1.579.2.30 --- php-src/configure.in:1.579.2.29 Mon Dec 12 12:20:55 2005 +++ php-src/configure.in Thu Dec 22 14:17:56 2005 @@ -1,4 +1,4 @@ - ## $Id: configure.in,v 1.579.2.29 2005/12/12 12:20:55 sniper Exp $ -*- autoconf -*- + ## $Id: configure.in,v 1.579.2.30 2005/12/22 14:17:56 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=2 -EXTRA_VERSION="-dev" +EXTRA_VERSION="RC1" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.19&r2=1.112.2.20&diff_format=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.112.2.19 php-src/main/php_version.h:1.112.2.20 --- php-src/main/php_version.h:1.112.2.19 Sun Nov 27 17:29:54 2005 +++ php-src/main/php_version.h Thu Dec 22 14:17:56 2005 @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 2 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.1.2-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.1.2RC1"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php