Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84927 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61379 invoked from network); 15 Mar 2015 21:36:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2015 21:36:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.178 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.220.178 mail-vc0-f178.google.com Received: from [209.85.220.178] ([209.85.220.178:34903] helo=mail-vc0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/6D-31306-96BF5055 for ; Sun, 15 Mar 2015 16:36:41 -0500 Received: by mail-vc0-f178.google.com with SMTP id id10so10958570vcb.9 for ; Sun, 15 Mar 2015 14:36:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/H7o64RDtnpuYU5uQagMxdM2DhUuY9BsRbmWzHP49Jo=; b=KoIPsqb/0H/A9PsYhGPWP/gvzgi/bLE5M9bYOHR8paVdssjl2zc+Qw6flYF6C8fqr8 mEtXqCrIow5fGNDuFad1N/YGrEo75eLRHQ3Y3xA1z/lJuRDDmfoqWEI5nP1s3DkcfkEA 3wqamWYJTnB1BReP6PsISz+/we34TM897yk59QBjed4pm0lZpV7HCVtAaWknqlV/4/yp WOWPQB50SWNN8Nab0ufwt3C5oiELc7q8dcv3xi5o215d+sXjfwFHAO50Vkx2riPWVDbL EKr3Q/n4yT44WGhi1lxPPVDo4M4aZdvyjF7uojgMsbMTwHNtSCGbqaV3IK5MgWZg2A8i t5xQ== MIME-Version: 1.0 X-Received: by 10.52.165.97 with SMTP id yx1mr41095101vdb.5.1426455398798; Sun, 15 Mar 2015 14:36:38 -0700 (PDT) Received: by 10.52.177.7 with HTTP; Sun, 15 Mar 2015 14:36:38 -0700 (PDT) In-Reply-To: References: Date: Sun, 15 Mar 2015 21:36:38 +0000 Message-ID: To: Admin Admin Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11c28bec555be205115a878a Subject: Re: [PHP-DEV] RFC proposal, deprecate "String conversion" for undefined constants. From: leight@gmail.com (Leigh) --001a11c28bec555be205115a878a Content-Type: text/plain; charset=UTF-8 On 15 March 2015 at 21:09, Admin Admin wrote: > > I'll need some help with the patch. I took a look at it once, and since my > C skills are abhorant, I found myself scratching my head at all the places > that seem to throw the error message above and what each of them did. So if > there is anyone that could volunteer and help me with this, that would be > awesome! > Cursory glance: http://lxr.php.net/search?q=%22undefined+constant%22&defs=&refs=&path=Zend&hist=&project=PHP_TRUNK Ignore zend_vm_execute.h, it's a generated file. The remaining E_NOTICE lines go to E_ERROR. It is far too late for this to go into PHP 7, just FYI. I agree that if you have an undefined constant, you have an error, but that is just my opinion. --001a11c28bec555be205115a878a--