Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8171 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7569 invoked by uid 1010); 26 Feb 2004 12:49:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7535 invoked from network); 26 Feb 2004 12:49:54 -0000 Received: from unknown (HELO iko.gotobg.net) (80.168.8.116) by pb1.pair.com with SMTP; 26 Feb 2004 12:49:54 -0000 Received: from lea.webgate.bg ([212.50.2.129] helo=hristov.com) by iko.gotobg.net with asmtp (Exim 4.24) id 1AwKxe-0001hu-TP; Thu, 26 Feb 2004 14:49:55 +0200 Message-ID: <403DE1B3.1090508@hristov.com> Date: Thu, 26 Feb 2004 13:08:19 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20031230 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcus Boerger CC: Timm Friebe , internals@lists.php.net References: <1077748616.685.16.camel@localhost> <1781292779406.20040225234401@marcus-boerger.de> In-Reply-To: <1781292779406.20040225234401@marcus-boerger.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com Subject: Re: [PHP-DEV] Declaration of Bar::__construct() must be compatible with that of Foo::__construct() From: php@hristov.com (Andrey Hristov) Marcus Boerger wrote: > Hello Timm, > > i had the same expirience today too. And also for me it makes not much > sense. The constructor shouldn't check inheritance rules. And as a > consequence maybe interfaces shouldn't allow constructors. > Does inheritance include visibility rules? ;) Andrey