Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47768 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61168 invoked from network); 3 Apr 2010 14:28:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2010 14:28:10 -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 74.125.82.42 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: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:60954] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/22-41826-97057BB4 for ; Sat, 03 Apr 2010 09:28:10 -0500 Received: by wwc33 with SMTP id 33so1857165wwc.29 for ; Sat, 03 Apr 2010 07:28:06 -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=qPS1Gtjyvf/jwpM1Xyj9t449ny5+rStV9rdYYJX92hw=; b=V85RcwI9Czz+UluTZoa2ojpnEHCY0p1qcgUTPivDELLGkBtTLSjcoAzNQKTVZ1dYk7 cFZ660TADtHzoSP/OPDQ9Yv85Bd2adREfVkeaC2Qo3PyLkP0mREZvWwL3UJLVczHZnsG nGzwuRzrqr940mSnm3CAY3HStcl1bK0TrD7es= 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=KDzTtuYLdmFrI2VMcpvOduFiEsOeM0fFfUzi0n4ZLtAxLgRljrPXZA3GHGtkfL8aMf OuQIkAzuLbd6LKDGBiyL23oUPR30j7X2a2eURc3Ycx6aPzWrsxf5CydrI66d0qG4W6A7 cjUR1FnIeL7X++eIXWpKGxJmN/UkaMZkN6tg4= MIME-Version: 1.0 Received: by 10.216.172.193 with HTTP; Sat, 3 Apr 2010 07:28:06 -0700 (PDT) In-Reply-To: References: <4BB4EC2F.1020502@smashlabs.com> <4BB4F16B.7020402@zend.com> <4BB4F50D.9090006@zend.com> <698DE66518E7CA45812BD18E807866CE03FA7FC1@us-ex1.zend.net> <4BB69738.5000108@zend.com> Date: Sat, 3 Apr 2010 14:28:06 +0000 Received: by 10.216.91.18 with SMTP id g18mr2008369wef.203.1270304886353; Sat, 03 Apr 2010 07:28:06 -0700 (PDT) Message-ID: To: Pierre Joye Cc: Stanislav Malyshev , Ralph Schindler , internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] On constructors: BC Break and Class compiler Improvements From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sat, Apr 3, 2010 at 13:43, Pierre Joye wrote: > hi, > > On Sat, Apr 3, 2010 at 3:17 AM, Stanislav Malyshev wrote: > >> What about the 5.3? (BTW, I don't see any difference between 5.3.0 and >> anything later, could anybody point it to me?) >> We could: >> 1. Kill the class-named ctors for NS in 5.3 (some BC break, though I have >> hard time believing anybody used it so far, but who knows) >> 2. Kill the warning and just ignore the other one if __ctor is there. >> 3. Leave everything as-is. > > I'm for 1) as a primary choice, or 3). 2) is just confusing. Same here, I consider this a pure bugfix. -Hannes