IIRC, the C fopen() and family of functions are required to support the / syntax. It may be a POSIX thing, but AFAIK, every platform PHP runs on works fine with the / separator for file access.
On Sep 29, 2008, at 11:46 AM, Tom Boutell wrote: > > +1. Is there really a platform of any significance that doesn't > tolerate the use of /? MacOS PRE X used :, but that was a long time > ago. > > On Mon, Sep 29, 2008 at 6:35 AM, Ian Christian <[EMAIL PROTECTED]> > wrote: >> >> 2008/9/26 Kris Wallsmith <[EMAIL PROTECTED]>: >>> Can we update coding standards to specify use the the '/' literal >>> rather than DIRECTORY_SEPARATOR? This would make for better >>> readability. >> >> +1 >> >>> >> > > > > -- > Tom Boutell > > www.punkave.com > www.boutell.com > > > -- Jacob Coby [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
