From e3ee6e29c9a5fdd9122bb60e5266abd4022ffebd Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Thu, 28 Mar 2002 16:40:32 +0000 Subject: [PATCH] picky typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75626 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration4.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/migration4.xml b/appendices/migration4.xml index 46f18a7c78..525815b39c 100644 --- a/appendices/migration4.xml +++ b/appendices/migration4.xml @@ -1,12 +1,12 @@ - + Migrating from PHP 3 to PHP 4
What has changed in PHP 4 - PHP 4 and the integrated Zend engine have greatly improved PHPs + PHP 4 and the integrated Zend engine have greatly improved PHP's performance and capabilities, but great care has been taken to break as little existing code as possible. So migrating your code from PHP 3 to 4 should be much easier than migrating from