colder Wed Sep 6 19:39:01 2006 UTC
Modified files: /phpdoc/en/appendices migration5.xml Log: Fix #34697 (Remove ambiguity) http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/migration5.xml?r1=1.48&r2=1.49&diff_format=u Index: phpdoc/en/appendices/migration5.xml diff -u phpdoc/en/appendices/migration5.xml:1.48 phpdoc/en/appendices/migration5.xml:1.49 --- phpdoc/en/appendices/migration5.xml:1.48 Tue Jun 6 12:30:42 2006 +++ phpdoc/en/appendices/migration5.xml Wed Sep 6 19:39:01 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.48 $ --> +<!-- $Revision: 1.49 $ --> <appendix id="migration5"> <title>Migrating from PHP 4 to PHP 5</title> @@ -95,10 +95,7 @@ </listitem> <listitem> <simpara> - 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. + You should always define your classes prior to use. </simpara> </listitem> <listitem>