Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94023 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76538 invoked from network); 15 Jun 2016 19:28:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2016 19:28:52 -0000 Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.218 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.218 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.218] ([81.169.146.218:38108] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/10-10183-37CA1675 for ; Wed, 15 Jun 2016 15:28:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1466018929; l=1527; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:In-Reply-To:References: MIME-Version; bh=BHEAt2QMJrQn4bTXGoMG9KkF7Sg+6ObL88j9tkjz76A=; b=law3ZcSFgRDyV9+sx64YnvTbOH97KeP93Y71d0B7mbmwo/ckkma6mqDB8gmd/tKsAAB 0f9lrYzu8VU4iR0VJ6XStaLF+yAgPpkRC+zILUHDX9NamikgY+OBulUZzFaZZWQunISYU RZdf4Py4aPbMdUSJWOuMEWN3tprQ65BWY8w= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLDup6E67mzuoNLBqX53Q== X-RZG-CLASS-ID: mo00 Received: from mail-it0-f41.google.com ([209.85.214.41]) by smtp.strato.de (RZmta 38.5 AUTH) with ESMTPSA id y01ccas5FJSm5ZN (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Wed, 15 Jun 2016 21:28:48 +0200 (CEST) Received: by mail-it0-f41.google.com with SMTP id a5so116727198ita.1 for ; Wed, 15 Jun 2016 12:28:48 -0700 (PDT) X-Gm-Message-State: ALyK8tIxztY+SX+q8XU411aIlgqNNWAyoIdAggwzXHdIW5G7n0POSGjkPpIUuEpLn4jw0R0XS+Cndwne4dZCpw== X-Received: by 10.36.117.86 with SMTP id y83mr1852105itc.3.1466018927926; Wed, 15 Jun 2016 12:28:47 -0700 (PDT) MIME-Version: 1.0 References: <2635b3b6-b971-9fb7-5def-26b86eafb54d@fleshgrinder.com> In-Reply-To: Date: Wed, 15 Jun 2016 19:28:31 +0000 X-Gmail-Original-Message-ID: Message-ID: To: PHP Internals Cc: Alexander Lisachenko Content-Type: multipart/alternative; boundary=001a114ac8166ee98f05355621ea Subject: Re: [PHP-DEV] Throwing an Error for require expressions in PHP7.x From: me@kelunik.com (Niklas Keller) --001a114ac8166ee98f05355621ea Content-Type: text/plain; charset=UTF-8 Oh, just read the require example, didn't read it was planned for all file functions. Fleshgrinder schrieb am Mi., 15. Juni 2016, 19:57: > On 6/15/2016 7:52 PM, Niklas Keller wrote: > > I think it can go into 7.1. It's not a BC break, as it will still > produce a > > fatal error if the error isn't caught. > > > > file_get_contents() and friends emit an E_WARNING and not an E_ERROR or > worse. ;) > > -- > Richard "Fleshgrinder" Fussenegger > > --001a114ac8166ee98f05355621ea--