Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40277 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1598 invoked from network); 4 Sep 2008 22:15:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2008 22:15:59 -0000 Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 193.227.246.108 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 193.227.246.108 ip246-108-v193.static.x-ip.net Received: from [193.227.246.108] ([193.227.246.108:59803] helo=lovelace.midden.org.uk) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/E2-21385-C1E50C84 for ; Thu, 04 Sep 2008 18:15:58 -0400 Received: from 94-116-143-76.dynamic.thecloud.net ([94.116.143.76] helo=[10.95.143.76]) by lovelace.midden.org.uk with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1KbN7D-00070F-1p; Thu, 04 Sep 2008 23:15:49 +0100 References: <20080904190717.aaz97tz688oogc4c@horde.chinstrap.eu> <48C0488C.9090209@sci.fi> <48C04E6A.2080909@zend.com> Message-ID: To: Pierre Joye In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (iPhone Mail 5C1) Date: Thu, 4 Sep 2008 23:10:16 +0100 Cc: Stanislav Malyshev , "jani.taskinen@iki.fi" , =?utf-8?Q?Johannes_Schl=C3=BCter?= , PHP Internals List , Pierre-Alain Joye X-Mailer: iPhone Mail (5C1) X-Spam-Score: -2.5 X-Spam_Report: Spam detection software, running on the system "lovelace.midden.org.uk", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: I agree, users will notice quickly enough and the previous behaviour doesn't match that of PHP. If we provide an uprade information popup at the end of the Windows installer it might help. Scott [...] Content analysis details: (-2.5 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP 1.9 TVD_RCVD_IP TVD_RCVD_IP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Subject: Re: [PHP-DEV] Re: ini-parsing, double quotes, windows in 5.3 From: scott@macvicar.net (Scott MacVicar) I agree, users will notice quickly enough and the previous behaviour doesn't match that of PHP. If we provide an uprade information popup at the end of the Windows installer it might help. Scott On 4 Sep 2008, at 22:24, "Pierre Joye" wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >