Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91648 invoked from network); 4 Sep 2008 21:24:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2008 21:24:05 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.233 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: 209.85.198.233 rv-out-0506.google.com Received: from [209.85.198.233] ([209.85.198.233:20780] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/E0-21385-4F150C84 for ; Thu, 04 Sep 2008 17:24:04 -0400 Received: by rv-out-0506.google.com with SMTP id g37so125914rvb.23 for ; Thu, 04 Sep 2008 14:24:01 -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=zO9I8nrSJyiBdaEc5ST7zdlvKJWJ30tIOurVKj0QbJA=; b=C0rt9cGK+9uh6JVLn+iIUIUeop+j1xaF4dhFF4G0zoPLyo9ovrsu7SyrKpwguS6GpL Pvt2abla12EMr+UReNlIvtvcb6TxjN+ZfMz5jLJf0k8fp9BPFboUDC+xXrEUlJlyNPBc eLipsKOExJ5c1n8OucjanauQlFpfZ+/I/PE2k= 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=eSLD8tr/YD50LuRb/Z8VcUNfV/jVJ7VZVTC5x6BkwDMA+CMLGuvHrpYTUcJNBsMTJQ ENCKbU8wKH98MM+HPORWSD+dc/QjQicABlJPVDi4l+fOrGBHd9GA8dtT3Gyb1ju0gs0g Rd8N+GfpeAeDRv9iP2OxeBqtliaVl77lzfTDM= Received: by 10.141.136.8 with SMTP id o8mr6023103rvn.278.1220563441364; Thu, 04 Sep 2008 14:24:01 -0700 (PDT) Received: by 10.140.178.14 with HTTP; Thu, 4 Sep 2008 14:24:01 -0700 (PDT) Message-ID: Date: Thu, 4 Sep 2008 23:24:01 +0200 To: "Stanislav Malyshev" Cc: jani.taskinen@iki.fi, "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" , "PHP Internals List" , "Pierre-Alain Joye" In-Reply-To: <48C04E6A.2080909@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080904190717.aaz97tz688oogc4c@horde.chinstrap.eu> <48C0488C.9090209@sci.fi> <48C04E6A.2080909@zend.com> Subject: Re: [PHP-DEV] Re: ini-parsing, double quotes, windows in 5.3 From: pierre.php@gmail.com ("Pierre Joye") hi, On Thu, Sep 4, 2008 at 11:08 PM, Stanislav Malyshev wrote: > Hi! > > I don't think something allowed and documented can be just remove without > considering the consequences. It worked and did what it was intended to do, > why we need to drop it? > If people actually have configs that would stop working in 5.3 and it > wouldn't be good for anybody. In windows, because of spaces, a lot of people > would have include_path with quotes, and also most of them use \, because > they just copy-paste these paths. > I'm also not sure how you'd have these people fix it. Say you have path > like: "c:\Documents and Settings\John Doe\My Documents\PHP Projects\Cool > Site Project\include\" - you'd have everybody to manually scan each such > string and replace \ with /? Or just drop final \? Or simply remove the double quotes. include_path=C:\Users\pierre\Documents\Digsby Logs works just fine. I think we are making a big problem of a non issue. This issue is easy to catch and fix. If a problem occurs in an app, it will be visible very quickly, like for missing extensions or wrong include_path. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org