[PHP-DEV] CVS Account Request: jagoanbego

2006-09-20 Thread Dwi Wahyudi
Translating the documentation to Indonesian language -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Parameter checking in 5.2

2006-09-20 Thread Jasper Bryant-Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 +1 Given that static methods apply to the class and don't have much in the way of inheritance rules, Christian's suggested behaviour makes a lot of sense. Jasper Christian Schneider wrote: > In the discussion about parameter checking in 5.2 I prop

Re: [PHP-DEV] ext/filter, Final API proposal

2006-09-20 Thread Pierre
Hello, Before any further comment, we agreed on the "filter" prefix. We have to stick to it. I also think we should respect other developers choices. As you said, filter is more than a simple extension, its design choice should not be up to only one or two persons. My proposal has been approved

[PHP-DEV] Re: CVS Account Request: mic

2006-09-20 Thread Pierre
On Wed, 20 Sep 2006 14:52:49 -0700 [EMAIL PROTECTED] ("Michele Tomaiuolo") wrote: > Maintain the code of a new package - Text_Wiki_Creole Confirmed. I will give him the right karma, thanks. -- Pierre -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.

[PHP-DEV] CVS Account Request: mic

2006-09-20 Thread Michele Tomaiuolo
Maintain the code of a new package - Text_Wiki_Creole -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] ext/filter, Final API proposal

2006-09-20 Thread Derick Rethans
On Tue, 19 Sep 2006, Pierre wrote: > On 9/19/06, Derick Rethans <[EMAIL PROTECTED]> wrote: > > On Sat, 16 Sep 2006, Pierre wrote: > > > > > The major changes are: > > > - drop filter_data, input_get will use INPUT_DATA just like > > > input_get_args > > > > > > - input_get accepts takes no optio

[PHP-DEV] Parameter checking in 5.2

2006-09-20 Thread Christian Schneider
In the discussion about parameter checking in 5.2 I proposed to relax the checks a tiny little bit: Don't test static functions (e.g. useful for factory methods) and allow adding default values to functions (the object of the inherited class still accepts the same parameters as the base class). A p

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/libxml/tests 002.phpt /ext/reflection/tests005.phpt

2006-09-20 Thread Rob Richards
Michael Wallner wrote: Derick Rethans wrote: On Tue, 19 Sep 2006, Antony Dovgal wrote: http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/tests/002.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/libxml/tests/002.phpt diff -u php-src/ext/libxml/tests/002.phpt:1.2 php-src/ext/libxml/tests/002