Hi Levi, On Sat, Mar 19, 2016 at 5:56 AM, Levi Morrison <le...@php.net> wrote: >> At least that's not what it says in the docs. > > I meant: at least according to the docs: > http://php.net/manual/en/language.namespaces.rationale.php > >> Namespace names PHP and php, and compound names starting with these names >> (like PHP\Classes) are reserved for internal language use and should not be >> used in the userspace code.
Question would be "When and How we are going to use it?" Putting everything under \PHP namespace would be nice in general. We can provide compatible APIs under \PHP. e.g. \PHP\7_0 may be PHP 7.0 compatible APIs for PHP 8.0, etc. It makes upgrading and version up easier if this is done. Regards, -- Yasuo Ohgaki yohg...@ohgaki.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php