Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40262 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11972 invoked from network); 4 Sep 2008 17:15:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2008 17:15:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.170 ug-out-1314.google.com Received: from [66.249.92.170] ([66.249.92.170:57002] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/E7-07417-4B710C84 for ; Thu, 04 Sep 2008 13:15:33 -0400 Received: by ug-out-1314.google.com with SMTP id c2so23548ugf.37 for ; Thu, 04 Sep 2008 10:15:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=oT37vnuHSPv2AzdRcSIn0Gpe4zYxXCq2nHUgkxIdSVw=; b=qE+xs0USXS8y7h+ktU+X4OBVUyw5vRcz1YTKzcYHqsXHKQGTbL9xcOLkIb1pTq25AT HIZ2I7f+yv/gh6pTLBUmK4a0QmlUOjCSoPKnxNJOwGQ3BLq5CjScWeen4nyRt/rL3Cj7 XQx3a+iDFk4gMyZ4OZLHCOs56x3swsDP4nMAA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=NpDtU/KrjyhXlRH/26gCw1JgEuZSWtAncL8pv0Jv/Os5DPtgfZESmzUQa+JIDGB3Lp QVVruf5ZEoxzfSiyxFBXGDuCD2c5eNnp7lUllDeq6YSv9NvLQwYOTmfGdxmujVy4Fysu u2GTUeGo5UG+m0fhAyKF2xkAPA00mvpP2JbiA= Received: by 10.67.115.3 with SMTP id s3mr937478ugm.68.1220548523696; Thu, 04 Sep 2008 10:15:23 -0700 (PDT) Received: by 10.67.96.10 with HTTP; Thu, 4 Sep 2008 10:15:23 -0700 (PDT) Message-ID: Date: Thu, 4 Sep 2008 19:15:23 +0200 To: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" Cc: "PHP Internals List" , "Pierre-Alain Joye" , jani.taskinen In-Reply-To: <20080904190717.aaz97tz688oogc4c@horde.chinstrap.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20080904190717.aaz97tz688oogc4c@horde.chinstrap.eu> Subject: Re: [PHP-DEV] ini-parsing, double quotes, windows in 5.3 From: pierre.php@gmail.com ("Pierre Joye") hi, On Thu, Sep 4, 2008 at 7:07 PM, Johannes Schl=FCter wrot= e: > Hi, > > now that we have a publicly available alpha on Windows we get the first > feedback from Windows users. Within quite short time we got two bug > reports (#45992 #45994) about a change in the ini-parsing: > > With <=3D5.2 we allow > > include_path =3D "c:\foo\bar\" > Pierre completely disagrees, I guess he'll answer to this mail and tell > why :-) Things is that we have expandable variables now (or env). I think that having double quotes working like in php is a good and safe thing. It could be too tricky (or pointless) to have to deal with two kind of backslashes, depending on the context. Especially as (and Johannes should have mentioned it in his mail) the fix is as easy than: include_path=3Dc:\foo\bar\ or include_path=3D"c:/foo/bar/" Cheers, --=20 Pierre http://blog.thepimp.net | http://www.libgd.org