Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests 013.phpt

2006-07-17 Thread Marcus Boerger
Hello Ilia, can't we detect that situation in skipif? I do not see any sense in getting error reports where the problem is actualyl an incompatibility in the database and its client access library. best regards marcus Tuesday, July 18, 2006, 2:09:01 AM, you wrote: > iliaa Tue Jul 18

[PHP-CVS] cvs: php-src /ext/mysqli/tests 013.phpt

2006-07-17 Thread Ilia Alshanetsky
iliaa Tue Jul 18 00:09:21 2006 UTC Modified files: /php-src/ext/mysqli/tests 013.phpt Log: MFB: Added possible failure note. http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/013.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/mysqli/tests/013.ph

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysqli/tests 013.phpt

2006-07-17 Thread Ilia Alshanetsky
iliaa Tue Jul 18 00:09:01 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests 013.phpt Log: Added possible failure note. http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/013.phpt?r1=1.4.2.1&r2=1.4.2.1.2.1&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src / unicode-progress.txt

2006-07-17 Thread Andrei Zmievski
andrei Mon Jul 17 22:18:08 2006 UTC Modified files: /php-srcunicode-progress.txt Log: http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.25&r2=1.26&diff_format=u Index: php-src/unicode-progress.txt diff -u php-src/unicode-progress.txt:1.25 php

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

2006-07-17 Thread Andrei Zmievski
andrei Mon Jul 17 22:18:01 2006 UTC Modified files: /php-src/ext/standard array.c Log: Update array_filter() and array_reduce() to use params API with FCI cache and mark them with U. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.367

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

2006-07-17 Thread Andrei Zmievski
andrei Mon Jul 17 21:20:02 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard array.c Log: Upgrade uasort() and uksort() to use params API with FCI cache and mark them with U. http://cvs.php.net/viewvc.cgi/php-src/un

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

2006-07-17 Thread Marcus Boerger
helly Mon Jul 17 21:13:33 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/splspl_iterators.c /php-srcNEWS Log: - MFH Fix #38125 undefined reference to spl_dual_it_free_storage http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1

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

2006-07-17 Thread Marcus Boerger
helly Mon Jul 17 21:12:23 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/splspl_iterators.c Log: - Fix key handling http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.73.2.31&r2=1.73.2.32&diff_format=u Index: php-src/ext/spl/spl_ite

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

2006-07-17 Thread Marcus Boerger
helly Mon Jul 17 21:11:33 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_iterators.c /php-srcNEWS Log: - MFH Fix #38125 undefined reference to spl_dual_it_free_storage http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1

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

2006-07-17 Thread Marcus Boerger
helly Mon Jul 17 21:09:10 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - Fix #38125 undefined reference to spl_dual_it_free_storage http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.139&r2=1.140&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src /ext/standard array.c basic_functions.c basic_functions.h ZendEngine2 zend_API.c zend_API.h zend_execute_API.c

