Index: appendices/migration5.xml =================================================================== RCS file: /repository/phpdoc/en/appendices/migration5.xml,v retrieving revision 1.48 diff -u -r1.48 migration5.xml --- appendices/migration5.xml 6 Jun 2006 12:30:42 -0000 1.48 +++ appendices/migration5.xml 6 Sep 2006 19:37:22 -0000 @@ -95,10 +95,7 @@ - In some cases classes must be declared before use. It only happens if - some of the new features of PHP 5 (such as interfaces) are used. - Otherwise the behaviour is the old. + You should always define your classes prior to use.