Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47804 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30479 invoked from network); 6 Apr 2010 12:52:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Apr 2010 12:52:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.220.225 mail-fx0-f225.google.com Received: from [209.85.220.225] ([209.85.220.225:55052] helo=mail-fx0-f225.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/E1-19932-C7E2BBB4 for ; Tue, 06 Apr 2010 08:52:13 -0400 Received: by fxm25 with SMTP id 25so3219fxm.23 for ; Tue, 06 Apr 2010 05:52:10 -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; bh=anICuG89jcitG4cM7RCcNuWtloDyaPBiQK8TWQj/0O4=; b=Ex9YOUUlESh08IH6Vi7GfXfEyV7GGwKnKaCXMoSeKaupFfFn+7k7YFYfNIt0+UH33B BS+fkQnUE42bNghFl1IWO9DBsMCG8xuCB5ZHVREvuuEW9dEaHYufuk/sP7rIi6otPAz5 EtoICtZ0mACVgS3rDmHjLyKxY5el6y0ys2D98= 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; b=yGLIHTRUmXh+IjAGqyMs2uLjiRdovJIR8vHq5LH9SvRJp9IBk4ojWZLAnKqC2wi4xO qPxSQMHTCDQR6A7SFHr6J23SLeoEids32kFuS8mUZuxCfGSnEcTD3QDbvR2GXfgveXw3 ObHFEOv7LZIi4X1jXoPwczc5KV3oqVzcw0a0I= MIME-Version: 1.0 Received: by 10.239.138.136 with HTTP; Tue, 6 Apr 2010 05:52:09 -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 14:52:09 +0200 Received: by 10.239.158.207 with SMTP id v15mr702552hbc.101.1270558329811; Tue, 06 Apr 2010 05:52:09 -0700 (PDT) Message-ID: To: Hannes Magnusson Cc: RQuadling@googlemail.com, Stanislav Malyshev , =?UTF-8?Q?Johannes_Schl=C3=BCter?= , internals Content-Type: multipart/alternative; boundary=001485f63142ea3472048390e93c Subject: Re: [PHP-DEV] On constructors: BC Break and Class compiler Improvements From: tyra3l@gmail.com (Ferenc Kovacs) --001485f63142ea3472048390e93c Content-Type: text/plain; charset=UTF-8 On Tue, Apr 6, 2010 at 1:32 PM, Hannes Magnusson wrote: > 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 > it > >>> in the announcement. > >> > >> OK, done. > >> -- > >> Stanislav Malyshev, Zend Software Architect > >> stas@zend.com http://www.zend.com/ > >> (408)253-8829 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > should we check pear2? Tyrael --001485f63142ea3472048390e93c--