Re: [PHP-DEV] Re: glob() bug 47358

2014-08-15 Thread Jakub Zelenka
Hi, On Fri, Aug 15, 2014 at 7:59 PM, Stas Malyshev wrote: > Hi! > > > The source of the problem is that the open_basedir will always leek > > information about dirs that the user is not suppose to see (out of the > > open_basedir restriction). The reason is that false value can indicate > > that

Re: [PHP-DEV] Re: glob() bug 47358

2014-08-15 Thread Stas Malyshev
Hi! > The source of the problem is that the open_basedir will always leek > information about dirs that the user is not suppose to see (out of the > open_basedir restriction). The reason is that false value can indicate > that (more info in the PR or https://bugs.php.net/bug.php?id=65489 ). > Howe

Re: [PHP-DEV] Re: glob() bug 47358

2014-08-15 Thread Jakub Zelenka
Hi, On Fri, Aug 15, 2014 at 2:19 AM, Stas Malyshev wrote: > Hi! > > > Sorry, I missed that one. I suspect it was the time where I > > misconfigured git and branches did not get merged. Feel free to merge > > it back/backport as I won't be able to do it before Monday. > > OK, I have backported it