From 825368330b657001d4134bae047c3f63e6e18f62 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 22 Jun 2009 22:00:46 +0000 Subject: [PATCH] Fix typos, spotted by Mark git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282604 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.