Re: [PHP-DEV] Autofunc patch (automatically loading functions like autoload)

2009-10-17 Thread Stan Vassilev
Hi, Unfortunately there may be a problem with this path and namespaces in 5.3. I tried to warn about this while namespaces were being implemented, but everyone was in the "autoload will always be for classes only". Right now when you use fully qualified name of a class when inside a namespace,

Re: [PHP-DEV] Autofunc patch (automatically loading functions like autoload)

2009-10-17 Thread Larry Garfield
On Friday 16 October 2009 9:32:51 am Rack-Soft security wrote: > Hello, > > I am submitting quite an interesting patch to PHP 5.2.11 and PHP 5.3.0. It > is used in production on hundreds of machines without any issues. > > Basically the patch adds the autofunc function that performs quite in the >

Re: [PHP-DEV] Re: Creating an experimental syntax

2009-10-17 Thread Etienne Kneuss
Hello, On Sat, Oct 17, 2009 at 4:22 PM, Rune Kaagaard wrote: > Dear Internals > > So I'm making good progress and found out that making simple syntax > changes is quite easy. What I currently got working can be seen here: > http://code.google.com/p/php-alternative-syntax/source/browse/trunk/scrip

[PHP-DEV] Re: Creating an experimental syntax

2009-10-17 Thread Rune Kaagaard
Dear Internals So I'm making good progress and found out that making simple syntax changes is quite easy. What I currently got working can be seen here: http://code.google.com/p/php-alternative-syntax/source/browse/trunk/scripts/kitchensink.php. However, making functionality changes still baffles