diff --git a/appendices/migration53.xml b/appendices/migration53.xml index 2c6db1a54d..44afaf1cc8 100644 --- a/appendices/migration53.xml +++ b/appendices/migration53.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.2.x to PHP 5.3.x @@ -183,7 +183,7 @@ - Its now possible to use Heredoc + It's now possible to use Heredoc to initialize static variables and class members/constants. @@ -315,7 +315,7 @@ functions (100% portable for the available data). - Its now possible to use hardlinks on Windows using the link + It's now possible to use hardlinks on Windows using the link function, and symbolic links via the symlink function. Hardlinks are available as of Windows 2000 and symbolic links as of Windows Vista. @@ -1836,7 +1836,7 @@ crypt now has Blowfish and extended DES support, and - crypt features are now 100% portable. PHP has its own + crypt features are now 100% portable. PHP has it's own internal crypt implementation which drops into place when support for crypt or crypt_r is not found.