Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47803 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17790 invoked from network); 6 Apr 2010 11:32:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Apr 2010 11:32:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.216 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.218.216 mail-bw0-f216.google.com Received: from [209.85.218.216] ([209.85.218.216:44247] helo=mail-bw0-f216.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/5B-49863-5BB1BBB4 for ; Tue, 06 Apr 2010 07:32:06 -0400 Received: by bwz8 with SMTP id 8so3593492bwz.23 for ; Tue, 06 Apr 2010 04:32:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=CT06456iy3WDd+AJmkwWeMUjr/Y4owEDkh/KKb02nEk=; b=AwKTa5h1Z1/KhraZ8MIB8P2PbTd30I8Sba62nC4m5PE/gpoAGXIBC2bF1z0MbI8uZJ DMUgtpIoYzoKrvO1jwwoTy9Fz4McgqwUCJ92PIZDHKFLc9aoy+hdzH4XUOty5snc9muH JUMjgl8jAkekRFYb4e1S1vZHmehpa7x61oEpc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=J0ReIqNOFVcIa8Pu4/pHjomrHo1ArOUZAliRvN4DeE+NMC3VD07SntzHkzdtdFT1Gp YUyEEEZTDOVx1ebjkquFOIKGLwz4cPa8GWDSKiAX/sGf2pf6BKAjRRs59AO2FNpoqETG WsyzVSRTr/GoQki7Z29SdRxMMeYL+NbxUYdYM= MIME-Version: 1.0 Received: by 10.204.97.202 with HTTP; Tue, 6 Apr 2010 04:32:01 -0700 (PDT) In-Reply-To: References: <4BB4EC2F.1020502@smashlabs.com> <4BB4F16B.7020402@zend.com> <4BB4F50D.9090006@zend.com> <4BB4FCC0.3010301@zend.com> <1270312532.16398.4122.camel@guybrush> <4BB920A6.1050304@zend.com> Date: Tue, 6 Apr 2010 11:32:01 +0000 Received: by 10.204.10.16 with SMTP id n16mr7569805bkn.173.1270553521532; Tue, 06 Apr 2010 04:32:01 -0700 (PDT) Message-ID: To: RQuadling@googlemail.com Cc: Stanislav Malyshev , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] On constructors: BC Break and Class compiler Improvements From: hannes.magnusson@gmail.com (Hannes Magnusson) 2010/4/6 Richard Quadling : > 2010/4/5 Stanislav Malyshev : >> Hi! >> >>> Given the feedback on the list I think it's ok. >>> Please make the BC break clear in the NEWS file so I remember to copy i= t >>> in the announcement. >> >> OK, done. >> -- >> Stanislav Malyshev, Zend Software Architect >> stas@zend.com =A0 http://www.zend.com/ >> (408)253-8829 =A0 MSN: stas@zend.com >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > I've just done a quick check on PEAR/packages-all with regard to > classes using __construct vs the class name. > > 818 classes have __construct > 1511 use the class name as the constructor > 3563 files don't have a constructor > > I excluded tests, examples and documentation (but some may have crept in)= . > None of those use namespaces, so there is no break there. -Hannes