Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33705 invoked from network); 2 Sep 2011 17:01:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2011 17:01:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=nicolas.grekas@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nicolas.grekas@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: nicolas.grekas@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:57810] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/20-31460-ECB016E4 for ; Fri, 02 Sep 2011 13:01:02 -0400 Received: by yxk30 with SMTP id 30so1410811yxk.29 for ; Fri, 02 Sep 2011 10:00:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=xvcC67TSo5sg0y4alvaCe4sXWxyw0vqIbgGS6rSRaWI=; b=oXi7WoftbGWVMmD4KVUZAUwSDkEJ9I49aWJ5ifsYH0xy+1WtA7380HMiVsAwULzoxE oqf3Zj70QXjFs8xoeet6PLBOa+IuZO6VAClD71fYeOGibmXf72cqfl3lxx6h870ySzrV y+qi/gvsUruCpUjIztOUvncNaNhjYt7ROkKwc= Received: by 10.236.116.199 with SMTP id g47mr6907722yhh.44.1314982859148; Fri, 02 Sep 2011 10:00:59 -0700 (PDT) MIME-Version: 1.0 Sender: nicolas.grekas@gmail.com Received: by 10.236.43.131 with HTTP; Fri, 2 Sep 2011 10:00:39 -0700 (PDT) In-Reply-To: References: <1314115682.2635.98.camel@guybrush> <4E545A6C.60704@akbkhome.com> <4E54C658.6070209@akbkhome.com> <887FE7CFF6F8DE4BB3A9535F53AFD06A495AAA2F@il-ex2.zend.net> <887FE7CFF6F8DE4BB3A9535F53AFD06A495AAE17@il-ex2.zend.net> <887FE7CFF6F8DE4BB3A9535F53AFD06A495AB00F@il-ex2.zend.net> <887FE7CFF6F8DE4BB3A9535F53AFD06A495AB153@il-ex2.zend.net> <4E54F0D6.9030005@akbkhome.com> <000001cc6963$39c93c30$ad5bb490$@com> Date: Fri, 2 Sep 2011 19:00:39 +0200 X-Google-Sender-Auth: 8W_ddUA0XMfIjUWFuZFubSk3JBY Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=20cf30363c6f348daa04abf84e38 Subject: Re: [PHP-DEV] PHP 5.3.8 Released! From: nicolas.grekas+php@gmail.com (Nicolas Grekas) --20cf30363c6f348daa04abf84e38 Content-Type: text/plain; charset=ISO-8859-1 > We already discussed that *in length* the past couple of weeks, the patch > was in fact intentional and we decided not to revert it. > I'm ok with the decision, but what about adding a third argument [, bool $autoload = true ] to is_a() and is_subclass_of(), in order to be consistent with class_parents() and class_implements() ? Nicolas --20cf30363c6f348daa04abf84e38--