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

2009-10-17 Thread Stan Vassilev
them from autoload (except for the artificially introduced one in 5.3). Regards, Stan Vassilev - Original Message - From: Rack-Soft security To: internals@lists.php.net Sent: Friday, October 16, 2009 5:32 PM Subject: [PHP-DEV] Autofunc patch (automatically loading func

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] Autofunc patch (automatically loading functions like autoload)

2009-10-16 Thread Larry Garfield
On Friday 16 October 2009 10:29:15 am Ferenc Kovacs wrote: > On Fri, Oct 16, 2009 at 5:09 PM, Samuel ROZE wrote: > > Hi, > > > > This is a good idea, it appears that it works fine ! I'm not really fond > > of auto-loading (class or here functions) but it can be a good > > thing ! :-) > > > > Le ve

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

2009-10-16 Thread Alain Williams
On Fri, Oct 16, 2009 at 05:09:52PM +0200, Samuel ROZE wrote: > Le vendredi 16 octobre 2009 à 17:32 +0300, Rack-Soft security a écrit : > [...] > > Management of large no OOP projects (or mixed OOP/procedural) is much > > easier with this. > > Are there still new projects no OOP which are using PHP

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

2009-10-16 Thread Ferenc Kovacs
On Fri, Oct 16, 2009 at 5:09 PM, Samuel ROZE wrote: > Hi, > > This is a good idea, it appears that it works fine ! I'm not really fond > of auto-loading (class or here functions) but it can be a good > thing ! :-) > > Le vendredi 16 octobre 2009 à 17:32 +0300, Rack-Soft security a écrit : > [...]

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

2009-10-16 Thread Samuel ROZE
Hi, This is a good idea, it appears that it works fine ! I'm not really fond of auto-loading (class or here functions) but it can be a good thing ! :-) Le vendredi 16 octobre 2009 à 17:32 +0300, Rack-Soft security a écrit : [...] > Management of large no OOP projects (or mixed OOP/procedural) is

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

2009-10-16 Thread Rack-Soft security
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 same way like autofunc, only that it does it for functions. As do you kno