Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97097 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88412 invoked from network); 20 Nov 2016 23:09:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2016 23:09:13 -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.46 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wm0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:34713] helo=mail-wm0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/73-65233-81D22385 for ; Sun, 20 Nov 2016 18:09:13 -0500 Received: by mail-wm0-f46.google.com with SMTP id u144so16964210wmu.1 for ; Sun, 20 Nov 2016 15:09:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=mQJMu3YposYCc93etFQteAueuW5OBXAglWV3SOnypZg=; b=zc+koe/qqEiCGuvqu49cDCPVy74onbUeKKVSkPccxOjQMf5c0PSCa/ZpZrOUim/GYE Pv97G0O2DmC4hlJKt9XXnUH6iA3atbyuT7JkrPSWZh/IvIDnP+bV1j3TpjoJyLEXs5QW 7t18+QKlrl7DL9J7Bv+DYF4tGPY4vsSSBikMd7SmQKyih14XpMsDP3RULkP2nm5u2vGH HmDuihe1q7Q3yLTAlovkmxkKaayfJn9fttlWjjOSHWHukCesUkQmGrG01j+ImStEO7WI OoHmAYqKTOHVD5M+HYTROoYkg0W8tzD6cHGDPYjNQwE93xPlpUnEooXrCIYYMMsvsSMg s/AA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=mQJMu3YposYCc93etFQteAueuW5OBXAglWV3SOnypZg=; b=aH4jR6bE0mShw/ys/S8w3PNsGS+rYcsH9dj0nQTjbC+poECby4uDkiSoQAIe3hYJmr tWlJN8eSxd9Kp1c7sFrZXq//m0hnyeH9tHy6U8EW0jdz1dNBN+GbreaFB0R3wbERnqY/ Fx2YB5NM4R8Pk8UPZdtWxQVGICZvAEipfvUA7DWdgEozIn5rhUib+lyCDXsEPpQD970b 9pLo8LkSOaftj4Fxax6UasfJ4YEA/Prj02gkmiqdlFVNEqOsj7eMcRYi04uX5zq6esG8 /ZVeBVLA5u/7fJShQHybW/6EyLCZeMYywKY1QyuigmFCbpJSP48sW/nJyhEOCUuS5Zh4 w0fQ== X-Gm-Message-State: AKaTC03KllmisBFOCaCsBaCVa0HxZZcKGxnq+haDH/XoI/spBqz3yPpBpmRshiqc88B5Qw== X-Received: by 10.28.145.66 with SMTP id t63mr10568691wmd.99.1479683349672; Sun, 20 Nov 2016 15:09:09 -0800 (PST) Received: from [192.168.1.5] ([2.27.88.157]) by smtp.googlemail.com with ESMTPSA id g10sm21571691wjw.18.2016.11.20.15.09.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 20 Nov 2016 15:09:08 -0800 (PST) To: internals@lists.php.net References: <1479682254.2858169.793963265.33246E32@webmail.messagingengine.com> Message-ID: Date: Sun, 20 Nov 2016 23:09:06 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1479682254.2858169.793963265.33246E32@webmail.messagingengine.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 7.2 From: rowan.collins@gmail.com (Rowan Collins) On 20/11/2016 22:50, Daniel Morris wrote: > On Sun, 20 Nov 2016, at 10:42 PM, Derick Rethans wrote: >> >__autoload is one of group (2). I think this is used a lot, and would >> >*not* want to deprecate this until PHP 8. > Agreed, I still think this is used widely, it would be fine to have it > throw an E_DEPRECATED in 7.2 and removed in 8.0. Upgrading to not use > __autoload would be trivial. Note that this would be a "yes" vote, where Derick was implying he would vote "no". I quote: > The RFC proposes to deprecate the listed functionality in PHP 7.2 and > remove it no later than in PHP 8.0. Regards, -- Rowan Collins [IMSoP]