Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8159 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81999 invoked by uid 1010); 26 Feb 2004 08:29:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81939 invoked from network); 26 Feb 2004 08:29:21 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 26 Feb 2004 08:29:21 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i1Q8TL9b028847; Thu, 26 Feb 2004 09:29:21 +0100 Date: Thu, 26 Feb 2004 09:29:21 +0100 (CET) X-X-Sender: derick@localhost To: Timm Friebe cc: internals@lists.php.net In-Reply-To: <1077758027.685.109.camel@localhost> Message-ID: References: <1077748616.685.16.camel@localhost> <1781292779406.20040225234401@marcus-boerger.de> <1077749539.685.27.camel@localhost> <1077752071.685.57.camel@localhost> <1721299626562.20040226013808@marcus-boerger.de> <1077758027.685.109.camel@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Declaration of Bar::__construct() must be compatible with that of Foo::__construct() From: derick@php.net (Derick Rethans) On Thu, 26 Feb 2004, Timm Friebe wrote: > On Thu, 2004-02-26 at 01:38, Marcus Boerger wrote: > > Hello Timm, > [...] > > > Should work #1, Bar::connect() adds an argument > > No the sugnature is incompatible. An instance of Foo cannot be called > > with Bar or Connector's connect() Signature. Hence Bar is not a Foo > > or Connector. > > Hrm, that's quite a (huge) BC break then. Right, I think we should not break BC in this instance. Derick