Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23983 invoked from network); 1 Dec 2015 10:37:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2015 10:37:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:51389] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/16-13465-E487D565 for ; Tue, 01 Dec 2015 05:37:03 -0500 Received: from w530phpdev (p579F3B3C.dip0.t-ipconnect.de [87.159.59.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id A200078AC71; Tue, 1 Dec 2015 11:36:59 +0100 (CET) To: "'Peter Cowburn'" , "'Sebastian Bergmann'" Cc: "'PHP internals'" References: <565D6452.3000203@php.net> In-Reply-To: Date: Tue, 1 Dec 2015 11:36:56 +0100 Message-ID: <02c601d12c24$3575c350$a06149f0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQI0tUkrqnYgsJ2khLMqOp66rVDtSgHFduoOneCx7kA= Content-Language: en-us Subject: RE: [PHP-DEV] INI_SCANNER_TYPED: New in PHP 5.6 or PHP 7? From: anatol.php@belski.net ("Anatol Belski") Hi, > -----Original Message----- > From: Peter Cowburn [mailto:petercowburn@gmail.com] > Sent: Tuesday, December 1, 2015 10:25 AM > To: Sebastian Bergmann > Cc: PHP internals > Subject: Re: [PHP-DEV] INI_SCANNER_TYPED: New in PHP 5.6 or PHP 7? >=20 > Hi Sebastian, >=20 > On 1 December 2015 at 09:11, Sebastian Bergmann > wrote: >=20 > > According to UPGRADING [1], INI_SCANNER_TYPED was added in PHP 7: > > > > "- parse_ini_file(): > > - parse_ini_string(): > > . Added scanner mode INI_SCANNER_TYPED to yield typed > > .ini values." > > > > However, the INI_SCANNER_TYPED constant already exists in > > PHP-5.6 and seems to be actually used. > > >=20 > It was introduced in 5.6.1, as mentioned in the parse_ini_file() = docs[1] and in the > 5.6 UPGRADING file [2]. Alas, it's not uncommon for older = NEWS/UPGRADING > entries to mistakenly appear in later versions. >=20 >=20 Removed that one from 7.0 UPGRADING, thanks for the ping. Regards Anatol