Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54767 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84717 invoked from network); 22 Aug 2011 06:10:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2011 06:10:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:39381] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/90-13024-7D2F15E4 for ; Mon, 22 Aug 2011 02:10:32 -0400 Received: by vwl1 with SMTP id 1so4065671vwl.29 for ; Sun, 21 Aug 2011 23:10:28 -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:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=n95MCWSDyj6Ziby8+bLU5pmWrrycG0Pqi1i+HPKBGmA=; b=jdmTbap5ZfHrVolHxJVW0w8svvNEItukS0Rsf7jdeLYVYuVrbyOHloEDcqi0WkpIIt I21jgsiK/PBrW695A/tGqJMh56f7jkKpg1QvejX7sUzb2qkLcS4X3kCHxJ/dL9H3OMcm 1F/yeZdjRf+blX/dR+Rz+2VVNx7mBv3IsKr4E= MIME-Version: 1.0 Received: by 10.220.38.70 with SMTP id a6mr595256vce.1.1313993428654; Sun, 21 Aug 2011 23:10:28 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.220.158.213 with HTTP; Sun, 21 Aug 2011 23:10:28 -0700 (PDT) In-Reply-To: References: Date: Mon, 22 Aug 2011 08:10:28 +0200 X-Google-Sender-Auth: cCD1sRf6QltH-x_s4Jq-VuIob4M Message-ID: To: Mads Lie Jensen Cc: 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: kalle@php.net (Kalle Sommer Nielsen) Hi 2011/8/22 Mads Lie Jensen : > Hi. > > After upgrading to php 5.3.7, whenever I use is_a($object, 'ClassName'); > the autoloader of classes is now called. > > This did not happen in earlier versions of php 5.3 that I used before. > But I cannot find any =A0mention of it anywhere, no open bugs for it, and > nothing in the changelogs. > > Is it a bug or is it intentional that it has started behaving this way? I'm unable to reproduce your case in 5.3.4RC1, 5.3.7 and 5.3-svn: http://pastie.org/2410070 Please open a bug report [1] and attach a script to reproduce the behaviour you are seeing (should be a 10 liner script for this incident) [1] http://bugs.php.net/ --=20 regards, Kalle Sommer Nielsen kalle@php.net