Translating the documentation to Indonesian language
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
-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
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
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.
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
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
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
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