On Thursday, April 24, 2008, Romain Dorgueil wrote: > Sorry to have reverted your patch, but additionally to the fact it is > not working for php < 5.2.4 (which is not yet stable), it also requires > php 5.2 to "look like it should work if php works correctly) and symfony > 1.1 claims to work for php minimum version 5.1.4
Romain, No problem about reverting the patch. I didn't realize that ->getRealPath() was buggy < 5.2.4. Anyways, I have created a new patch in #3407, which consolidates tickets #2880 and #3389. This one doesn't use ->getRealPath(), but still uses DirectoryIterator. If it looks good, either let me know and I'll commit or you can commit it yourself. Carl > Your new patch seems ok, but DirectoryIterator can be used too, but > _not_ using ->getRealPath() method, wouldn't ->getPath() method be > sufficient? This one is present since 5.1 i think. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
