diff --git a/appendices/migration51.xml b/appendices/migration51.xml index 48768e5d70..dab124c25b 100644 --- a/appendices/migration51.xml +++ b/appendices/migration51.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.0.x to PHP 5.1.x @@ -493,8 +493,7 @@ class Derived extends Base {
Class constants - 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: