johannes Mon Mar 23 20:33:21 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main php_version.h
/php-src configure.in NEWS
Log:
5.3.0 RC 1
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.112.2.37.2.50.2.9&r2=1.112.2.37.2.50.2.10&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.37.2.50.2.9
php-src/main/php_version.h:1.112.2.37.2.50.2.10
--- php-src/main/php_version.h:1.112.2.37.2.50.2.9 Wed Jan 28 22:09:54 2009
+++ php-src/main/php_version.h Mon Mar 23 20:33:21 2009
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "beta2-dev"
-#define PHP_VERSION "5.3.0beta2-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.3.0RC1"
#define PHP_VERSION_ID 50300
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.77.2.46&r2=1.579.2.52.2.77.2.47&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.46
php-src/configure.in:1.579.2.52.2.77.2.47
--- php-src/configure.in:1.579.2.52.2.77.2.46 Wed Mar 18 10:18:09 2009
+++ php-src/configure.in Mon Mar 23 20:33:21 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.46 2009/03/18 10:18:09 dmitry Exp $
-*- autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.47 2009/03/23 20:33:21 johannes Exp $
-*- autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -42,7 +42,7 @@
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=3
PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="beta2-dev"
+PHP_EXTRA_VERSION="RC1"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \*
100 + [$]PHP_RELEASE_VERSION`
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.526&r2=1.2027.2.547.2.965.2.527&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.526
php-src/NEWS:1.2027.2.547.2.965.2.527
--- php-src/NEWS:1.2027.2.547.2.965.2.526 Thu Mar 19 03:01:37 2009
+++ php-src/NEWS Mon Mar 23 20:33:21 2009
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2009, PHP 5.3.0 Beta 2
+24 Mar 2009, PHP 5.3.0 RC 1
- Upgraded bundled sqlite to version 3.6.11. (Scott)
- Upgraded bundled libmagic to 5.00 in the fileinfo extension. (Scott)
@@ -24,22 +24,26 @@
- Fixed bug #47438 (mysql_fetch_field ignores zero offset). (Johannes)
- Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly). (Felipe)
- Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0). (Felipe)
-- Fixed bug #47359 (Use the expected unofficial mimetype for bmp files).
(Scott)
+- Fixed bug #47359 (Use the expected unofficial mimetype for bmp files).
+ (Scott)
- Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a
destructor in one case). (Dmitry)
- Fixed bug #47329 (Crash in garbage collector). (Dmitry)
- Fixed bug #47320 ($php_errormsg out of scope in functions). (Dmitry)
- Fixed bug #47265 (generating phar.phar fails because of safe_mode). (Greg)
-- Fixed bug #47243 (OCI8: Crash at shutdown on Windows) (Chris Jones/Oracle
Corp.)
+- Fixed bug #47243 (OCI8: Crash at shutdown on Windows) (Chris Jones/Oracle
+ Corp.)
- Fixed bug #47231 (offsetGet error using incorrect offset). (Etienne)
- Fixed bug #47229 (preg_quote() should escape the '-' char). (Nuno)
- Fixed bug #47085 (rename() returns true even if the file in PHAR does not
exist). (Greg)
- Fixed bug #47031 (Fix constants in DualIterator example). (Etienne)
-- Fixed bug #46994 (OCI8: CLOB size does not update when using CLOB IN OUT
param in stored procedure) (Chris Jones/Oracle Corp.)
+- Fixed bug #46994 (OCI8: CLOB size does not update when using CLOB IN OUT
+ param in stored procedure) (Chris Jones/Oracle Corp.)
- Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).
(David C.)
-- Fixed bug #46623 (OCI8: phpinfo doesn't show compile time ORACLE_HOME with
phpize) (Chris Jones/Oracle Corp.)
+- Fixed bug #46623 (OCI8: phpinfo doesn't show compile time ORACLE_HOME with
+ phpize) (Chris Jones/Oracle Corp.)
- Fixed bug #46542 (Extending PDO class with a __call() function doesn't work
as expected). (Johannes)
- Fixed bug #46347 (parse_ini_file() doesn't support * in keys). (Nuno)
@@ -49,9 +53,12 @@
- Fixed bug #45432 (PDO: persistent connection leak). (Felipe)
- Fixed bug #43831 ($this gets mangled when extending PDO with persistent
connection). (Felipe)
-- Fixed PECL Bug #16035 (OCI8: oci_connect without ORACLE_HOME defined causes
segfault) (Chris Jones/Oracle Corp.)
-- Fixed PECL Bug #15988 (OCI8: sqlnet.ora isn't read with older Oracle
libraries) (Chris Jones/Oracle Corp.)
-- Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an
Instant Client RPM install) (Chris Jones/Oracle Corp.)
+- Fixed PECL Bug #16035 (OCI8: oci_connect without ORACLE_HOME defined causes
+ segfault) (Chris Jones/Oracle Corp.)
+- Fixed PECL Bug #15988 (OCI8: sqlnet.ora isn't read with older Oracle
+ libraries) (Chris Jones/Oracle Corp.)
+- Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an
+ Instant Client RPM install) (Chris Jones/Oracle Corp.)
29 Jan 2009, PHP 5.3.0 Beta 1
- Upgraded bundled sqlite to version 3.6.10. (Scott, Ilia)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php