Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

"Nuclear war can ruin your whole compile." -- Karl Lehenbauer


devel / comp.lang.php / parse-ini-file: INI_SCANNER_RAW scanner mode

SubjectAuthor
* parse-ini-file: INI_SCANNER_RAW scanner modeFx ROOM
`* Re: parse-ini-file: INI_SCANNER_RAW scanner modeJ.O. Aho
 `- Re: parse-ini-file: INI_SCANNER_RAW scanner modeFx ROOM

1
parse-ini-file: INI_SCANNER_RAW scanner mode

<t67fk9$1rs6$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=508&group=comp.lang.php#508

  copy link   Newsgroups: comp.lang.php
Path: i2pn2.org!i2pn.org!aioe.org!x3ACC2qrBjQXx8cNs6QrPQ.user.46.165.242.91.POSTED!not-for-mail
From: naso@tata.new (Fx ROOM)
Newsgroups: comp.lang.php
Subject: parse-ini-file: INI_SCANNER_RAW scanner mode
Date: Fri, 20 May 2022 09:22:48 +0200
Organization: Aioe.org NNTP Server
Message-ID: <t67fk9$1rs6$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="61318"; posting-host="x3ACC2qrBjQXx8cNs6QrPQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
X-Notice: Filtered by postfilter v. 0.9.2
Content-Language: it-IT
 by: Fx ROOM - Fri, 20 May 2022 07:22 UTC

https://www.php.net/manual/en/function.parse-ini-file.php
"If INI_SCANNER_RAW is supplied, then option values will not be parsed."

That is?

Re: parse-ini-file: INI_SCANNER_RAW scanner mode

<jep1g7Fop7hU1@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=509&group=comp.lang.php#509

  copy link   Newsgroups: comp.lang.php
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: user@example.net (J.O. Aho)
Newsgroups: comp.lang.php
Subject: Re: parse-ini-file: INI_SCANNER_RAW scanner mode
Date: Fri, 20 May 2022 10:23:35 +0200
Lines: 21
Message-ID: <jep1g7Fop7hU1@mid.individual.net>
References: <t67fk9$1rs6$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net Sv9rCGOD4mwmTsK+LnZe9w8u0baHGaB1hQ8l3n6D63fqAcSOxt
Cancel-Lock: sha1:/QzUFWsMMHCkXI+ja3tVdaVUmgg=
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.9.0
Content-Language: en-US-large
In-Reply-To: <t67fk9$1rs6$1@gioia.aioe.org>
 by: J.O. Aho - Fri, 20 May 2022 08:23 UTC

On 20/05/2022 09.22, Fx ROOM wrote:
> https://www.php.net/manual/en/function.parse-ini-file.php
> "If INI_SCANNER_RAW is supplied, then option values will not be parsed."
>
> That is?

Yes, the setting value ain't parsed,

say you have a row like:

setting_name = "Less is \"more\""

INI_SCANNER_NORMAL -> Less is "more"

INI_SCANNER_RAW -> Less is \"more\"

--

//Aho

Re: parse-ini-file: INI_SCANNER_RAW scanner mode

<t67trp$ecf$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=510&group=comp.lang.php#510

  copy link   Newsgroups: comp.lang.php
Path: i2pn2.org!i2pn.org!aioe.org!x3ACC2qrBjQXx8cNs6QrPQ.user.46.165.242.91.POSTED!not-for-mail
From: naso@tata.new (Fx ROOM)
Newsgroups: comp.lang.php
Subject: Re: parse-ini-file: INI_SCANNER_RAW scanner mode
Date: Fri, 20 May 2022 13:25:45 +0200
Organization: Aioe.org NNTP Server
Message-ID: <t67trp$ecf$1@gioia.aioe.org>
References: <t67fk9$1rs6$1@gioia.aioe.org> <jep1g7Fop7hU1@mid.individual.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="14735"; posting-host="x3ACC2qrBjQXx8cNs6QrPQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
X-Notice: Filtered by postfilter v. 0.9.2
Content-Language: it-IT
 by: Fx ROOM - Fri, 20 May 2022 11:25 UTC

Il 20/05/22 10:23, J.O. Aho ha scritto:
>
> On 20/05/2022 09.22, Fx ROOM wrote:
>> https://www.php.net/manual/en/function.parse-ini-file.php
>> "If INI_SCANNER_RAW is supplied, then option values will not be parsed."
>>
>> That is?
>
> Yes, the setting value ain't parsed,
>
> say you have a row like:
>
> setting_name = "Less is \"more\""
>
>  INI_SCANNER_NORMAL -> Less is "more"
>
>  INI_SCANNER_RAW -> Less is \"more\"
>
>

thanks

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor