[PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2003-01-22 Thread Ilia Alshanetsky
iliaa Wed Jan 22 17:07:27 2003 EDT Modified files: /php4/ext/sybase_ct php_sybase_ct.c Log: Removed non-needed code. Index: php4/ext/sybase_ct/php_sybase_ct.c diff -u php4/ext/sybase_ct/php_sybase_ct.c:1.79 php4/ext/sybase_ct/php_sybase_ct.c:1.80 --- php4/e

[PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2003-01-11 Thread Ilia Alshanetsky
iliaa Sat Jan 11 18:50:37 2003 EDT Modified files: /php4/ext/sybase_ct php_sybase_ct.c Log: Do not 'convert' double columns to integers after the 1st row in the result set. Index: php4/ext/sybase_ct/php_sybase_ct.c diff -u php4/ext/sybase_ct/php_sybase_ct

[PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2003-01-11 Thread Ilia Alshanetsky
iliaa Sat Jan 11 18:06:35 2003 EDT Modified files: /php4/ext/sybase_ct php_sybase_ct.c Log: Fixed handling of NUMERIC type, when it contains numbers that could potentially exceed the interger limit. Index: php4/ext/sybase_ct/php_sybase_ct.c diff -u php4/

Re: [PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2002-12-09 Thread Markus Fischer
Make a separate checkout in an empty directory and try this: cvs co -r PHP_4_3 php4/ext/sybase_ct/php_sybase_ct.c On Sun, Dec 08, 2002 at 04:01:32PM +0100, Timm Friebe wrote : > On Sun, 2002-12-08 at 10:28, Jani Taskinen wrote: > > MFH?? > > > > --Jani > > I'm sorry, I've t

Re: [PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2002-12-08 Thread Timm Friebe
On Sun, 2002-12-08 at 10:28, Jani Taskinen wrote: > MFH?? > > --Jani I'm sorry, I've tried the following: $ cvs update -j PHP_4_3 ext/sybase_ct/php_sybase_ct.c doesn't do anything, nor does: $ cvs update -j PHP_4_3 -j 1.74 ext/sybase_ct/php_sybase_ct.c Then again: $ cvs update -j

Re: [PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2002-12-08 Thread Jani Taskinen
MFH?? --Jani On Sat, 7 Dec 2002, Timm Friebe wrote: >thekid Sat Dec 7 14:49:31 2002 EDT > > Modified files: >/php4/ext/sybase_ctphp_sybase_ct.c > Log: > - Fixed three memory leaks > - Fixed segfault with sybase_unbuffered_query() and unfe

[PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2002-12-07 Thread Timm Friebe
thekid Sat Dec 7 14:49:31 2002 EDT Modified files: /php4/ext/sybase_ct php_sybase_ct.c Log: - Fixed three memory leaks - Fixed segfault with sybase_unbuffered_query() and unfetched resultsets Index: php4/ext/sybase_ct/php_sybase_ct.c diff -u php4/ext/syb

[PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2002-11-12 Thread Edin Kadribasic
edink Tue Nov 12 17:59:14 2002 EDT Modified files: /php4/ext/sybase_ct php_sybase_ct.c Log: Fixed ZTS build and removed an unused variable. Index: php4/ext/sybase_ct/php_sybase_ct.c diff -u php4/ext/sybase_ct/php_sybase_ct.c:1.72 php4/ext/sybase_ct/php_syba

[PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2002-11-12 Thread Timm Friebe
thekid Tue Nov 12 08:13:13 2002 EDT Modified files: /php4/ext/sybase_ct php_sybase_ct.c Log: - Added optional parameter to sybase_fetch_object() (Timm) - Changed php_error and zend_error to php_error_docref (Timm) - Changed sybase_query() to clean up and free

[PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c php_sybase_ct.h

2002-11-05 Thread Timm Friebe
thekid Tue Nov 5 03:29:57 2002 EDT Modified files: /php4/ext/sybase_ct php_sybase_ct.c php_sybase_ct.h Log: @- Implemented features/changes requested in Bug #16960 (Timm): @ . Added a new function sybase_unbuffered_query() @ . Added a new function sybase_fe