Re: [PHP-DEV] 5.4 RecursiveDirectoryIterator

2013-08-21 Thread Martin Keckeis
Hello, > Two things could be done IMO: > > - revert this change from 5.4 > > - mention it in the Upgrade Guide 5.3 -> 5.4 > that was a bug, that if you didn't pass SKIP_DOTS , dots should no be > skipped. > > and this bug is also fixed in 5.3 branch. > > thanks > Yeah i understand that it was a b

Re: [PHP-DEV] 5.4 RecursiveDirectoryIterator

2013-08-20 Thread Laruence
Hey: On Tue, Aug 20, 2013 at 9:08 PM, Martin Keckeis wrote: > Hello together, > > an incompatible change was made to the 5.4 series without any notice. > > It's related to RecursiveDirectoryIterator > https://bugs.php.net/bug.php?id=64228 > > See the source here: > https://github.com/php/php-src/