Index: Zend/zend_compile.c =================================================================== RCS file: /repository/ZendEngine2/zend_compile.c,v retrieving revision 1.647.2.27.2.41.2.17 diff -u -r1.647.2.27.2.41.2.17 zend_compile.c --- Zend/zend_compile.c 9 Nov 2007 13:34:39 -0000 1.647.2.27.2.41.2.17 +++ Zend/zend_compile.c 12 Nov 2007 16:49:53 -0000 @@ -3227,7 +3227,7 @@ } if (access_type & ZEND_ACC_FINAL) { - zend_error(E_COMPILE_ERROR, "Cannot declare property %s::$%s final, the final modifier is allowed only for methods", + zend_error(E_COMPILE_ERROR, "Cannot declare property %s::$%s final, the final modifier is allowed only for methods and classes", CG(active_class_entry)->name, var_name->u.constant.value.str.val); }