samesch Mon Feb 20 12:42:04 2006 UTC
Modified files: /phpdoc/en/appendices migration5.xml Log: typo; only one 'only' http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/migration5.xml?r1=1.45&r2=1.46&diff_format=u Index: phpdoc/en/appendices/migration5.xml diff -u phpdoc/en/appendices/migration5.xml:1.45 phpdoc/en/appendices/migration5.xml:1.46 --- phpdoc/en/appendices/migration5.xml:1.45 Wed Dec 21 15:04:47 2005 +++ phpdoc/en/appendices/migration5.xml Mon Feb 20 12:42:04 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.45 $ --> +<!-- $Revision: 1.46 $ --> <appendix id="migration5"> <title>Migrating from PHP 4 to PHP 5</title> @@ -95,8 +95,8 @@ </listitem> <listitem> <simpara> - In some cases classes must be declared before used. It only happens - only if some of the new features of PHP 5 (such as <link + In some cases classes must be declared before use. It only happens if + some of the new features of PHP 5 (such as <link linkend="language.oop5.interfaces">interfaces</link>) are used. Otherwise the behaviour is the old. </simpara>