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

2006-03-24 Thread Sara Golemon
pollita Sat Mar 25 04:37:44 2006 UTC Modified files: /php-src/main/streams streams.c Log: Handle converter instantiation errors properly http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.111&r2=1.112&diff_format=u Index: php-src/main/strea

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

2006-03-24 Thread Sara Golemon
pollita Fri Mar 24 22:27:13 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c Log: Allow bidirectional encoding option via single context param http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/streamsfuncs.c?r1=1.70&r2=1.71&diff_format=u Ind

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

2006-03-24 Thread Sara Golemon
pollita Fri Mar 24 21:37:42 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c Log: Fix stream_get_line(): Checking type isn't nearly as important as checking nullness... http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/streamsfuncs.c?r1

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

2006-03-24 Thread Sara Golemon
pollita Fri Mar 24 21:32:39 2006 UTC Modified files: /php-src/ext/standard file.c Log: Update fgetss() for unicode http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.428&r2=1.429&diff_format=u Index: php-src/ext/standard/file.c diff -u php-

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

2006-03-24 Thread Andrei Zmievski
andrei Fri Mar 24 21:25:44 2006 UTC Modified files: /php-src/main/streams filter.c Log: This is probably not a test.. http://cvs.php.net/viewcvs.cgi/php-src/main/streams/filter.c?r1=1.24&r2=1.25&diff_format=u Index: php-src/main/streams/filter.c diff -

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

2006-03-24 Thread Andrei Zmievski
andrei Fri Mar 24 21:06:36 2006 UTC Modified files: /php-src/ext/unicodeunicode_iterators.c Log: Use intern->type for break iterator. http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode_iterators.c?r1=1.23&r2=1.24&diff_format=u Index: php-src/

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

2006-03-24 Thread Sara Golemon
pollita Fri Mar 24 20:21:48 2006 UTC Modified files: /php-src/main/streams streams.c filter.c Log: Hook into new unicode conversion error handling API http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.110&r2=1.111&diff_format=u Index: php-

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c /main php_streams.h /main/streams streams.c

2006-03-24 Thread Sara Golemon
pollita Fri Mar 24 19:22:24 2006 UTC Modified files: /php-src/ext/standard streamsfuncs.c /php-src/main php_streams.h /php-src/main/streams streams.c Log: Add php_stream_get_record_unicde() API call. Update stream_get_line() userspace

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/mysqli mysqli.c /ext/mysqli/tests bug36745.phpt

2006-03-24 Thread Georg Richter
georg Fri Mar 24 12:10:39 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/mysqli/tests bug36745.phpt Modified files: /php-srcNEWS /php-src/ext/mysqli mysqli.c Log: fix and testcase for bug #36745 http://cvs.php.net/vi

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml/tests 032.phpt 033.phpt

2006-03-24 Thread Antony Dovgal
tony2001Fri Mar 24 12:08:53 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/simplexml/tests032.phpt 033.phpt Log: add new tests http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/032.phpt?view=markup&rev=1.1 Index: php-src/ext/

[PHP-CVS] cvs: php-src /ext/simplexml/tests 032.phpt 033.phpt

2006-03-24 Thread Antony Dovgal
tony2001Fri Mar 24 12:08:19 2006 UTC Added files: /php-src/ext/simplexml/tests032.phpt 033.phpt Log: add new tests http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/032.phpt?view=markup&rev=1.1 Index: php-src/ext/simplexml/tests/0

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mysqli/tests 017.phpt 049.phpt bug34810.phpt

2006-03-24 Thread Georg Richter
georg Fri Mar 24 10:58:52 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli/tests 017.phpt 049.phpt bug34810.phpt Log: fixed minor problems (thx to tony) http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/tests/017.phpt?r1=1.7&r2=1.7.2.1&diff_f

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

2006-03-24 Thread Antony Dovgal
tony2001Fri Mar 24 10:21:56 2006 UTC Modified files: /php-src/ext/unicodeunicode_filter.c Log: first check for NULL, then use the pointer http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/unicode_filter.c?r1=1.5&r2=1.6&diff_format=u Index: ph

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

2006-03-24 Thread Dmitry Stogov
dmitry Fri Mar 24 08:46:14 2006 UTC Modified files: /php-src/ext/soap soap.c Log: Fixed SoapFault::getMessage() http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/soap.c?r1=1.181&r2=1.182&diff_format=u Index: php-src/ext/soap/soap.c diff -u php-src/ext/soap/s

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

2006-03-24 Thread Dmitry Stogov
dmitry Fri Mar 24 08:45:54 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/soap soap.c Log: Fixed SoapFault::getMessage() http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.478&r2=1.2027.2.479&diff_format=u Index: php-src/