Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Joshua Reese
Maybe a better solution would be to check if the object implements ArrayAccess and the getArrayCopy method exists in the object's class? If it does not exist then it would behave as it does right now and not encode anything, or we could have it throw an encoding exception. -Joshua Dmitry Stog

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Dmitry Stogov
I think you are right. The patch makes not a lot of sense without support for ArrayAccess. I would prefer to revert it back (at least in this time). Joshua? Thanks. Dmitry. Hannes Magnusson wrote: On Dec 27, 2007 2:10 PM, Dmitry Stogov <[EMAIL PROTECTED]> wrote: dmitry Thu Dec 27 13:1

[PHP-CVS] cvs: php-src /ext/gmp/tests 026.phpt

2007-12-27 Thread Nuno Lopes
nlopess Thu Dec 27 16:05:59 2007 UTC Modified files: /php-src/ext/gmp/tests 026.phpt Log: MFB: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/gmp/tests/026.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/gmp/tests/026.phpt diff -u php-src/ext/gmp/t

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gmp/tests 011.phpt 026.phpt

2007-12-27 Thread Nuno Lopes
nlopess Thu Dec 27 16:05:01 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gmp/tests 011.phpt 026.phpt Log: fix tests http://cvs.php.net/viewvc.cgi/php-src/ext/gmp/tests/011.phpt?r1=1.1.2.5.2.1&r2=1.1.2.5.2.2&diff_format=u Index: php-src/ext/gmp/tes

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Pierre
On Dec 27, 2007 2:57 PM, Antony Dovgal <[EMAIL PROTECTED]> wrote: > On 27.12.2007 16:54, Lukas Kahwe Smith wrote: > > I guess in this context we should also decide to make SPL a required > > extension in PHP. > > Right. > Either make it _standard_, or don't confuse users calling "standard" > somet

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Antony Dovgal
On 27.12.2007 16:54, Lukas Kahwe Smith wrote: > I guess in this context we should also decide to make SPL a required > extension in PHP. Right. Either make it _standard_, or don't confuse users calling "standard" something that may not be present. -- Wbr, Antony Dovgal -- PHP CVS Mailing L

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Lukas Kahwe Smith
On Dec 27, 2007, at 2:44 PM, Hannes Magnusson wrote: On Dec 27, 2007 2:10 PM, Dmitry Stogov <[EMAIL PROTECTED]> wrote: dmitry Thu Dec 27 13:10:20 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/soap/tests server030.phpt server030.wsdl Modified files:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Hannes Magnusson
On Dec 27, 2007 2:10 PM, Dmitry Stogov <[EMAIL PROTECTED]> wrote: > dmitry Thu Dec 27 13:10:20 2007 UTC > > Added files: (Branch: PHP_5_3) > /php-src/ext/soap/tests server030.phpt server030.wsdl > > Modified files: > /php-srcNEWS > /php-src/ext/soap

[PHP-CVS] cvs: php-src /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Dmitry Stogov
dmitry Thu Dec 27 13:10:32 2007 UTC Modified files: /php-src/ext/soap php_encoding.c /php-src/ext/soap/tests server030.phpt server030.wsdl Log: Added ability to use SplArrays instead of plain arrays in ext/soap. (Joshua Reese, Dmitry) http://cvs.

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Dmitry Stogov
dmitry Thu Dec 27 13:10:20 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/soap/tests server030.phpt server030.wsdl Modified files: /php-srcNEWS /php-src/ext/soap php_encoding.c Log: Added ability to use SplArrays instea