Stanislav Malyshev wrote: > Hi! > >> This is not what is proposed. The E_WARNING is *only* on a name >> conflict. Please re-read or try the patch: >> >> http://pear.php.net/~greg/resolve_conflict.patch.txt > > I see the patch is doing zend_fetch_class, which autoloads. So > autoloading on each call to namespace function?
yes - unless a user explicitly "use namespace blah;" This would require namespace function users to do a little extra legwork at the top of the file, which would then guarantee that class users' code does not change behavior without warning. Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php