[PHP-DEV] Re: [VOTE] declare(function_and_const_lookup='global')

2020-01-29 Thread Mark Randall
On Tue, Jan 28, 2020 at 8:22 PM tyson andre wrote: I've opened the vote on https://wiki.php.net/rfc/use_global_elements I too would like to thank you for the effort put in, but I find myself in agreement with several of the other posters that I'm not sure this is the right way to go about

[PHP-DEV] Re: [VOTE] declare(function_and_const_lookup='global')

2020-01-28 Thread tyson andre
> Thank you for working to address the issue of ambiguous function references. > However, I really don't think this is the right approach. > > The RFC mentions two problems it hopes to solve: a minor performance > decrease, and developers having to deal with ambiguity. > However, a third problem

Re: [PHP-DEV] Re: [VOTE] declare(function_and_const_lookup='global')

2020-01-28 Thread Larry Garfield
On Tue, Jan 28, 2020, at 10:03 PM, Theodore Brown wrote: > The RFC mentions two problems it hopes to solve: a minor performance > decrease, and developers having to deal with ambiguity. However, a > third problem that I think is just as important to fix is the lack of > function autoloading

[PHP-DEV] Re: [VOTE] declare(function_and_const_lookup='global')

2020-01-28 Thread Theodore Brown
On Tue, Jan 28, 2020 at 8:22 PM tyson andre wrote: > Hi internals, > > I've opened the vote on https://wiki.php.net/rfc/use_global_elements Thank you for working to address the issue of ambiguous function references. However, I really don't think this is the right approach. The RFC mentions