Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42915 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19953 invoked from network); 4 Feb 2009 14:30:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2009 14:30:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=pstradomski@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pstradomski@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.186 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pstradomski@gmail.com X-Host-Fingerprint: 64.233.182.186 nf-out-0910.google.com Received: from [64.233.182.186] ([64.233.182.186:19353] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/FA-61634-A96A9894 for ; Wed, 04 Feb 2009 09:30:51 -0500 Received: by nf-out-0910.google.com with SMTP id b11so422870nfh.13 for ; Wed, 04 Feb 2009 06:30:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=AAHEo1OJmw8QFb3bBTKGB3k6VfSryl4Pwo4Ma6N8Mfg=; b=O890t414HHiTUBVTby7H5r+5XvoOkNBNTAbX2vSCujQBpGTl5bpBZ+GZ6WOnx5G4Er 8qNgIDEay8r0eCp3xJksp/SI3NLWVJcTgZuq3+k9TFuiq7Nd630RvuZ1mKN0uF/BAjdH 5D2vNEw9WMNY/puQS0ZuXrQ6oSf9DPgLwLKnk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=b0/O4okMEeJV+SYlx6jzblHviZA7D2NVCdsFtVfWe8V0f4aHoXupIX185hvaa4wAJ9 BnQibwoOgYW5a9dz1bSyYhlAqEq1ktU7c09QR9BHUiBPZ1oC0OVTPE5KCB8+q/+V3Ait L9I5PZjx+7Qn2teFEK8+0a+kpwEI+K2wnwQr8= Received: by 10.66.243.2 with SMTP id q2mr3443383ugh.1.1233757847635; Wed, 04 Feb 2009 06:30:47 -0800 (PST) Received: from ?192.168.13.107? (hep138.internetdsl.tpnet.pl [79.187.119.138]) by mx.google.com with ESMTPS id 7sm1549351eyb.58.2009.02.04.06.30.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 04 Feb 2009 06:30:46 -0800 (PST) Reply-To: =?utf-8?q?Pawe=C5=82_Stradomski?= To: internals@lists.php.net Date: Wed, 4 Feb 2009 15:33:08 +0100 User-Agent: KMail/1.9.9 Cc: Rob Richards , Sebastian Bergmann References: <5EC76153-898F-49C2-BDF1-C227578DB874@pooteeweet.org> <4989A5D6.5010201@ctindustries.net> In-Reply-To: <4989A5D6.5010201@ctindustries.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-ID: <200902041533.09276.pstradomski@gmail.com> Subject: Re: [PHP-DEV] towards the next 5.3 release From: pstradomski@gmail.com (=?utf-8?q?Pawe=C5=82_Stradomski?=) W li=C5=9Bcie Rob Richards z dnia =C5=9Broda 04 lutego 2009: > If that's the route this is going to go, I'd rather be able to set an > anytype hint where the developer could possibly restrict this further > with a more specific type if they extend the class. But that would break Liskov's principle... =2D-=20 Pawe=C5=82 Stradomski