[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-04-19 Thread Andi Gutmans
andiThu Apr 19 14:42:45 2001 EDT Modified files: /php4/ext/odbc php_odbc.c Log: - Use memcpy() instead of strlcpy() which is faster. Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.81 php4/ext/odbc/php_odbc.c:1.82 --- php4/ext/odb

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-04-19 Thread Dan Kalowsky
kalowskyThu Apr 19 12:55:05 2001 EDT Modified files: /php4/ext/odbc php_odbc.c Log: appling patch for joey since he has no ODBC karma. this is for bug #10252 Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.80 php4/ext/odbc/ph

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-04-18 Thread Andi Gutmans
andiWed Apr 18 21:16:28 2001 EDT Modified files: /php4/ext/odbc php_odbc.c Log: - \r\n -> \n Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.79 php4/ext/odbc/php_odbc.c:1.80 --- php4/ext/odbc/php_odbc.c:1.79 Wed Apr 18 19:31

Re: [PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-04-18 Thread Andi Gutmans
Why do you need that SEPARATE_ZVAL()? You seem to be using pv_row as read-only. Also can you please try not to commit \r\n but only \n? Thanks, Andi At 02:31 AM 4/19/2001 +, Dan Kalowsky wrote: >kalowskyWed Apr 18 19:31:23 2001 EDT > > Modified files: > /php4/ext/odbc

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-04-18 Thread Dan Kalowsky
kalowskyWed Apr 18 19:31:23 2001 EDT Modified files: /php4/ext/odbc php_odbc.c Log: corrects bug #7488, patch supplied by submitter ([EMAIL PROTECTED]). quick local tests show it to work. Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odb

Re: [PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-04-17 Thread Sterling Hughes
On Tue, 17 Apr 2001, Jani Taskinen wrote: > On Mon, 16 Apr 2001, Sterling Hughes wrote: > > >> > >> -#ifndef HAVE_DBMAKER > >> - if ((*pv_onoff)) { > >> -#else > >>if (pv_onoff && (*pv_onoff)) { > >> -#endif > >>convert_to_long_ex(pv_onoff); > >>rc = SQLSetConnectOpti

Re: [PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-04-16 Thread Jani Taskinen
On Mon, 16 Apr 2001, Sterling Hughes wrote: >> >> -#ifndef HAVE_DBMAKER >> -if ((*pv_onoff)) { >> -#else >> if (pv_onoff && (*pv_onoff)) { >> -#endif >> convert_to_long_ex(pv_onoff); >> rc = SQLSetConnectOption(conn->hdbc, SQL_AUTOCOMMIT, >>

Re: [PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-04-16 Thread Dan Kalowsky
> This should be breaking something, no? > > Either way an "if" statement is started therefore it needs to be finished. it's there, it's just the next line down (didn't make it into the cvs diff as i didn't change it) honest! it should be seen in the file as: rc = SQLSetConnectOption(conn->h

Re: [PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-04-16 Thread Sterling Hughes
On Tue, 17 Apr 2001, Dan Kalowsky wrote: > kalowsky Mon Apr 16 19:02:36 2001 EDT > > Modified files: > /php4/ext/odbcphp_odbc.c > Log: > This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why this >patch was applied no one seemed to respond with an

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-04-16 Thread Dan Kalowsky
kalowskyMon Apr 16 19:02:36 2001 EDT Modified files: /php4/ext/odbc php_odbc.c Log: This change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why this patch was applied no one seemed to respond with anything useful. If you find this c

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-03-27 Thread Dan Kalowsky
kalowskyTue Mar 27 07:46:27 2001 EDT Modified files: /php4/ext/odbc php_odbc.c Log: The last fix was missing a &, Marc Boeren either made the patch wrong, or I applied it improperly. Anyways, Sebastian Bergmann discovered it, and supposedly is fixed

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-03-27 Thread Dan Kalowsky
kalowskyTue Mar 27 06:17:53 2001 EDT Modified files: /php4/ext/odbc php_odbc.c Log: Fix for Bug #9272, as submitted by marc boeren ([EMAIL PROTECTED]). Applied by me, due to apparently a lack of cvs access to ext/odbc for him. Index: php4/e

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c php_odbc.h

2001-03-09 Thread Frank M. Kromann
fmk Fri Mar 9 15:44:55 2001 EDT Modified files: /php4/ext/odbc php_odbc.h php_odbc.c Log: Adding a new function odbc_next_result() allowing the query to return more than one result. This can be done with a stored procedure or by sending more than one

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c

2001-01-15 Thread Zeev Suraski
zeevMon Jan 15 02:22:19 2001 EDT Modified files: /php4/ext/odbc php_odbc.c Log: Fix Win32 build Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.70 php4/ext/odbc/php_odbc.c:1.71 --- php4/ext/odbc/php_odbc.c:1.70 Sun Jan 14 17

Re: [PHP-CVS] cvs: php4 /ext/odbc php_odbc.c php_odbc.h

2001-01-14 Thread Sebastian Bergmann
Stig Bakken wrote: > ssb Sun Jan 14 17:11:06 2001 EDT > > Modified files: > /php4/ext/odbc php_odbc.c php_odbc.h > Log: > @- Added odbc_error() and odbc_errormsg() functions (Stig) PHP 4 does not build on Win32 after this patch: php_odbc.c D:\Programme\MS Visual Stu

[PHP-CVS] cvs: php4 /ext/odbc php_odbc.c php_odbc.h

2001-01-14 Thread Stig Bakken
ssb Sun Jan 14 17:11:06 2001 EDT Modified files: /php4/ext/odbc php_odbc.c php_odbc.h Log: @- Added odbc_error() and odbc_errormsg() functions (Stig) Index: php4/ext/odbc/php_odbc.c diff -u php4/ext/odbc/php_odbc.c:1.69 php4/ext/odbc/php_odbc.c:1.7