2006-07-17 Thread Andrei Zmievski
andrei Mon Jul 17 20:52:12 2006 UTC Modified files: /ZendEngine2zend_API.c zend_API.h zend_execute_API.c /php-src/ext/standard array.c basic_functions.c basic_functions.h Log: - Upgrade usort() to support Unicode (including valid Unicode callbac

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

2006-07-17 Thread Michael Wallner
mikeMon Jul 17 20:43:07 2006 UTC Modified files: /php-src/ext/standard string.c Log: MFB52: fix bug #37945 pathinfo() cannot handle argument with special characters like german "Umlaute" http://cvs.php.net/viewvc.cgi/php-src/ext/standard/st

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard string.c

2006-07-17 Thread Michael Wallner
mikeMon Jul 17 20:36:47 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c /php-srcNEWS Log: - fix bug #37945 pathinfo() cannot handle argument with special characters like german "Umlaute" http://cvs.php.net/viewv

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

2006-07-17 Thread Andrei Zmievski
andrei Mon Jul 17 19:32:10 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: - Use zend_uchar for param type - %v is for UG() - dependent strings, which is not the case here - 'T' is only useful for multiple parameters, so use 't' ins

[PHP-CVS] cvs: php-src / unicode-todo.txt

2006-07-17 Thread Andrei Zmievski
andrei Mon Jul 17 19:19:09 2006 UTC Modified files: /php-srcunicode-todo.txt Log: http://cvs.php.net/viewvc.cgi/php-src/unicode-todo.txt?r1=1.17&r2=1.18&diff_format=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.17 php-src/unicode-tod

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/gd/libgd gd_gif_in.c /ext/gd/tests bug38112.gif bug38112.phpt

2006-07-17 Thread Pierre-Alain Joye
pajoye Mon Jul 17 15:19:16 2006 UTC Added files: (Branch: PHP_4_4) /php-src/ext/gd/tests bug38112.phpt bug38112.gif Modified files: /php-srcNEWS /php-src/ext/gd/libgd gd_gif_in.c Log: - MFH #38112, bad code size segfaul

[PHP-CVS] cvs: php-src /ext/gd/libgd gd_gif_in.c /ext/gd/tests bug38112.gif bug38112.phpt

2006-07-17 Thread Pierre-Alain Joye
pajoye Mon Jul 17 15:08:46 2006 UTC Modified files: /php-src/ext/gd/libgd gd_gif_in.c /php-src/ext/gd/tests bug38112.phpt bug38112.gif Log: - MFB: #38112, corrupt GIF Image segfault http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_gif_i

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd/libgd gd_gif_in.c /ext/gd/tests bug38112.gif bug38112.phpt

2006-07-17 Thread Pierre-Alain Joye
pajoye Mon Jul 17 14:30:21 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gd/tests bug38112.phpt bug38112.gif Modified files: /php-src/ext/gd/libgd gd_gif_in.c Log: - #38112, add test and use MAX_LWZ_BITS instead of the va

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd/tests colorat.phpt colorclosest.phpt colorexact.phpt colorresolve.phpt copy.phpt copyresized.phpt createfromgd2.phpt createfromwbmp.phpt dashedlines.phpt gif.ph

2006-07-17 Thread Pierre-Alain Joye
pajoye Mon Jul 17 12:54:10 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gd/tests colorat.phpt colorclosest.phpt colorexact.phpt colorresolve.phpt copy.phpt copyresized.phpt createfromgd2.

[PHP-CVS] cvs: php-src / run-tests.php

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 11:46:12 2006 UTC Modified files: /php-srcrun-tests.php Log: MFB: valgrind args change http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.296&r2=1.297&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.296 php

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 11:43:48 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: make valgrind trace child processes. useful for the PCNTL extension (fork()), for example http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.6&

[PHP-CVS] cvs: php-src /ext/pcre/tests preg_replace2.phpt

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 11:39:49 2006 UTC Modified files: /php-src/ext/pcre/tests preg_replace2.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/preg_replace2.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/pcre/tests/preg_replace2.phpt diff

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pcre/tests preg_replace2.phpt

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 11:39:13 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/pcre/tests preg_replace2.phpt Log: new test http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/preg_replace2.phpt?view=markup&rev=1.1 Index: php-src/ext/pcre/tests/preg_rep

[PHP-CVS] cvs: php-src / run-tests.php

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 10:49:34 2006 UTC Modified files: /php-srcrun-tests.php Log: MFB 5.2 http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.295&r2=1.296&diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.295 php-src/run-tests.php

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 10:48:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: now they are really equivalent.. http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.5&r2=1.226.2.37.2.6&diff_format=u Index: php-src/run-tests.p

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/classes abstract_static.phpt

2006-07-17 Thread Antony Dovgal
tony2001Mon Jul 17 10:08:17 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/tests/classes abstract_static.phpt Log: typofix http://cvs.php.net/viewvc.cgi/php-src/tests/classes/abstract_static.phpt?r1=1.3.6.1&r2=1.3.6.2&diff_format=u Index: php

[PHP-CVS] cvs: php-src /tests/classes abstract_static.phpt

2006-07-17 Thread Antony Dovgal
tony2001Mon Jul 17 10:08:07 2006 UTC Modified files: /php-src/tests/classes abstract_static.phpt Log: typofix http://cvs.php.net/viewvc.cgi/php-src/tests/classes/abstract_static.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/tests/classes/abstra

[PHP-CVS] cvs: php-src /main main.c

2006-07-17 Thread Dmitry Stogov
dmitry Mon Jul 17 07:20:28 2006 UTC Modified files: /php-src/main main.c Log: Fixed memory leaks in ZTS mode http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.696&r2=1.697&diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.696

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2006-07-17 Thread Dmitry Stogov
dmitry Mon Jul 17 07:20:12 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: Fixed memory leaks in ZTS mode. http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.9&r2=1.640.2.23.2.10&diff_format=u Index: php-src/main/main

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

2006-07-17 Thread Antony Dovgal
tony2001Mon Jul 17 07:11:06 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: tweak constant() to use the brand new unicode parameters API http://cvs.php.net/viewvc.cgi/php-src/ext/standard/basic_functions.c?r1=1.789&r2=1.790

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

2006-07-17 Thread Antony Dovgal
tony2001Mon Jul 17 07:02:26 2006 UTC Modified files: /php-src/ext/standard basic_functions.c Log: make use of new param parsing API use convert_to_text(), which makes constant() unicode aware finally nuke invalid reads http://cvs.php.net/vi