Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54795 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58210 invoked from network); 22 Aug 2011 13:12:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2011 13:12:19 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain prohost.org designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:63890] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/01-49342-2B5525E4 for ; Mon, 22 Aug 2011 09:12:19 -0400 Received: by bkd19 with SMTP id 19so3870898bkd.29 for ; Mon, 22 Aug 2011 06:12:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.128.80 with SMTP id j16mr953110bks.9.1314018734398; Mon, 22 Aug 2011 06:12:14 -0700 (PDT) Received: by 10.204.130.198 with HTTP; Mon, 22 Aug 2011 06:12:14 -0700 (PDT) In-Reply-To: References: <844457t1uarfmbev91kack95i5r1b58qho@4ax.com> Date: Mon, 22 Aug 2011 09:12:14 -0400 Message-ID: To: Kalle Sommer Nielsen Cc: Mads Lie Jensen , Dmitry Stogov , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] is_a() triggers __autoload() in 5.3.7 From: ilia@prohost.org (Ilia Alshanetsky) The fix looks good, Dmitry can you please review it, if it is good let's get it into 5.3.8 On Mon, Aug 22, 2011 at 6:33 AM, Kalle Sommer Nielsen wrote= : > 2011/8/22 Mads Lie Jensen : >> On Mon, 22 Aug 2011 10:00:11 +0200, hannes.magnusson@gmail.com (Hannes >> Magnusson) wrote: >> >>>I can reproduce that in 5.3-svn and 5.4-svn. >>> >>>Please file a bug report for it, this should probably be fixed in 5.3.8 = too. >> >> Done: >> >> Bug #55475 =A0 =A0 =A0is_a() triggers autoloader > > I have attached a simple one liner patch to the report, which like > Hannes said, should go into 5.3.8 to keep BC. > > -- > regards, > > Kalle Sommer Nielsen > kalle@php.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >