Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80616 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40824 invoked from network); 16 Jan 2015 07:14:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2015 07:14:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.171 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.171 mail-ie0-f171.google.com Received: from [209.85.223.171] ([209.85.223.171:65343] helo=mail-ie0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/10-39838-66AB8B45 for ; Fri, 16 Jan 2015 02:14:46 -0500 Received: by mail-ie0-f171.google.com with SMTP id ar1so19378909iec.2 for ; Thu, 15 Jan 2015 23:14:43 -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=eq+j8tiwCGsGsQb/OhWqXcgJQT+S7zrPi5YDSBUcBJc=; b=LLt/rlAuLS09wE9I3DxWFO9RbptHwMB5IoilKsWdgQOuJ6XNdtcoSAM7pmM2THgN1E lHkxLyEfezMEvX6jaWNtbmmy83f/edBRPgfHY/ZuiUcxCsg7Och+PGEsdkDxE+CzPZSE pOMQh6OvaaTPRCPbupdYvb0BjHx/4ocU/bo1k= 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=eq+j8tiwCGsGsQb/OhWqXcgJQT+S7zrPi5YDSBUcBJc=; b=nJ8rWoTOykVe+AUMJ6NKBz9l3yxQKUdwckwhdkXQIIT3zcJjtVUvSIJtS7BgR4FCdq MvQl54EvH+88WTzr8YIUtNJSlP+xQR4aCiFusoXQx/JucmDq92jHoglzd1kF+B+WeVwY G5K4LOTYCJ5fz1iVs6ja+onXnRaUJYDdlUsJQcao+hj+Ub8OkQt5EZn8Jtt82oRlhkVP zYSe5uRMsZfu0Tv/DTaY8quBugZZt1LeKhONtH65i2At0DXyNwKchz0wOyxNr/YGSK5j 19eoIPXqXyWA8V7MzApHshyZ2udo1flFzZpuUcP88NEl7FLC3RoiMfK5xamA2aQ+ioCL r2Ww== X-Gm-Message-State: ALoCoQkftJLglhYDOtRhm1YHZc+P9YB4SD4GfYmz088wWSiLlgC5cc0OUeIuvQHOpXzomZAaXi6R X-Received: by 10.50.32.33 with SMTP id f1mr2065144igi.9.1421392483235; Thu, 15 Jan 2015 23:14:43 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.112.9 with HTTP; Thu, 15 Jan 2015 23:14:22 -0800 (PST) In-Reply-To: References: Date: Thu, 15 Jan 2015 23:14:22 -0800 X-Google-Sender-Auth: dQS5pH_L0ZF56KbLk89Ji97xOGY Message-ID: To: Pierre Joye Cc: PHP internals , Sara Golemon Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Remove PHP 4 Constructors From: aharvey@php.net (Adam Harvey) On 15 January 2015 at 17:35, Pierre Joye wrote: > > On Nov 26, 2014 1:39 AM, "Adam Harvey" wrote: >> >> 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. > > Yes, we did. And we decided not to have it because it will impact php7 > timeline. That e-mail was almost two months ago. :) Adam