RE: Autoglobal CVs without silence -- Summary

php.internals

Andi Gutmans

19 years ago
Btw, for people who truly need the Unicode support I actually do think we might want to consider requiring them to fetch the input variables through a new API and/or object. I don't think we need to make it seamless if the "default" behavior we provide (whatever that ends up being) isn't good enough... Andi

Pierre Joye

19 years ago
On 1/27/07, Andi Gutmans <andi@zend.com> wrote:
> Btw, for people who truly need the Unicode support I actually do think we might want to consider requiring them to fetch the input > variables through a new API and/or object. I don't think we need to make it seamless if the "default" behavior we provide (whatever > that ends up being) isn't good enough...
Amen. And know what? ext/filter provides all we need except the object interface, but I promise to come with a proposal+patch for it as soon as possible. --Pierre