[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

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