Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79088 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29207 invoked from network); 21 Nov 2014 16:30:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2014 16:30:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wg0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:48515] helo=mail-wg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/A0-26013-EA86F645 for ; Fri, 21 Nov 2014 11:30:38 -0500 Received: by mail-wg0-f41.google.com with SMTP id y19so7041166wgg.0 for ; Fri, 21 Nov 2014 08:30:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=+AqS9pVkYkFka6t6LowWs32g8+NGJgxIepoI/+x9rGc=; b=vUnFj4Wgbb5k5oeg6D1VykvrBbztaH4g1+qYecKzg5U+1Y2Jjc+4VVJp7RQLknWe9A uFhZgIIgQdhgmhEMEhcMIQ6Jh1e6cRC0qRJVI3uIoYjxAPLdc3fxClY9457pGDLyjihF qr2vSWlKDmMk/QA3sCCJ2s/cxAs5hJuX58itY23+PhzmDYFnMKh57OD8HIbX7Ek0V1aN ERx1nR13aYy8ot9CHqtVz+PnWquEns6lYFZ8AFUbVG9hZErvXvjO8eZs1Tl+4aQcFtKj 01DPhd0XYEmbZ+FOH1/kGpftQ/ystA8MCwGqwTBGqusEp9jEbrTA0wi5GiLN882u0r8X dNLw== X-Received: by 10.194.119.193 with SMTP id kw1mr9229987wjb.37.1416587428614; Fri, 21 Nov 2014 08:30:28 -0800 (PST) Received: from [192.168.0.148] ([62.189.198.114]) by mx.google.com with ESMTPSA id t9sm8649185wjf.41.2014.11.21.08.30.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Nov 2014 08:30:27 -0800 (PST) Message-ID: <546F688F.1070205@gmail.com> Date: Fri, 21 Nov 2014 16:30:07 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Remove PHP 4 Constructors From: rowan.collins@gmail.com (Rowan Collins) Nikita Popov wrote on 21/11/2014 16:22: > I'm also pretty confident that we can provide robust tooling for > automatically porting code to new constructors - including updating > parent:: call references if need be. Don't see how that would be a > particular issue here. Given the contents of your github repo, I'm inclined to take your word for it on that! :)