> From: Pierre [mailto:[EMAIL PROTECTED] > > It is not about taste. A glob is not a URI-like data. It is a > filter. I hope you understand my point now (for better glob > support but no glob://), let see what the other developers > think about that.
I agree. PHP glob() needs to be rewritten to call a glob() hook in stream wrappers. And only the 'plain file' wrapper would then call the OS native glob(). Other stream wrappers like zip:, phar:, or phk: would provide their own implementations (provided they can use a reliable fnmatch()). > I will take another way to understand why one can add URI wrappers in the > core stream > implementation without discussing it and even worst, without allowing any > discussion about > his choice. Agree again. François -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php