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
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
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
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
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 :
> [...]
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
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