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

[PHP-DEV] SVN Account Request: odoucet

2009-10-16 Thread Olivier DOUCET
I will mainly commit new tests, but I may also update documentation and do some translations (english/french). -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Extend rmdir() with optional flag for non empty directories

2009-10-16 Thread Johannes Mueller
Hi all, is there any reason why rmdir() does not offer an optinal flag for deleting non empty directories? If there isn't a reason it would be great to implement this feature in future php versions. Johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: ht

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