Hello internals, pecls

  interesting, when comitting to php-src and pecl the mail goes to pecl :-(

Hello Steph,

  since you found the issue, how about you test whether it works correct
now? For development I basically experimented with stuff like this:
php -r '$i=new RecursiveDirectoryIterator("glob://*/*.php");
        foreach($i as $f=>$d) {
          var_dump($f,$i,$d);
        }'

marcus

Wednesday, January 30, 2008, 9:31:07 PM, you wrote:

> helly           Wed Jan 30 20:31:07 2008 UTC

>   Modified files:              
>     /php-src    NEWS 
>     /php-src/ext/spl    spl_directory.c spl_directory.h 
>     /pecl/phar  phar_object.c 
>   Log:
>   - Fixed glob:// stream handling in (Recursive)DirectoryIterator.
>   
>   



Best regards,
 Marcus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to