[PHP-CVS] cvs: php-src /ext/spl/internal recursiveiteratoriterator.inc

2005-03-12 Thread Marcus Boerger
helly Sat Mar 12 18:21:42 2005 EDT Modified files: /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Update docu http://cvs.php.net/diff.php/php-src/ext/spl/internal/recursiveiteratoriterator.inc?r1=1.9&r2=1.10&ty=u Index: php-src/ext/spl/intern

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/spl spl_iterators.c

2005-03-12 Thread Marcus Boerger
helly Sat Mar 12 18:12:36 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/splspl_iterators.c Log: - Partly MFH: return value check fix http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.38.2.9&r2=1.38.2.10&ty=u Index: php-src/ext/spl/s

[PHP-CVS] cvs: php-src /ext/spl/internal file.inc file.php

2005-03-12 Thread Marcus Boerger
helly Sat Mar 12 18:05:03 2005 EDT Added files: /php-src/ext/spl/internal file.inc Removed files: /php-src/ext/spl/internal file.php Log: - Fix extension to be .inc http://cvs.php.net/co.php/php-src/ext/spl/internal/file.inc?r

[PHP-CVS] cvs: php-src /ext/spl spl.php spl_exceptions.c spl_exceptions.h spl_iterators.c /ext/spl/tests iterator_021.phpt iterator_022.phpt

2005-03-12 Thread Marcus Boerger
helly Sat Mar 12 18:03:33 2005 EDT Added files: /php-src/ext/spl/tests iterator_021.phpt iterator_022.phpt Modified files: /php-src/ext/splspl.php spl_exceptions.c spl_exceptions.h spl_iterators.c Log: -

[PHP-CVS] cvs: php-src /ext/standard string.c /ext/standard/tests/strings str_word_count.phpt

2005-03-12 Thread Ilia Alshanetsky
iliaa Sat Mar 12 12:51:20 2005 EDT Modified files: /php-src/ext/standard/tests/strings str_word_count.phpt /php-src/ext/standard string.c Log: A more performance friendly version of Andrey's patch. http://cvs.php.net/diff.php/php-src/ext/standard

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

2005-03-12 Thread Andrey Hristov
andrey Sat Mar 12 09:46:42 2005 EDT Modified files: /php-srcNEWS Log: FRN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1851&r2=1.1852&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1851 php-src/NEWS:1.1852 --- php-src/NEWS:1.1851 Sat Mar 12 07:03:48 20

[PHP-CVS] cvs: php-src /ext/standard string.c /ext/standard/tests/strings str_word_count.phpt

2005-03-12 Thread Andrey Hristov
andrey Sat Mar 12 09:41:21 2005 EDT Modified files: /php-src/ext/standard string.c /php-src/ext/standard/tests/strings str_word_count.phpt Log: added an optional third parameter to str_word_count(), which is used as a list of characters which are cons

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2005-03-12 Thread Wez Furlong
wez Sat Mar 12 09:07:35 2005 EDT Modified files: /php-src/sapi/cli php_cli.c Log: it's 2005 already # and we're all too lazy to go through and update all the copyright years :) http://cvs.php.net/diff.php/php-src/sapi/cli/php_cli.c?r1=1.116&r2=1.117&t

Re: [PHP-CVS] cvs: php-src / NEWS /ext/pcre php_pcre.c php_pcre.h/main SAPI.c /win32 sendmail.c

2005-03-12 Thread Nuno Lopes
Just one question: Why do you need to initialize the $count var? prints: Notice: Undefined variable: count in /transfer/test.php on line 4 "1"2"4 "3"5 dgg gg "4"6"6 Notice: Undefined variable: count in /transfer/test.php on line 5 If you remove the comments in $count=0, it works... Nuno -- PHP CVS

[PHP-CVS] cvs: php-src /ext/standard string.c

2005-03-12 Thread Andrey Hristov
andrey Sat Mar 12 08:08:19 2005 EDT Modified files: /php-src/ext/standard string.c Log: - type is either 1 or 2 if second parameter is set. if not set then type is 0. - use the lvalue for the second rvalue http://cvs.php.net/diff.php/php-src/ext/st

Re: [PHP-CVS] cvs: php-src / NEWS /ext/pcre php_pcre.c php_pcre.h /main SAPI.c /win32 sendmail.c

2005-03-12 Thread Nuno Lopes
You don't need to worry. I'll document that in a few minutes :) Nuno - Original Message - Hello Andrey, normally we're supposed to do parameter changes in the docs our own. regards marcus Saturday, March 12, 2005, 1:03:51 PM, you wrote: andrey Sat Mar 12 07:03:51 2005 EDT Modi

Re: [PHP-CVS] cvs: php-src / NEWS /ext/pcre php_pcre.c php_pcre.h /main SAPI.c /win32 sendmail.c

2005-03-12 Thread Andrey Hristov
Thanks Nuno! @Marcus : For someone from the Doc team it will be easier to do that. Nuno Lopes wrote: You don't need to worry. I'll document that in a few minutes :) Nuno - Original Message - Hello Andrey, normally we're supposed to do parameter changes in the docs our own. regards marcus

[PHP-CVS] cvs: php-src /ext/standard/tests/strings str_word_count.phpt

2005-03-12 Thread Andrey Hristov
andrey Sat Mar 12 07:59:53 2005 EDT Added files: /php-src/ext/standard/tests/strings str_word_count.phpt Log: add a test file http://cvs.php.net/co.php/php-src/ext/standard/tests/strings/str_word_count.phpt?r=1.1&p=1 Index: php-src/ext/standard/tests/str

Re: [PHP-CVS] cvs: php-src / NEWS /ext/pcre php_pcre.c php_pcre.h /main SAPI.c /win32 sendmail.c

2005-03-12 Thread Marcus Boerger
Hello Andrey, normally we're supposed to do parameter changes in the docs our own. regards marcus Saturday, March 12, 2005, 1:03:51 PM, you wrote: > andrey Sat Mar 12 07:03:51 2005 EDT > Modified files: > /php-srcNEWS > /php-src/ext/pcre php_pcre.c php

[PHP-CVS] cvs: php-src / NEWS /ext/pcre php_pcre.c php_pcre.h /main SAPI.c /win32 sendmail.c

2005-03-12 Thread Andrey Hristov
andrey Sat Mar 12 07:03:51 2005 EDT Modified files: /php-srcNEWS /php-src/ext/pcre php_pcre.c php_pcre.h /php-src/main SAPI.c /php-src/win32 sendmail.c Log: FR 32275 - fifth parameter to preg_replace() to count number of replaces

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2005-03-12 Thread Andrey Hristov
andrey Sat Mar 12 05:14:14 2005 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS Log: BFN http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.283&r2=1.1760.2.284&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.283 php-src/NEWS:1.1760.2.284 --- p

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard array.c

2005-03-12 Thread Andrey Hristov
andrey Sat Mar 12 05:12:50 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard array.c Log: Fixed #30871 http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.266.2.14&r2=1.266.2.15&ty=u Index: php-src/ext/standard/array.c diff -u p

[PHP-CVS] cvs: php-src /ext/standard array.c

2005-03-12 Thread Andrey Hristov
andrey Sat Mar 12 05:11:48 2005 EDT Modified files: /php-src/ext/standard array.c Log: Fixed #30871 http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.293&r2=1.294&ty=u Index: php-src/ext/standard/array.c diff -u php-src/ext/standard/array.c