From 3063b93c77dac4a16964bee25c57ab8a2eb2e6cb Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 25 Jun 2009 18:01:43 +0000 Subject: [PATCH] Sync with php-src git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282771 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 41 +++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index 16b5865776..880f7a373b 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -223,6 +223,11 @@ be successful. + + + Dynamic access to static methods is now possible. + + @@ -1141,6 +1146,16 @@ + Exception: + + + + Exception::getPrevious + - Retrieves the previous exception. + + + + DOM: @@ -1249,8 +1264,9 @@ Fileinfo - - Improved and more solid replacement for the - Mimetype extension. + - Improved and more solid replacement (full BC) for the + Mimetype extension, which has been + removed. @@ -1413,6 +1429,12 @@ oci8.old_oci_close_semantics=On in &php.ini; gives the old behaviour. + + Supports Database Resident Connection Pooling (DRCP), Fast + Application Notification (FAN) support, Oracle External + Authentication (not supported on Windows). + oci_bind_by_name now supports SQLT_AFC (aka CHAR datatype). + @@ -2067,6 +2089,13 @@ mb_output_handler is activated. + + + Added request_order. + Allows controlling which exactly request options should be available in + $_REQUEST. + + The following ini directives have changed default value: @@ -2078,6 +2107,12 @@ "1" (enabled) by default. + + + oci8.default_prefetch has changed from + "10" to "100". + +