[PHP-DEV] Bug 42637: Soap Fault

2007-09-28 Thread Bill Moran
http://bugs.php.net/bug.php?id=42637 I've posted a fix to this bug that is working in our test environment. It doesn't seem as if any committers have looked at this yet, can someone please comment? -- Bill Moran Collaborative Fusion Inc. http://people.collaborativefusion.com/~wmoran/ [EMAIL PR

Re: [PHP-DEV] [patch] Late static bindings (LSB)

2007-09-28 Thread Robin Fernandes
Sorry to persist with this, but I think it could be really useful to clarify the meaning of static:: outside of method bodies... particularly since parent:: and self:: can already behave very strangely in such scenarios (see http://news.php.net/php.internals/32443 ). For example, I find the follow

Re: [PHP-DEV] Re: using zend_parse_parameters to get an object of an externally defined class

2007-09-28 Thread Johannes Schlüter
Hi, On Fri, 2007-09-28 at 13:21 +0200, Michael Wallner wrote: > alon wrote: > > A newbie question: > > > > How can I use zend_parse_parameters to accept object of an external class > > as > > parametr. > > > > I want for example to build a method that accepts 'DateTime' objects. > > > But how

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_2) / run-tests.php /ext/bz2/tests 005.phpt /ext/standard/tests/general_functions phpcredits.phpt phpinfo.phpt /ext/standard/tests/strings sha1.phpt /ext/zlib/t

2007-09-28 Thread Nuno Lopes
nlopess Fri Sep 14 15:28:04 2007 UTC Log: changes to run-tests.php: - change %s to %a - make %s = [^\r\n]+ - fix tests accordingly I think this is a very bad change. While tests of bundled extensions can be updated accordingly, pecl extension tests have no way to be version agnostic

Re: [PHP-DEV] PHP_5_3 Branched

2007-09-28 Thread Michael Wallner
Ilia Alshanetsky wrote: > I am a biased party here, so take this with a grain of salt ;-) > > First of all, I definitely think we need 2 release masters, for 5.X tree > given that there will be two active branches, at least for the next few > months, there is simply too much work for one person to

[PHP-DEV] Re: using zend_parse_parameters to get an object of an externally defined class

2007-09-28 Thread Michael Wallner
alon wrote: > A newbie question: > > How can I use zend_parse_parameters to accept object of an external class as > parametr. > > I want for example to build a method that accepts 'DateTime' objects. > But how do I initiate the zend_class_entry to specify an object of the > DateTime class? Th

Re: [PHP-DEV] PHP_5_3 Branched

2007-09-28 Thread Steph Fox
Since I already stated that I am only interested in the part of the job that does not require php-src karma, I am probably not a good fit. I would definitely change the job scope. As such I think Johannes is then still the best option for this delayed take over because he can take the full job

[PHP-DEV] using zend_parse_parameters to get an object of an externally defined class

2007-09-28 Thread alon
A newbie question: How can I use zend_parse_parameters to accept object of an external class as parametr. I want for example to build a method that accepts 'DateTime' objects. I know that the syntax of zend_parse_parameters is something like: zval *obj; zend_class_entry ce; if (zend_parse_para

Re: [PHP-DEV] Re: cvs: php-src(PHP_5_2) / run-tests.php /ext/bz2/tests 005.phpt /ext/standard/tests/general_functions phpcredits.phpt phpinfo.phpt /ext/standard/tests/strings sha1.phpt /ext/zlib/t

2007-09-28 Thread Zoe Slattery
Michael Wallner wrote: Nuno Lopes wrote: nlopess Fri Sep 14 15:28:04 2007 UTC Log: changes to run-tests.php: - change %s to %a - make %s = [^\r\n]+ - fix tests accordingly I think this is a very bad change. While tests of bundled extensions can be updated

[PHP-DEV] Re: cvs: php-src(PHP_5_2) / run-tests.php /ext/bz2/tests 005.phpt /ext/standard/tests/general_functions phpcredits.phpt phpinfo.phpt /ext/standard/tests/strings sha1.phpt /ext/zlib/tests

2007-09-28 Thread Michael Wallner
Nuno Lopes wrote: > nlopess Fri Sep 14 15:28:04 2007 UTC > Log: > changes to run-tests.php: > - change %s to %a > - make %s = [^\r\n]+ > - fix tests accordingly I think this is a very bad change. While tests of bundled extensions can be updated accordingly, pecl extension