[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests array_012.phpt

2004-04-29 Thread Marcus Boerger
helly Thu Apr 29 03:22:02 2004 EDT Added files: /php-src/ext/spl/tests array_012.phpt Modified files: /php-src/ext/splspl_array.c Log: - Remove unused variable - Respect visibility in count() and add a test for that http:

Re: [PHP-CVS] cvs: php-src /ext/spl spl_array.c

2004-04-29 Thread Marcus Boerger
Hello Jon, Thursday, April 29, 2004, 12:19:50 AM, you wrote: > On Wed, Apr 28, 2004 at 09:45:41PM -, Marcus Boerger wrote: >> +/* {{{ proto bool ArrayObject::count() >> + Return the number of elements in the Iterator. */ >> +SPL_METHOD(Array, count) >> +{ >> +long position; >> +zval

[PHP-CVS] cvs: php-src / NEWS

2004-04-29 Thread Wez Furlong
wez Thu Apr 29 06:19:16 2004 EDT Modified files: /php-srcNEWS Log: another down... http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1701&r2=1.1702&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1701 php-src/NEWS:1.1702 --- php-src/NEWS:1.1701 Sun Apr 25

[PHP-CVS] cvs: php-src /ext/dom documentfragment.c /ext/msession reqclient.h /ext/oci8 php_oci8.h /ext/w32api w32api.c /sapi/milter php_milter.c

2004-04-29 Thread Ilia Alshanetsky
iliaa Thu Apr 29 08:59:23 2004 EDT Modified files: /php-src/ext/domdocumentfragment.c /php-src/ext/oci8 php_oci8.h /php-src/ext/w32api w32api.c /php-src/ext/msession reqclient.h /php-src/sapi/milterphp_milter.c Log: C++ com

[PHP-CVS] cvs: php-src /ext/curl interface.c

2004-04-29 Thread Ilia Alshanetsky
iliaa Thu Apr 29 12:25:42 2004 EDT Modified files: /php-src/ext/curl interface.c Log: Fixed bug #28196 (missing error constants in cURL extension). http://cvs.php.net/diff.php/php-src/ext/curl/interface.c?r1=1.44&r2=1.45&ty=u Index: php-src/ext/curl/inter

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/curl curl.c

2004-04-29 Thread Ilia Alshanetsky
iliaa Thu Apr 29 12:25:55 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/curl curl.c Log: MFH: Fixed bug #28196 (missing error constants in cURL extension). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.650&r2=1.1247.2

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/examples appenditerator.inc /ext/spl/tests array_013.phpt

2004-04-29 Thread Marcus Boerger
helly Thu Apr 29 18:25:45 2004 EDT Added files: /php-src/ext/spl/tests array_013.phpt Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/examples appenditerator.inc Log: - ArrayObject::append() must not be called

[PHP-CVS] cvs: php-src /ext/spl spl.php spl_array.c

2004-04-29 Thread Marcus Boerger
helly Thu Apr 29 18:52:49 2004 EDT Modified files: /php-src/ext/splspl.php spl_array.c Log: - Fix protos and add notes to the docs - Reorder func prototypes to show what is common and what is specific http://cvs.php.net/diff.php/php-src/ext/spl/spl.ph

[PHP-CVS] cvs: php-src /ext/sqlite CREDITS

2004-04-29 Thread Marcus Boerger
helly Thu Apr 29 18:57:23 2004 EDT Modified files: /php-src/ext/sqlite CREDITS Log: An oumlaut doesn't work here, need ASCII only http://cvs.php.net/diff.php/php-src/ext/sqlite/CREDITS?r1=1.6&r2=1.7&ty=u Index: php-src/ext/sqlite/CREDITS diff -u php-src/ext/sq

[PHP-CVS] cvs: php-src /ext/spl php_spl.c

2004-04-29 Thread Marcus Boerger
helly Thu Apr 29 19:02:11 2004 EDT Modified files: /php-src/ext/splphp_spl.c Log: SPL is meant to be in uppercase letters, do it now it works http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.27&r2=1.28&ty=u Index: php-src/ext/spl/php_spl.c diff -

Re: [PHP-CVS] cvs: php-src /ext/sqlite CREDITS

2004-04-29 Thread Marcus Boerger
Hello internals, there are more cases where non ASCII chars are being used. Do we need to update all credits files and the source file for the credits? marcus Friday, April 30, 2004, 12:57:23 AM, you wrote: > helly Thu Apr 29 18:57:23 2004 EDT > Modified files: >