Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6606 invoked by uid 1010); 16 Jul 2004 20:31:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 6527 invoked by uid 1007); 16 Jul 2004 20:31:07 -0000 Message-ID: <20040716203107.6526.qmail@pb1.pair.com> To: internals@lists.php.net Date: Fri, 16 Jul 2004 22:31:04 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: sv, en, en-us MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 212.112.191.176 Subject: interface cannot extend a non interfaced class? From: erik@nordicaudi.com (=?ISO-8859-1?Q?Erik_Franz=E9n?=) What is the reason for why PHP5 does not allow creating an interface by extending a non "interfaced" class? The follow code produces an error saying "CMAES_Section cannot implement CMAES_DB_Section - it is not an interface in