Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40276 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95879 invoked from network); 4 Sep 2008 21:40:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2008 21:40:56 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.163 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.163 il-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.163] ([212.25.124.163:42966] helo=il-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 35/D1-21385-7E550C84 for ; Thu, 04 Sep 2008 17:40:56 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 5 Sep 2008 00:42:01 +0300 Received: from [192.168.16.110] ([192.168.16.110]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 4 Sep 2008 14:41:12 -0700 Message-ID: <48C055F8.8050400@zend.com> Date: Thu, 04 Sep 2008 14:41:12 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Pierre Joye CC: jani.taskinen@iki.fi, =?ISO-8859-1?Q?Johannes_Schl=FCter?= , PHP Internals List , Pierre-Alain Joye References: <20080904190717.aaz97tz688oogc4c@horde.chinstrap.eu> <48C0488C.9090209@sci.fi> <48C04E6A.2080909@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Sep 2008 21:41:12.0371 (UTC) FILETIME=[F3416830:01C90ED6] Subject: Re: [PHP-DEV] Re: ini-parsing, double quotes, windows in 5.3 From: stas@zend.com (Stanislav Malyshev) Hi! > Or simply remove the double quotes. > > include_path=C:\Users\pierre\Documents\Digsby Logs > > works just fine. I was under impression it doesn't always work, looking at the parser space is not in VALUE_CHARS, also single quote and () (which can be used by Windows in directory names) isn't. I'll check that. > 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. That's not exactly what people are looking for when they upgrade. I.e. when you app stops working you don't exactly expect somebody yanked include path from under your application. Of course you can find it, if you look hard enough, but it'd be nice to avoid such "surprises" if possible. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com