Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40290 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1492 invoked from network); 5 Sep 2008 18:16:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2008 18:16:42 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.179 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.179 mho-02-bos.mailhop.org Received: from [63.208.196.179] ([63.208.196.179:61975] helo=mho-02-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5A/72-23120-98771C84 for ; Fri, 05 Sep 2008 14:16:42 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KbfrK-000PkH-UV; Fri, 05 Sep 2008 18:16:39 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18EPpy+CBEjWcWTjBeFQbo14xC4ynOAItU= Message-ID: <48C17783.3020601@sci.fi> Date: Fri, 05 Sep 2008 21:16:35 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: Stanislav Malyshev CC: PHP Internals List References: <20080904190717.aaz97tz688oogc4c@horde.chinstrap.eu> <48C0488C.9090209@sci.fi> <7f3ed2c30809050034mdaa38d1i7477a5be5cdd694c@mail.gmail.com> <48C0EB92.40504@sci.fi> <48C16F79.80201@zend.com> In-Reply-To: <48C16F79.80201@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: ini-parsing, double quotes, windows in 5.3 From: jani.taskinen@sci.fi (Jani Taskinen) Stanislav Malyshev wrote: > Hi! > >> Anyway, the fix is quite easy: Only allow \" and no other escapes. And >> doing "foo\" should cause a syntax error. > > Why? It's not like we don't know what the string "c:\foo\bar\" is > supposed to mean - why shouldn't it just work? Feel free to fix it. I'm not going to do anything about it since in my opinion, there is no problem to fix. --Jani