Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79178 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16432 invoked from network); 25 Nov 2014 18:39:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2014 18:39:28 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.176 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.176 mail-ie0-f176.google.com Received: from [209.85.223.176] ([209.85.223.176:41023] helo=mail-ie0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/CC-40624-FDCC4745 for ; Tue, 25 Nov 2014 13:39:28 -0500 Received: by mail-ie0-f176.google.com with SMTP id tr6so1133509ieb.35 for ; Tue, 25 Nov 2014 10:39:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=VzOmpmpC9nxBgKrwPcVo5uH9GmdLoKDeGN9T9YZeoIM=; b=DKD0HoKWULQFVQvxggXvudtZQFxvRIzq9MrtUg463STc+xAatLproMhGy5xoub4Ewx VYyzKwUBvSPvKs8EWdT88956J5nBhqirOEjPmyxYNGVM6AmO2PpvlXD3XQEH14Wvsrw3 ztGWWOGQcMVB+lNiTxN3VUhJlmNEGZkUH4nmk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=VzOmpmpC9nxBgKrwPcVo5uH9GmdLoKDeGN9T9YZeoIM=; b=WweB1+W6Mqs5F4eB6eQUEnwI6bh0UxNvoH/49EKLpCa7jtROAgZdx6XukhgP5zm9Ys pZ0l4I5AV6Cm0lnzCixN1lwd/XzXiHtabvZ7WUo58rMz3VbN0vxn9bqI159yGp/C4/0H ykKduCU5yek6lSE8ifm4/tWXKiFwqZUm1GwQ9lEjSTevBeNvgtWVoJZBEPa1DoGyhZ6r 39qcy64cbj+f8p3E9eD/Ip9sWiCOwStFQrbqlR+VHskbMbt4Dg6IBpVQcfC5PAeYcxr0 mgK4sNv2qWbopgYaLvkhhVEjWC1RgmN/EbVJkcoBcUvRp2I+T8Z2pvuAH5+ogJOhezmj ZsDQ== X-Gm-Message-State: ALoCoQnvqiwQipJgymV57pQ1n83t0lRgMAhphfolbP5nFQHtWjo4wEyUdVP3S7H8w483HDj2OJ8W X-Received: by 10.42.216.204 with SMTP id hj12mr10803996icb.69.1416940764385; Tue, 25 Nov 2014 10:39:24 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.86.129 with HTTP; Tue, 25 Nov 2014 10:39:04 -0800 (PST) In-Reply-To: References: Date: Tue, 25 Nov 2014 10:39:04 -0800 X-Google-Sender-Auth: h5A2O1zqBw7Y7yXpST35lDSA5vw Message-ID: To: Sara Golemon Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Remove PHP 4 Constructors From: aharvey@php.net (Adam Harvey) On 25 November 2014 at 10:36, Sara Golemon wrote: > On Tue, Nov 18, 2014 at 3:11 PM, Levi Morrison wrote: >> https://wiki.php.net/rfc/remove_php4_constructors >> > Entirely +1 on removing them in PHP7. > > Did we decide on having a 5.7 release? (I was on vacation and may have > missed this) If so, then the timeline is perfect, one full release to > deprecate, and a major-version bump to remove on. Not as yet, but it seems inevitable. If Zeev's PHP 7 timeline RFC pases, I was going to write up the "let's do a 5.7" RFC if nobody else did. Adam