From 3147ee5c8c27876a6b4bdc78c19154cf37f07f24 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 26 Jun 2009 02:39:14 +0000 Subject: [PATCH] * Move around some misplaced paragraphs to their right section (or better fitting) * Put .sapi and .other sections into list items git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282790 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 246 +++++++++++++++++++++++-------------- 1 file changed, 153 insertions(+), 93 deletions(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index d2ebb924b5..7f76587fd2 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -393,20 +393,36 @@
Changes in SAPI modules - - A new SAPI is now available called litespeed. - - - FastCGI is now always enabled and can not be disabled. See sapi/cgi/CHANGES - for more details. - - - A new CGI SAPI option, -T, can be used to measure execution time of a script - repeated several times. - - - CGI/FastCGI now has support for .htaccess style user-defined &php.ini; files. - + + + + A new SAPI is now available called litespeed. + + + + + FastCGI is now always enabled and can not be disabled. See sapi/cgi/CHANGES + for more details. + + + + + A new CGI SAPI option, -T, can be used to measure execution time of a script + repeated several times. + + + + + CGI/FastCGI now has support for .htaccess style user-defined &php.ini; files. + + + + + The dl function is now disabled by default, + and only available under the cli, cgi and the embed SAPIs. + + +
@@ -589,6 +605,11 @@ - Added details. + + + mail now supports logging of mail sent. + + nl2br @@ -619,38 +640,6 @@ - Added before_needle. - - - - fopen got a new mode option - (n), which passes will pass - O_NONBLOCK to the underlaying - syscall() call. - - - - - The dl function is now disabled by default, - and only available under the cli, cgi and the embed SAPIs. - - - - - Changed opendir, dir and - scandir to use default context when no context - argument is passed. - - - - - mail now supports logging of mail sent. - - - - - getopt accepts "long options" now on all platforms. - Optional values and = as seperator for shortopts are now supported. - - json: @@ -1054,6 +1043,38 @@ + + + The following functions are now natively implemented, meaning they + are always available no matter the operating system: + + + + + acosh + + + + + asinh + + + + + atanh + + + + + expm1 + + + + + log1p + + +
@@ -2146,52 +2167,91 @@
Other changes - - SplFileInfo::getpathinfo now returns information about - the path name. - - - SplObjectStorage now has ArrayAccess - support. It is also now possible to store associative information with objects in - SplObjectStorage. - - - In the GD extension, there is now pixelation support available through - the imagefilter function. - - - There is now native support for the following math functions: asinh, - acosh, atanh, log1p and - expm1. - - - var_dump outputs now includes private object members. - - - session_start now returns &false; when the session startup fails. - - - property_exists now checks the existence of a property independent of - accessibility (like method_exists). - - - Stream wrappers can now be used by - include_path. - - The initial parameter for - array_reduce can now be of any type. - - - The directory functions opendir, - scandir and dir now use the default - context if no context is passed as an argument to them. - - - crypt now has Blowfish and extended DES support, and - crypt features are now 100% portable. PHP has its own - internal crypt implementation which drops into place when support for - crypt or crypt_r is not found. - + + + + SplFileInfo::getpathinfo now returns information about + the path name. + + + + + SplObjectStorage now has ArrayAccess + support. It is also now possible to store associative information with objects in + SplObjectStorage. + + + + + In the GD extension, there is now pixelation support available through + the imagefilter function. + + + + + var_dump outputs now includes private object members. + + + + + session_start now returns &false; when the session startup fails. + + + + + property_exists now checks the existence of a property independent of + accessibility (like method_exists). + + + + + Stream wrappers can now be used by + include_path. + + + + + The initial parameter for + array_reduce can now be of any type. + + + + + The directory functions opendir, + scandir and dir now use the default + context if no context is passed as an argument to them. + + + + + crypt now has Blowfish and extended DES support, and + crypt features are now 100% portable. PHP has its own + internal crypt implementation which drops into place when support for + crypt or crypt_r is not found. + + + + + getopt accepts "long options" now on all platforms. + Optional values and = as seperator for shortopts are now supported. + + + + + - fopen got a new mode option + (n), which passes will pass + O_NONBLOCK to the underlaying + syscall() call. + + + + + opendir, dir and + scandir functions will not use the default context + if no context argument is passed. + + +