picky typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75626 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2002-03-28 16:40:32 +00:00
parent 996758871c
commit e3ee6e29c9

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.21 $ -->
<!-- $Revision: 1.22 $ -->
<appendix id="migration4">
<title>Migrating from PHP 3 to PHP 4</title>
<section id='migration4.changes'>
<title>What has changed in PHP 4</title>
<para>
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