Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59264 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53548 invoked from network); 31 Mar 2012 08:44:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Mar 2012 08:44:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=reeze.xia@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=reeze.xia@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: reeze.xia@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:47191] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/45-28591-DD3C67F4 for ; Sat, 31 Mar 2012 03:44:13 -0500 Received: by iaeh11 with SMTP id h11so2269922iae.29 for ; Sat, 31 Mar 2012 01:44:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type; bh=x5Zd2sd70s4SXMqTKf5MeA9Pn0WjtbllPYWcjZTeR28=; b=ZRdxv0epEve1NpVdPmZCaHDrCh5YRqu4oV4eLsFSaYyew5P+GL5QtZVpthnM7/0VvL 7Jv4jaRr9IKBEM0w0cRebDwUSl4XYs6v0+XblMb+duqiV4C/jU4R+0eNQVnoYLPsrG4S jRSWL+eERMmU04WEkKweTklVgtgle26nJpsaPj0/J9tiX8+6GmFHaoNmvz0EnzIqbX2z NYf+E8xH+BA37lfKBWn6CkVDcO2wKSCGeuG2oHCZXfWIxOKAnJ2Ag+YpkqkfMzLssOU9 dk/UQt5Gc9pS7VneuL4NOVJHmJQkR0Km3u8Z6Ug80nK618TNhoTF6/m84UbKrwNMn7i5 Kx7g== Received: by 10.50.153.132 with SMTP id vg4mr905361igb.2.1333183450842; Sat, 31 Mar 2012 01:44:10 -0700 (PDT) Received: from MacBookPro.local ([61.135.169.76]) by mx.google.com with ESMTPS id mk10sm3548260igc.4.2012.03.31.01.44.06 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 31 Mar 2012 01:44:10 -0700 (PDT) Date: Sat, 31 Mar 2012 16:44:02 +0800 To: Stas Malyshev Cc: Yasuo Ohgaki , "=?utf-8?Q?internals=40lists.php.net?=" Message-ID: <45D2E02277FF46C6BBDD1FECED6298C7@gmail.com> In-Reply-To: <4F76C1DB.6030600@sugarcrm.com> References: <4F76B2E5.3010609@sugarcrm.com> <9A01D818C0E0429A91913327DBF4EE2C@gmail.com> <4F76C1DB.6030600@sugarcrm.com> X-Mailer: sparrow 1.3.2 (build 814.60) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="4f76c3d2_2b0d8dbe_ef43" Subject: =?utf-8?Q?=E5=9B=9E=E5=A4=8D=EF=BC=9A_?=[PHP-DEV] Re: bugs needs fix before 5.4.1 From: reeze.xia@gmail.com (reeze) --4f76c3d2_2b0d8dbe_ef43 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline =E5=9C=A8 2012=E5=B9=B43=E6=9C=8831=E6=97=A5=E6=98=9F=E6=9C=9F=E5=85=AD=EF= =BC=8C=E4=B8=8B=E5=8D=884:35=EF=BC=8CStas Malyshev =E5=86=99=E9=81=93=EF=BC= =9A > Hi=21 > =20 > > If is set to false does it means the first parameter can't be string=3F= > =20 > It can. But it won't be seen as a class name, but rather as a string, > that is not an object that is an instance of a subclass of anything, so= > it will return false. > =20 > > Can't we just make the last parameter to autoload=3Dtrue=7Cfalse. > > if the first parameter is a string then try to find the class if not = try > > autoloadding. > =20 > We discussed all the solutions already and chose this one, please see > discussion on the list and the bug I've referred to. I see no point in > going through the same discussion again. Thanks for your kindly explanation and yohagaki's doc update I've got it. --4f76c3d2_2b0d8dbe_ef43--