[PHP-CVS] cvs: php-src /ext/standard/tests/file bug38086.phpt bug38086.txt stream_copy_to_stream.phpt /main/streams streams.c

2006-07-13 Thread Antony Dovgal
tony2001Thu Jul 13 11:58:42 2006 UTC Added files: /php-src/ext/standard/tests/filebug38086.phpt bug38086.txt stream_copy_to_stream.phpt Modified files: /php-src/main/streams streams.c

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard/tests/file bug38086.phpt bug38086.txt stream_copy_to_stream.phpt /main/streams streams.c

2006-07-13 Thread Antony Dovgal
tony2001Thu Jul 13 12:00:17 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filebug38086.phpt bug38086.txt stream_copy_to_stream.phpt Modified files: /php-srcNEWS /

[PHP-CVS] cvs: php-src /ext/unicode transform.c

2006-07-13 Thread Antony Dovgal
tony2001Thu Jul 13 12:15:01 2006 UTC Modified files: /php-src/ext/unicodetransform.c Log: nuke unused variable http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/transform.c?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/unicode/transform.c dif

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

2006-07-13 Thread Antony Dovgal
tony2001Thu Jul 13 12:17:26 2006 UTC Modified files: /php-src/main rfc1867.c Log: fix C++ comments in C code and comment out unused variable http://cvs.php.net/viewvc.cgi/php-src/main/rfc1867.c?r1=1.185&r2=1.186&diff_format=u Index: php-src/main

[PHP-CVS] cvs: php-src /ext/reflection php_reflection.c

2006-07-13 Thread Antony Dovgal
tony2001Thu Jul 13 12:34:30 2006 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: Unicode support in ReflectionParameter::__construct() http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.242&r2=1.243&diff_f

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

2006-07-13 Thread Ilia Alshanetsky
iliaa Thu Jul 13 15:05:30 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_logos.c Log: Fixed compiler warnings. http://cvs.php.net/viewvc.cgi/php-src/main/php_logos.c?r1=1.19.2.1&r2=1.19.2.1.2.1&diff_format=u Index: php-src/main/php_logos.

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

2006-07-13 Thread Ilia Alshanetsky
iliaa Thu Jul 13 15:05:42 2006 UTC Modified files: /php-src/main php_logos.c Log: MFB: Fixed compiler warnings. http://cvs.php.net/viewvc.cgi/php-src/main/php_logos.c?r1=1.21&r2=1.22&diff_format=u Index: php-src/main/php_logos.c diff -u php-src/main/p

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

2006-07-13 Thread Ilia Alshanetsky
iliaa Thu Jul 13 15:42:43 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli/tests bug36802.phpt Log: Fixed test for systems where set_charset() method is unavailable. http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug36802.phpt?r1=1.1.2.1

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

2006-07-13 Thread Ilia Alshanetsky
iliaa Thu Jul 13 15:42:55 2006 UTC Modified files: /php-src/ext/mysqli/tests bug36802.phpt Log: MFB: Fixed test for systems where set_charset() method is unavailable. http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug36802.phpt?r1=1.2&r2=1.3&diff_

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

2006-07-13 Thread Antony Dovgal
tony2001Thu Jul 13 17:02:43 2006 UTC Modified files: /php-src/main php_logos.h Log: fix build http://cvs.php.net/viewvc.cgi/php-src/main/php_logos.h?r1=1.10&r2=1.11&diff_format=u Index: php-src/main/php_logos.h diff -u php-src/main/php_logos.h:1

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

2006-07-13 Thread Antony Dovgal
tony2001Thu Jul 13 17:03:36 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_logos.h Log: fix build http://cvs.php.net/viewvc.cgi/php-src/main/php_logos.h?r1=1.9.2.1&r2=1.9.2.1.2.1&diff_format=u Index: php-src/main/php_logos.h diff -u

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

2006-07-13 Thread Antony Dovgal
tony2001Thu Jul 13 17:55:50 2006 UTC Modified files: /php-src/main main.c /php-src/ext/standard string.c Log: initialize variables http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.695&r2=1.696&diff_format=u Index: php-src/main/m

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

2006-07-13 Thread Andrei Zmievski
andrei Thu Jul 13 21:08:43 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard array.c Log: - Make compact() normalize variablem name before checking symtable. - Mark tested/upgraded functions with 'U' flag. http://cv

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

2006-07-13 Thread Andrei Zmievski
andrei Thu Jul 13 22:03:43 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard array.c Log: Mark a few more funcs. http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.14&r2=1.15&diff_format=u Index: php-src/

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

2006-07-13 Thread Andrei Zmievski
andrei Thu Jul 13 22:26:43 2006 UTC Modified files: /php-srcunicode-progress.txt /php-src/ext/standard array.c Log: Update array_sum() and array_product() (U). http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.15&r2=1.16&diff_for

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

2006-07-13 Thread Andrei Zmievski
andrei Thu Jul 13 22:26:50 2006 UTC Modified files: /php-src/ext/standard string.c Log: FIXME note http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.550&r2=1.551&diff_format=u Index: php-src/ext/standard/string.c diff -u php-src/ext/stan