Hi! > I hope you like it. Let me know what you think. > > https://wiki.php.net/rfc/fallback-to-root-scope-deprecation
I do not see how this makes sense. This RFC claims there's no BC breakage, while it deprecates one of the most widely used functions of the language (using unqualified global functions from inside namespaces) and adds warnings which will break a lot of existing code (and yes, notice and warning are basically the same). I do not see how it makes sense to force people to use \strlen everywhere (since most of the code in large apps uses namespaces now) for a tiny and rare possibility that someone would override strlen. Unless I serously misunderstand what this RFC is proposing, I am absolutely against it and think doing something like this would be harmful to PHP. Am I missing something here? -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php