takagi Sat May 26 03:27:35 2007 UTC
Modified files: /phpdoc/en/appendices migration51.xml Log: corrected copy&paste error. http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/migration51.xml?r1=1.1&r2=1.2&diff_format=u Index: phpdoc/en/appendices/migration51.xml diff -u phpdoc/en/appendices/migration51.xml:1.1 phpdoc/en/appendices/migration51.xml:1.2 --- phpdoc/en/appendices/migration51.xml:1.1 Wed May 23 18:44:28 2007 +++ phpdoc/en/appendices/migration51.xml Sat May 26 03:27:35 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <appendix id="migration51"> <title>Migrating from PHP 5.0.x to PHP 5.1.x</title> @@ -493,8 +493,7 @@ <section id="migration51.oop-constants"> <title>Class constants</title> <para> - Under PHP 5.1.x, redefinition of a class constant will throw a fatal - E_ERROR. + Under PHP 5.0.x, the following code was valid: </para> <informalexample> <para>