From db5cab7b7bf31daaff1c4541272da409b9968e83 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 22 Jun 2009 20:58:43 +0000 Subject: [PATCH] Typo, spotted by Hannes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282600 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration53.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/migration53.xml b/appendices/migration53.xml index c0cc7b3fd8..2c6db1a54d 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 not possible to use Heredoc + Its now possible to use Heredoc to initialize static variables and class members/constants.