ZEND_CHANGES suggestion, part II

[email protected] (Greg Beaver) Fri, 07 Mar 2003 12:02:17 -0500
Newsgroups php.dev
Message-ID <[email protected]>
Hi again,

It would be helpful to summarize the difference between namespaces and 
classes in ZEND_CHANGES as well.  I see namespaces can have their own 
functions, constants and variables, like classes.  Namespaces can't be 
instantiated into objects, correct?  So access modifiers and 
constructors are not legal, and static is irrelevant as all functions, 
vars and constants are static.  Correct me if I'm wrong.

Regards,
Greg