Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97096 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86545 invoked from network); 20 Nov 2016 22:50:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2016 22:50:58 -0000 Authentication-Results: pb1.pair.com header.from=daniel@honestempire.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=daniel@honestempire.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain honestempire.com designates 66.111.4.29 as permitted sender) X-PHP-List-Original-Sender: daniel@honestempire.com X-Host-Fingerprint: 66.111.4.29 out5-smtp.messagingengine.com Received: from [66.111.4.29] ([66.111.4.29:59151] helo=out5-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/23-65233-1D822385 for ; Sun, 20 Nov 2016 17:50:57 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 96412206A6 for ; Sun, 20 Nov 2016 17:50:54 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute3.internal (MEProxy); Sun, 20 Nov 2016 17:50:54 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=honestempire.com; h=content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=mVRMBkEvduoIIeOouNe7Aumh1U 4=; b=tPxXECDITtB1qPGuUonnyPS+1Q2A/g7f/kLKY1O7G2b2Gf3MSNx1S+TB/8 5commn858unAkfVgJkcSNDFvNxhniwzQ6r6cXh6qvIP05Lz4X8IAWDqqaH71exsk NuLcEQCkFkc+11+t7TmVn+ptBcvtgyEohz9yUUpim8NQcOd1w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=mV RMBkEvduoIIeOouNe7Aumh1U4=; b=LKQVvSFkKG+Gb45SJmePcKGaQzBi/IXrro E24Mjq2ac6h1ZixdEmD8XGCoIbAOIKKsBpWMfZCdhrkL2ZTiaGHi9TYAFtb16S2/ XweGwg9KX0Aqy98coeCzE9YzWNYQyU4PbJx7ffg9+F9vGRbJBjUHEcOmryqm33u1 1+I66Ls2I= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 6049B5118; Sun, 20 Nov 2016 17:50:54 -0500 (EST) Message-ID: <1479682254.2858169.793963265.33246E32@webmail.messagingengine.com> To: internals@lists.php.net MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-461bce03 Date: Sun, 20 Nov 2016 22:50:54 +0000 In-Reply-To: References: Subject: Re: [PHP-DEV] [RFC] Deprecations for PHP 7.2 From: daniel@honestempire.com (Daniel Morris) 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=20 > *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. On Sun, 20 Nov 2016, at 10:42 PM, Derick Rethans wrote: > I also do not see why (binary) should be removed, as it fits in category= =20 > 3. Whilst (binary) may be harmless, it's also pointless, since it's just an alias for (string) =E2=80=93 I don't think it has wide-enough usage to worry about deprecating it sooner rather than later. -- Daniel Morris daniel@honestempire.com