hi, On Thu, Sep 4, 2008 at 7:07 PM, Johannes Schlüter <[EMAIL PROTECTED]> wrote: > 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\"
> 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=c:\foo\bar\ or include_path="c:/foo/bar/" 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