| Philip Olson 2006-06-26, 6:59 pm |
| On Jun 26, 2006, at 8:39 AM, Sean Coates wrote:
>
> I was about to make this change, but stopped.
> I came to the conclusion that the proverbial uppercasefilename cat
> is is
> out of the bag.
>
> sean@iconoclast:~/php/cvs/phpdoc/en$ find . | egrep "[A-Z]" | grep -v
> CVS | wc -l
> 572
>
> Meaning? There are ~572 files that need to be renamed -- and that's
> only
> in the en/ tree. No thanks.
> Let's not pick on Ben and SimpleXML (-:
There appears to be 356 (ignoring ZEND and internals) that need
changed (in en/), but that number also looks too high!
I think it's fine to pick on ben and simplexml here :), this is a
newish extension that should adhere to our guidelines despite a
history that fully did not. We should at least fix this extension.
And xmlreader.
Culprit extensions: domxml, ming, oci8, pdo*, sdo*, simplexml, spl,
tidy, xmlreader
So we need to reevaluate our rules here especially how they relate to
OOP extensions. How about we add that to the TODO and after some
thoughts come back to this topic.
Regards,
Philip
|