From a203d8319f4cc0a9c97f7fc1717dd54c21495c48 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 20 Oct 2010 06:36:21 +0000 Subject: [PATCH] Fixed bug #52716 (Interface difference between 5.2.6 and 5.3.2) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304533 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/changelog.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/language/oop5/changelog.xml b/language/oop5/changelog.xml index bf49a09bc5..4fce165355 100644 --- a/language/oop5/changelog.xml +++ b/language/oop5/changelog.xml @@ -26,6 +26,14 @@ affect non-namespaced classes. + + 5.3.0 + + Changed: Classes that implement interfaces with methods that have default + values in the prototype is no longer required to match the interface's default + value. + + 5.3.0