Re: [PHP-DEV] Re: BC break in DirectoryIterator by fix of #44018

2008-02-13 Thread Marcus Boerger
Hello Gregory, It is fixed now. marcus Monday, February 11, 2008, 6:57:09 AM, you wrote: > Gregory Beaver wrote: >> Hi Marcus, >> >> FYI, this change: >> >> http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?view=diff&r1=1.146&r2=1.147 >> >> breaks about 20 tests in phar, it's a

Re: [PHP-DEV] Re: BC break in DirectoryIterator by fix of #44018

2008-02-11 Thread Marcus Boerger
Hello Gregory, hmm, and i thought i was doing it correctly now. So I need to reinvestigate things. Thanks fo rthe heads up. marcus Monday, February 11, 2008, 6:57:09 AM, you wrote: > Gregory Beaver wrote: >> Hi Marcus, >> >> FYI, this change: >> >> http://cvs.php.net/viewvc.cgi/php-src/ex

[PHP-DEV] Re: BC break in DirectoryIterator by fix of #44018

2008-02-10 Thread Gregory Beaver
Gregory Beaver wrote: > Hi Marcus, > > FYI, this change: > > http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?view=diff&r1=1.146&r2=1.147 > > breaks about 20 tests in phar, it's a potentially serious BC break. I > understand the reasoning behind it, but you may find other users up