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

2004-01-27 Thread Ilia Alshanetsky
iliaa Tue Jan 27 20:44:01 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Bug fixing news. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.544&r2=1.1247.2.545&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.544 php-src/NEWS:1.124

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/sybase php_sybase_db.c

2004-01-27 Thread Ilia Alshanetsky
iliaa Tue Jan 27 20:43:45 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sybase php_sybase_db.c Log: MFH: Fixed bug #27058 (crash in sybase_connect() with 2 arguments). http://cvs.php.net/diff.php/php-src/ext/sybase/php_sybase_db.c?r1=1.38.2.14&r2=1

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

2004-01-27 Thread Ilia Alshanetsky
iliaa Tue Jan 27 20:43:39 2004 EDT Modified files: /php-src/ext/sybase php_sybase_db.c Log: Fixed bug #27058 (crash in sybase_connect() with 2 arguments). http://cvs.php.net/diff.php/php-src/ext/sybase/php_sybase_db.c?r1=1.59&r2=1.60&ty=u Index: php-src/ext

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

2004-01-27 Thread Ilia Alshanetsky
iliaa Tue Jan 27 20:38:16 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/gd gd.c Log: MFH: Fixed bug #27056 (ints used instead of longs inside some GD functions) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.543&r2=1

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

2004-01-27 Thread Ilia Alshanetsky
iliaa Tue Jan 27 20:36:54 2004 EDT Modified files: /php-src/ext/gd gd.c Log: Fixed bug #27056 (ints used instead of longs inside some GD functions). http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.284&r2=1.285&ty=u Index: php-src/ext/gd/gd.c diff -

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

2004-01-27 Thread Andrey Hristov
andrey Tue Jan 27 18:14:42 2004 EDT Modified files: /php-src/ext/mysql php_mysql.c Log: message about that mysql_list_tables() is deprecated http://cvs.php.net/diff.php/php-src/ext/mysql/php_mysql.c?r1=1.204&r2=1.205&ty=u Index: php-src/ext/mysql/php_mysql.

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/libmbfl/mbfl mbfilter_8bit.c

2004-01-27 Thread Moriyoshi Koizumi
On 2004/01/28, at 7:42, Ilia Alshanetsky wrote: Patch is fine. Thanks & my apologies. Moriyoshi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/libmbfl/mbfl mbfilter_8bit.c

2004-01-27 Thread Ilia Alshanetsky
On January 27, 2004 05:31 pm, Moriyoshi Koizumi wrote: > Probably that was not mine :) > Erm, then, what do you think of the patch, Ilia? Patch is fine. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2004-01-27 Thread Wez Furlong
wez Tue Jan 27 17:40:45 2004 EDT Modified files: /php-src/main/streams transports.c Log: Fix segfault for scripts like this: Where the transport fails to connect (since args are bogus); the problem was that the persistent stream entry was not cor

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/libmbfl/mbfl mbfilter_8bit.c

2004-01-27 Thread Moriyoshi Koizumi
On 2004/01/28, at 6:04, Derick Rethans wrote: On Tue, 27 Jan 2004, Moriyoshi Koizumi wrote: On 2004/01/27, at 19:50, Wez Furlong wrote: I thought that the 4.3 branch was off limits except for critical bug fixes. This wasn't a critical bug fix, but I believe this wasn't anything harmful either. I

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/libmbfl/mbfl mbfilter_8bit.c

2004-01-27 Thread Derick Rethans
On Tue, 27 Jan 2004, Moriyoshi Koizumi wrote: > On 2004/01/27, at 19:50, Wez Furlong wrote: > > > I thought that the 4.3 branch was off limits except for critical bug > > fixes. > > This wasn't a critical bug fix, but I believe this wasn't anything > harmful either. I've heard that sentence befor

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/libmbfl/mbfl mbfilter_8bit.c

2004-01-27 Thread Moriyoshi Koizumi
On 2004/01/27, at 19:50, Wez Furlong wrote: I thought that the 4.3 branch was off limits except for critical bug fixes. This wasn't a critical bug fix, but I believe this wasn't anything harmful either. Anyway, it's certain I should've consulted Ilia about it and I don't see much need to apply

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

2004-01-27 Thread Georg Richter
georg Tue Jan 27 08:56:04 2004 EDT Modified files: /php-src/ext/mysqli mysqli_api.c Log: changed prototype mysql_dataseek from void to bool add check for specified offset http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_api.c?r1=1.65&r2=1.66&ty=u I

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

2004-01-27 Thread Georg Richter
georg Tue Jan 27 08:23:55 2004 EDT Modified files: /php-src/ext/mysqli mysqli_api.c mysqli_fe.c Log: prototype fixes removed method field_tell (which is already property current_field) http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_api.c?r1=1.64&r2

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/libmbfl/mbfl mbfilter_8bit.c

2004-01-27 Thread Wez Furlong
I thought that the 4.3 branch was off limits except for critical bug fixes. --Wez. - Original Message - From: "Moriyoshi Koizumi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 26, 2004 12:27 AM Subject: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring/libmbfl/mbfl mbfilt