Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9363 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18459 invoked by uid 1010); 19 Apr 2004 09:06:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18411 invoked from network); 19 Apr 2004 09:06:44 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 19 Apr 2004 09:06:44 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i3J96fZK000330; Mon, 19 Apr 2004 11:06:43 +0200 Date: Mon, 19 Apr 2004 11:06:41 +0200 (CEST) X-X-Sender: derick@localhost To: Zeev Suraski cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20040419112627.03efaa00@localhost> Message-ID: References: <5.1.0.14.2.20040419112627.03efaa00@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Interface inheritance From: derick@php.net (Derick Rethans) On Mon, 19 Apr 2004, Zeev Suraski wrote: > Suggested behavior: > Any method that implements (directly or indirectly) an interface method or > an abstract method, will have implementation checks fully enforced, with an > E_COMPILE_ERROR emitted in case of an error. > Behavior for methods that override regular parent methods, that do not have > interface/abstract prototypes, will not change (E_STRICT message). > > Comments welcome - we'd like to sort this out before RC2... Sounds good... I already thought we were doing this. regards, Derick