l0t3k schrieb:

> Language behaviour should absolutely NOT depend on an .ini setting.

Using an .ini setting was just an idea so there would be a possibility
to have namespaces totally "hidden" from the beginning programmer. This
honors the KISS priciple: You require() some package and don't even need
to know what namespaces are despite the fact that the package actually
uses them!

Of couse it would also be possible to simply activate this by some
function like

  core_namespaces_autoprefix(true);

OLLi

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to