Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40261 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10384 invoked from network); 4 Sep 2008 17:08:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2008 17:08:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 81.169.179.180 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 81.169.179.180 igloo.chinstrap.eu Linux 2.5 (sometimes 2.4) (4) Received: from [81.169.179.180] ([81.169.179.180:34582] helo=igloo.chinstrap.eu) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/97-07417-B1610C84 for ; Thu, 04 Sep 2008 13:08:45 -0400 Received: by igloo.chinstrap.eu (Postfix, from userid 30) id 683D03D2E79; Thu, 4 Sep 2008 19:07:17 +0200 (CEST) Received: from ppp-88-217-28-250.dynamic.mnet-online.de (ppp-88-217-28-250.dynamic.mnet-online.de [88.217.28.250]) by horde.chinstrap.eu (Horde MIME library) with HTTP; Thu, 04 Sep 2008 19:07:17 +0200 Message-ID: <20080904190717.aaz97tz688oogc4c@horde.chinstrap.eu> Date: Thu, 04 Sep 2008 19:07:17 +0200 To: PHP Internals List Cc: Pierre-Alain Joye , "jani.taskinen" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) Subject: ini-parsing, double quotes, windows in 5.3 From: johannes@php.net (Johannes =?iso-8859-1?b?U2NobPx0ZXI=?=) 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 <=5.2 we allow include_path = "c:\foo\bar\" and treat the backslash as regular character. It's documented that way in http://de.php.net/manual/en/configuration.php example #1 and in php.ini-recommended. This was caused by the changes in the ini parser which are important, but in my opinion this is a break where we should try to find a way to keep the behavior, especially as it was in the "recommended" php.ini file and other places before. Pierre completely disagrees, I guess he'll answer to this mail and tell why :-) Opinions from others, a good proposal to keep the improved ini handling and making this work? :-) johannes ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.