iliaa Fri Oct 14 09:36:35 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src NEWS configure.in
/php-src/main php_version.h
Log:
Prepare for 5.1RC2
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.126&r2=1.2027.2.127&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.126 php-src/NEWS:1.2027.2.127
--- php-src/NEWS:1.2027.2.126 Thu Oct 13 11:23:11 2005
+++ php-src/NEWS Fri Oct 14 09:36:34 2005
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Oct 2005, PHP 5.1 Release Candidate 2
+14 Oct 2005, PHP 5.1 Release Candidate 2
- Changed SQLite extension to be a shared module in Windows distribution.
(Edin)
- Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.9&r2=1.579.2.10&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.9 php-src/configure.in:1.579.2.10
--- php-src/configure.in:1.579.2.9 Thu Sep 22 09:04:10 2005
+++ php-src/configure.in Fri Oct 14 09:36:34 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.9 2005/09/22 13:04:10 sniper Exp $ -*-
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.10 2005/10/14 13:36:34 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="RC2-dev"
+EXTRA_VERSION="RC2"
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.5&r2=1.112.2.6&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.5
php-src/main/php_version.h:1.112.2.6
--- php-src/main/php_version.h:1.112.2.5 Sat Sep 10 11:44:17 2005
+++ php-src/main/php_version.h Fri Oct 14 09:36:35 2005
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.1.0RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.1.0RC2"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php