Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96999 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92554 invoked from network); 18 Nov 2016 18:01:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2016 18:01:29 -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.26 as permitted sender) X-PHP-List-Original-Sender: daniel@honestempire.com X-Host-Fingerprint: 66.111.4.26 out2-smtp.messagingengine.com Received: from [66.111.4.26] ([66.111.4.26:52231] helo=out2-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/C0-22513-8F14F285 for ; Fri, 18 Nov 2016 13:01:29 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 8F41420529 for ; Fri, 18 Nov 2016 13:01:25 -0500 (EST) Received: from web6 ([10.202.2.216]) by compute3.internal (MEProxy); Fri, 18 Nov 2016 13:01:25 -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=2y1p4uKbFBGk2JJT2B3aCyldQb k=; b=QEleT+4mAV5KmGf+tsaYdqtHBEbUQOOCBl4yneq3H/OsUoxbykILASWXaZ pjnRi+mVdaLow6W+R3zg3b9ju5gC5meSp4abdCglBvjLawl4m+kWkyBkB9+AVOHP A7Fp6hSFL7deBDzuUvaeMaZeddBKacLme1dwU2YNKPDpR5Qo8= 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=2y 1p4uKbFBGk2JJT2B3aCyldQbk=; b=EueyrDHDi05FyUOUoS4TstHDYtyAgNtiZq vxMN3zJg8VQ1SgJP/12uVsfR4ad3skBMLAFJFi1/Wq4uh2VmJpyYgXVMACyMmviw 4D+joWash/E/47sJ+I1Wddnyq9SqYlQQXJztR0raYJtTcOcATlFn9vVMORxXJXrN x6xIyWlC0= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 57384530C; Fri, 18 Nov 2016 13:01:25 -0500 (EST) Message-ID: <1479492085.1445785.792389481.7C88455B@webmail.messagingengine.com> To: internals@lists.php.net MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-461bce03 Date: Fri, 18 Nov 2016 18:01:25 +0000 References: In-Reply-To: Subject: Re: [PHP-DEV] Declare directive to change engine version basis From: daniel@honestempire.com (Daniel Morris) I think this would create a lot of additional work for internals maintainers, and the current system of throwing an E_DEPRECATED already allows for developers to prepare their applications for future versions by turning on error reporting and checking their logs. -- Daniel Morris daniel@honestempire.com