[PHP-DEV] RE: [Zend Engine 2] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread brad lafountain
Cool i do like the idea of havin the namespace keyword for defining namespaces namespace foo { } class bar { } calling $foo = new foo(); shouldn't work don't think you should ever have an 'instance' of a namespace. namespaces should be used for static uses. how about //default namespace i

[PHP-DEV] RE: [Zend Engine 2] Re: Case sensitivity: Conclusion(?)

2002-02-08 Thread Ford, Mike [LSS]
One corollary to becoming case-sensitive for function names needs to be considered: a standard should be defined for module/extension function names (even if it's as simple as "all lower case no underscores"!), and EVERY module/extension must be checked for conformance before release of a case-