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

2006-03-21 Thread Sara Golemon
pollita Tue Mar 21 18:28:42 2006 UTC Modified files: /php-src/main/streams streams.c Log: Allow grow_mode && !bufstart (original assertion logic) http://cvs.php.net/viewcvs.cgi/php-src/main/streams/streams.c?r1=1.107&r2=1.108&diff_format=u Index: php-sr

[PHP-CVS] cvs: php-src(PHP_5_1) / Makefile.gcov

2006-03-21 Thread Marcus Boerger
helly Tue Mar 21 18:17:15 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcMakefile.gcov Log: MFH: - Drop --no-prefix as disables --prefix which we do for http://gcov.php.net # If you need/want this edit your makefile or provide a LTP_GENHTML export #

[PHP-CVS] cvs: php-src / Makefile.gcov

2006-03-21 Thread Marcus Boerger
helly Tue Mar 21 18:17:03 2006 UTC Modified files: /php-srcMakefile.gcov Log: - Drop --no-prefix as disables --prefix which we do for http://gcov.php.net # If you need/want this edit your makefile or provide a LTP_GENHTML export # of your need when runnin

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

2006-03-21 Thread Ilia Alshanetsky
iliaa Tue Mar 21 15:35:48 2006 UTC Modified files: /php-src/ext/mysqli mysqli_nonapi.c Log: MFB51: Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection). http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli_nonapi.c?r1=1.59&r2=1.60&d

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

2006-03-21 Thread Ilia Alshanetsky
iliaa Tue Mar 21 15:35:29 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli mysqli_nonapi.c /php-srcNEWS Log: Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection). http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/my

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

2006-03-21 Thread Antony Dovgal
tony2001Tue Mar 21 15:07:15 2006 UTC Modified files: /php-src/ext/oci8 oci8_lob.c Log: reimplement php_oci_lob_read() and fix PECL bug #5995 now the function dosn't try to read data by blocks, as this is nearly impossible to do with Unicode and regul

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

2006-03-21 Thread Antony Dovgal
tony2001Tue Mar 21 15:06:50 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/oci8 oci8_lob.c Log: reimplement php_oci_lob_read() and fix PECL bug #5995 now the function dosn't try to read data by blocks, as this is nearly impossible to do with

[PHP-CVS] cvs: php-src /ext/unicode config.w32

2006-03-21 Thread Derick Rethans
derick Tue Mar 21 13:57:16 2006 UTC Modified files: /php-src/ext/unicodeconfig.w32 Log: - Update windows file too (not tested, but should work). http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/config.w32?r1=1.4&r2=1.5&diff_format=u Index: php-src/

[PHP-CVS] cvs: php-src /ext/unicode config.m4

2006-03-21 Thread Derick Rethans
derick Tue Mar 21 13:56:50 2006 UTC Modified files: /php-src/ext/unicodeconfig.m4 Log: - Make ext/unicode an extension that is always there and can not be disabled. http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/config.m4?r1=1.4&r2=1.5&diff_forma

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

2006-03-21 Thread Antony Dovgal
tony2001Tue Mar 21 15:47:38 2006 UTC Modified files: /php-src/ext/oci8 oci8_interface.c Log: change oci_field_type() to return VARCHAR2 instead of VARCHAR (fixes feature request #36800) http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/oci8_interfac

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

2006-03-21 Thread Antony Dovgal
tony2001Tue Mar 21 15:47:31 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/oci8 oci8_interface.c Log: change oci_field_type() to return VARCHAR2 instead of VARCHAR (fixes feature request #36800) http://cvs.php.net/viewcvs.cgi/php-src/ext/

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

2006-03-21 Thread Antony Dovgal
tony2001Tue Mar 21 13:46:51 2006 UTC Modified files: /php-src/main main.c Log: fix spelling http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.680&r2=1.681&diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.680 php-src/m

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

2006-03-21 Thread Dmitry Stogov
dmitry Tue Mar 21 12:27:10 2006 UTC Modified files: /php-src/ext/soap soap.c Log: Fixed compatibility with auto_globals_jit http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/soap.c?r1=1.180&r2=1.181&diff_format=u Index: php-src/ext/soap/soap.c diff -u php-sr

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

2006-03-21 Thread Dmitry Stogov
dmitry Tue Mar 21 12:26:57 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/soap soap.c Log: Fixed compatibility with auto_globals_jit http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/soap.c?r1=1.156.2.20&r2=1.156.2.21&diff_format=u Index: php-src/ext

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/soap php_soap.h soap.c /ext/soap/tests server023.phpt server024.phpt server025.phpt server025.wsdl

2006-03-21 Thread Dmitry Stogov
dmitry Tue Mar 21 12:04:55 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/soap/tests server023.phpt server024.phpt server025.phpt server025.wsdl Modified files: /php-srcNEWS /php-src/ext/soap

[PHP-CVS] cvs: php-src /ext/soap php_soap.h soap.c /ext/soap/tests server023.phpt server024.phpt server025.phpt server025.wsdl

2006-03-21 Thread Dmitry Stogov
dmitry Tue Mar 21 12:05:10 2006 UTC Modified files: /php-src/ext/soap php_soap.h soap.c /php-src/ext/soap/tests server023.phpt server024.phpt server025.phpt server025.wsdl Log: Fixed bug #36721 (The SoapServer is not abl

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

2006-03-21 Thread Dmitry Stogov
dmitry Tue Mar 21 08:49:58 2006 UTC Modified files: /php-src/main main.c Log: Fixed bug #36809 (__FILE__ behavior changed) http://cvs.php.net/viewcvs.cgi/php-src/main/main.c?r1=1.679&r2=1.680&diff_format=u Index: php-src/main/main.c diff -u php-src/mai

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

2006-03-21 Thread Dmitry Stogov
dmitry Tue Mar 21 08:49:42 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/main main.c Log: Fixed bug #36809 (__FILE__ behavior changed) http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.473&r2=1.2027.2.474&diff_format=u

Re: [PHP-CVS] cvs: php-src(PHP_4_4) /ext/mbstring mbstring.c mbstring.h /ext/mbstring/libmbfl/mbfl mbfilter.c

2006-03-21 Thread Derick Rethans
On Tue, 21 Mar 2006, Rui Hirokawa wrote: > hirokawa Tue Mar 21 08:00:55 2006 UTC > > Modified files: (Branch: PHP_4_4) > /php-src/ext/mbstring mbstring.c mbstring.h > /php-src/ext/mbstring/libmbfl/mbflmbfilter.c > Log: > MFH Please revert thi

Re: [PHP-CVS] cvs: php-src(PHP_4_4) /ext/mbstring mbstring.c

2006-03-21 Thread Derick Rethans
On Sat, 18 Mar 2006, Seiji Masugata wrote: > masugata Sat Mar 18 05:52:33 2006 UTC > > Modified files: (Branch: PHP_4_4) > /php-src/ext/mbstring mbstring.c > Log: > fixed doesn't return value when omitting arguments in mb_get_info( ). This is an awfully l

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/mbstring mbstring.c mbstring.h /ext/mbstring/libmbfl/mbfl mbfilter.c

2006-03-21 Thread Rui Hirokawa
hirokawaTue Mar 21 08:00:55 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/mbstring mbstring.c mbstring.h /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: MFH http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.c?r1=1.142.2