From e41fc8c2d3365f2f0114b9478ad8008e53833bd0 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Tue, 23 Jun 2009 13:34:06 +0000 Subject: [PATCH] fix spelling git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282650 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 63 +++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index f698b93367..45a6fa32ae 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -54,7 +54,7 @@ the extensions that PHP 5.3.x comes with. This parameter parsing API will make the function return &null; if incompatible parameters are passed to the function. There are some exceptions to this, like the - get_class will still return &false; incase of an + get_class will still return &false; in case of an error. @@ -88,8 +88,8 @@ - The new mysqlnd library necessitates using MySQL's newer 41 byte password format. - Continued use of the old 16 byte passwords will cause mysql_connect + The new mysqlnd library necessitates using MySQL's newer 41 bytes password format. + Continued use of the old 16 bytes passwords will cause mysql_connect to produce the following error message: "mysqlnd cannot connect to MySQL 4.1+ using old authentication". @@ -169,7 +169,7 @@ - Theres two new magic methods, + There are two new magic methods: __callStatic and __invoke has been added. @@ -211,8 +211,8 @@
Changes made to Windows support - The minimum Windows version is now Windows 2000. (Windows 98, ME and NT4 are - no longer supported). + The minimum Windows version is now Windows 2000 : Windows 98, ME and NT4 are + no longer supported. PHP Windows binaries target i586 or later. i386 and i486 are not supported. @@ -321,7 +321,7 @@ The Windows version of PHP will expose a set of constants prefixed - PHP_WINDOWS_*, a list of them and their function can be found + PHP_WINDOWS_*, a list of them and their usage can be found here. @@ -334,14 +334,14 @@ For the OCI8 extension, a new library php_oci8_11g.dll is available in addition to php_oci8.dll. Only one can be enabled at any time. Use php_oci8.dll with Oracle 10.2 - client libraries. Use php_oci8_11g.dll with Oracle 11 client libraries. Connection + client libraries. Use php_oci8_11g.dll with Oracle 11 client libraries. Connection to other database versions is supported. - Theres now compiler support for Visual C++ 9 (VC9), using Visual Studio 2008. + There is now compiler support for Visual C++ 9 (VC9), using Visual Studio 2008. - Theres now experimental support for x64 versions of PHP on Windows. + There is now experimental support for x64 versions of PHP on Windows. @@ -720,20 +720,20 @@ date_add - Adds an amount of days, months, years, hours, minutes and - seconds to a DateTime object. + seconds to a DateTime object. date_create_from_format - - Returns new DateTime object formatted according to the + - Returns new DateTime object formatted according to the specified format. date_diff - - Returns the difference between two DateTime objects. + - Returns the difference between two DateTime objects. @@ -753,7 +753,7 @@ date_sub - Subtracts an amount of days, months, years, hours, minutes - and seconds from a DateTime object. + and seconds from a DateTime object. @@ -789,7 +789,7 @@ json_last_error - - Returns the last json error that occurred. + - Returns the last JSON error that occurred. @@ -953,20 +953,20 @@ DateTime::add - Adds an amount of days, months, years, hours, minutes and - seconds to a DateTime object. + seconds to a DateTime object. DateTime::createFromFormat - - Returns new DateTime object formatted according to the + - Returns new DateTime object formatted according to the specified format. DateTime::diff - - Returns the difference between two DateTime objects. + - Returns the difference between two DateTime objects. @@ -980,7 +980,7 @@ DateTime::sub - Subtracts an amount of days, months, years, hours, minutes - and seconds from a DateTime object. + and seconds from a DateTime object. @@ -1152,7 +1152,7 @@
Other changes to extensions - The following are new extensions can no longer be disabled + The following extensions can no longer be disabled during compilation configure: @@ -1744,8 +1744,8 @@ The standard &php.ini; files have been re-organized, and renamed. php.ini-development have settings thats recommded - for use in a development envoirment. php.ini-production - is configured to production envoirments. + for use in a development environments. php.ini-production + is configured to production environments. @@ -1767,29 +1767,30 @@ - zend.ze1_compatibility_mode has been removed. If this ini directive is set - to on, then an E_ERROR is emitted at startup. + zend.ze1_compatibility_mode has been removed. If this + INI directive is set to on, then an E_ERROR is + emitted at startup. It is now possible to use the full path to load modules using the - "extension" directive. + "extension" directive. - "ini-variables" can now be used almost anywhere in a php.ini file. + "ini-variables" can now be used almost anywhere in a &php.ini; file. - Runtime tightening of open_basedir restrictions is now possible. + Runtime tightening of open_basedir restrictions is now possible. - It is now possible to use alphanumeric or variable indices in ini option + It is now possible to use alphanumeric or variable indices in INI option arrays. @@ -1851,10 +1852,10 @@ expm1. - var_dump output now includes private object members. + var_dump outputs now includes private object members. - session_start now returns FALSE when the session startup fails. + session_start now returns &false; when the session startup fails. Stream wrappers can now be used by