Re: [PHP-DEV] suggestion SplFileInfo

2007-03-03 Thread Marcus Boerger
Hello Arnold, I added glob directory stream support. Now you can do two things: $d1 = new DirectoryIterator("glob://mydir/*"); $d2 = new DirectoryIterator("mydir/*", DirectoryIterator::USE_GLOB); count() stuff will follow. Best regards, Marcus -- PHP Internals - PHP Runtime Development Mai

Re: [PHP-DEV] suggestion SplFileInfo

2007-03-03 Thread Marcus Boerger
Hello Arnold, a bunch of new stuff based on your suggestions will be added to 5.2.2. I also added more comments below. Tuesday, February 27, 2007, 1:36:21 AM, you wrote: > Thanks for your response. I've put some new comments below. >>> SplFileInfo: >>> - Add parameter $flags to constructor. T

Re: [PHP-DEV] LDAP functions implemented poorly

2007-03-03 Thread Doug Goldstein
Antony Dovgal wrote: > On 03/01/2007 01:11 AM, Doug Goldstein wrote: >> Antony Dovgal wrote: >>> On 03/01/2007 12:35 AM, Doug Goldstein wrote: > Did you really test it with non-NULL terminated strings? > Don't you need to add '\0' manually? The test is that you run the example cod

[PHP-DEV] Re: COM extension defects: Patch for defect 35872

2007-03-03 Thread Andy Wharmby
Hi Frank Thanks for checking my patch out. I will drop code into HEAD on Monday and then email Ilia for OK to drop into 5.2 Regards Andy Frank M. Kromann wrote: Hi ANdy, Looks good to me. Nice and clean. - Frank Hi Internals, Below are details of a suggested patch for COM e