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

2009-05-26 Thread Felipe Pena
felipe Tue May 26 12:35:38 2009 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: - Fixed param type (%l -> %ld) http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.192&r2=1.193&diff_format=u Index: php-src/ext/mssql/php_mssql.c diff -u php-

[PHP-CVS] cvs: php-src /ext/mssql php_mssql.c php_mssql.h

2009-05-26 Thread Felipe Pena
felipe Tue May 26 12:26:50 2009 UTC Modified files: /php-src/ext/mssql php_mssql.c php_mssql.h Log: - Fix compile warning && nuke unused variables http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.191&r2=1.192&diff_format=u Index: php-src/ext/ms

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

2009-02-23 Thread Kalle Sommer Nielsen
kalle Mon Feb 23 21:20:48 2009 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: Fixed #37209 (mssql_execute with non fatal errors) http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.189&r2=1.190&diff_format=u Index: php-src/ext/mssql/php_

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

2009-01-20 Thread Felipe Pena
felipe Tue Jan 20 20:02:38 2009 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: - Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored) http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.188&r2=1.189&diff_format=u Index: p

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

2009-01-07 Thread Felipe Pena
felipe Thu Jan 8 00:11:58 2009 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: - Removed WRONG_PARAM_COUNT usage http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.187&r2=1.188&diff_format=u Index: php-src/ext/mssql/php_mssql.c diff -u p

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

2008-12-14 Thread Pierre-Alain Joye
pajoye Sun Dec 14 16:19:43 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: - fix build http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.185&r2=1.186&diff_format=u Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/mssql/php_m

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

2008-12-14 Thread Ilia Alshanetsky
iliaa Sun Dec 14 15:35:51 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: simplify code http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.184&r2=1.185&diff_format=u Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/m

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

2008-12-11 Thread Pierre-Alain Joye
pajoye Thu Dec 11 15:33:18 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: - MFB: fix build http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.183&r2=1.184&diff_format=u Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/mssql/

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

2008-12-10 Thread Ilia Alshanetsky
iliaa Wed Dec 10 20:53:58 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value inside a binary or image column type) http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_

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

2008-10-09 Thread Kalle Sommer Nielsen
kalle Thu Oct 9 18:33:26 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: * Fix gcov warnings about parameters not initialized (Thanks for noticing Felipe!) * Changed int to be long in mssql_num_fields http://cvs.php.net/viewvc.cgi/php-src/ext

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

2008-10-06 Thread Kalle Sommer Nielsen
kalle Mon Oct 6 21:50:18 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: * is_output and is_null parameters are now booleans instead of int in mssql_bind * Added missing conditional from old parameter parsing http://cvs.php.net/viewvc.cgi/php

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

2008-10-04 Thread Kalle Sommer Nielsen
kalle Sun Oct 5 04:55:33 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: New parameter parsing API (with lots of help from Felipe) http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.176&r2=1.177&diff_format=u Index: php-src/ext/mssq

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

2008-07-05 Thread Felipe Pena
felipe Sat Jul 5 20:10:41 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: - MFB: zend_arg_defs.c is unnecessary now http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.175&r2=1.176&diff_format=u Index: php-src/ext/mssql/php_mssql.

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

2008-06-29 Thread Felipe Pena
felipe Sun Jun 29 15:21:42 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: - Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.174&r2=1.175&diff_format=u Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext

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

2008-03-05 Thread Ilia Alshanetsky
iliaa Wed Mar 5 23:52:56 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: Revert patch for bug #44325 http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.173&r2=1.174&diff_format=u Index: php-src/ext/mssql/php_mssql.c diff -u

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

2008-03-04 Thread Ilia Alshanetsky
iliaa Tue Mar 4 19:39:33 2008 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: Fixed bug #44325 (mssql_bind not correctly bind empty strings as parameter value) http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.172&r2=1.173

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

2007-10-22 Thread Ilia Alshanetsky
iliaa Mon Oct 22 22:42:54 2007 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: Fixed bug #4294 (Move *timeout initialization from RINIT to connect time) http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.170&r2=1.171&diff_forma

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

2007-02-04 Thread Frank M. Kromann
fmk Sun Feb 4 21:24:28 2007 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: #39213 Fix for '' returned as ' '. This only works with FreeTDS as microsofts library returns a length of 1 for an empty string! http://cvs.php.net/viewvc.cgi/php

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

2006-04-04 Thread Frank M. Kromann
fmk Tue Apr 4 18:49:44 2006 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: MFP51: Fix #33694 invalid sql or timeouts makes it impossible to reuse persistent connections http://cvs.php.net/viewcvs.cgi/php-src/ext/mssql/php_mssql.c?r1=1.164&r2=1.16

[PHP-CVS] cvs: php-src /ext/mssql php_mssql.c php_mssql.h

2005-12-05 Thread Jani Taskinen
sniper Mon Dec 5 20:25:15 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c php_mssql.h Log: nuke php3 legacy http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.160&r2=1.161&ty=u Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/mssql

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

2005-11-01 Thread Frank M. Kromann
fmk Tue Nov 1 13:14:56 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix #35037. Selecting a uniqueidentifier would return unknown data type when used with freetds. http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.153&r2=1.154

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

2005-09-04 Thread Frank M. Kromann
fmk Mon Sep 5 01:05:35 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: Fix for #34369 Add extra parameter to mssql_connect to force a new connection http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.152&r2=1.153&ty=u Index:

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

2005-08-08 Thread Frank M. Kromann
fmk Mon Aug 8 19:09:08 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Make sure this works for multiple results as well http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.151&r2=1.152&ty=u Index: php-src/ext/mssql/php_mssql.c diff

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

2005-08-08 Thread Frank M. Kromann
fmk Mon Aug 8 18:56:00 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Remove debug code and optimize a bit http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.150&r2=1.151&ty=u Index: php-src/ext/mssql/php_mssql.c diff -u php-src/e

[PHP-CVS] cvs: php-src /ext/mssql php_mssql.c php_mssql.h

2005-08-08 Thread Frank M. Kromann
fmk Mon Aug 8 17:32:21 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c php_mssql.h Log: Fix #32010. Leak in mssql_fetch_batch(). http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.149&r2=1.150&ty=u Index: php-src/ext/mssql/php_mssql.c d

Re: [PHP-CVS] cvs: php-src /ext/mssql php_mssql.c

2005-04-13 Thread Jani Taskinen
Don't forget the NEWS entries for PHP_5_0 and PHP_4_3 branches.. --Jani On Tue, 12 Apr 2005, Frank M. Kromann wrote: fmk Tue Apr 12 13:45:33 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix for #32682. Error on module shutdown when called from activescript

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

2005-04-12 Thread Frank M. Kromann
fmk Tue Apr 12 13:45:33 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix for #32682. Error on module shutdown when called from activescript http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.147&r2=1.148&ty=u Index: php-src/ext/m

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

2005-02-25 Thread Frank M. Kromann
fmk Fri Feb 25 18:24:19 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: FreeTDS does not have support for DBTEXTLIMIT http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.146&r2=1.147&ty=u Index: php-src/ext/mssql/php_mssql.c diff -u

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

2005-01-17 Thread Frank M. Kromann
fmk Tue Jan 18 01:09:49 2005 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: make the mssql extension work with freetds on win32 http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.145&r2=1.146&ty=u Index: php-src/ext/mssql/php_mssql.c di

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

2004-12-16 Thread Frank M. Kromann
fmk Thu Dec 16 16:47:23 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix #31120 and #31135. mssql_query returns false on successfill inserts and stored procedures http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.144&r2=1.145&t

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

2004-12-06 Thread Ilia Alshanetsky
iliaa Mon Dec 6 14:46:23 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: revert http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.143&r2=1.144&ty=u Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/mssql/php_mssql.c:1

Re: [PHP-CVS] cvs: php-src /ext/mssql php_mssql.c

2004-12-02 Thread Frank M. Kromann
Hi Ilia, That fix does not do anuthing. The data length is checked above this code and a NULL value is returned on an empty string. - Frank > iliaa Thu Dec 2 21:26:04 2004 EDT > > Modified files: > /php-src/ext/mssqlphp_mssql.c > Log: > Fixed bug #30962

Re: [PHP-CVS] cvs: php-src /ext/mssql php_mssql.c

2004-12-02 Thread Andi Gutmans
Do we want to return empty string or NULL? Andi At 02:26 AM 12/3/2004 +, Ilia Alshanetsky wrote: iliaa Thu Dec 2 21:26:04 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fixed bug #30962 (mssql returns space for NULL columns). http://cvs.php.net/diff.php/php-s

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

2004-12-02 Thread Ilia Alshanetsky
iliaa Thu Dec 2 21:26:04 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fixed bug #30962 (mssql returns space for NULL columns). http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.142&r2=1.143&ty=u Index: php-src/ext/mssql/php_ms

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

2004-11-15 Thread Ilia Alshanetsky
iliaa Mon Nov 15 18:37:06 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: fixed build. http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.141&r2=1.142&ty=u Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/mssql/php_mss

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

2004-11-15 Thread Frank M. Kromann
fmk Mon Nov 15 17:45:32 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Adding most of the changes suggested in #30280. Mostly fix's for possible leaks. http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.140&r2=1.141&ty=u Index: ph

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

2004-09-28 Thread Frank M. Kromann
fmk Tue Sep 28 14:38:29 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix compilation http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.139&r2=1.140&ty=u Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/mssql/php_mssql.c:

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

2004-09-28 Thread Ilia Alshanetsky
iliaa Tue Sep 28 10:07:23 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fixed bug #30224 (Sybase date strings are sometimes not null terminated). http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.138&r2=1.139&ty=u Index: php-src

[PHP-CVS] cvs: php-src /ext/mssql php_mssql.c /ext/session session.c /ext/sybase php_sybase_db.c /ext/sybase_ct php_sybase_ct.c /ext/w32api w32api.c /main php_variables.c rfc1867.c /sapi/apache mod_php5.c /sapi/apache_hooks mod_php5.c

2004-07-10 Thread Andi Gutmans
andiSat Jul 10 03:46:10 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c /php-src/ext/sessionsession.c /php-src/ext/sybase php_sybase_db.c /php-src/ext/sybase_ct php_sybase_ct.c /php-src/ext/w32api w32api.c /php-src/main

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

2004-06-30 Thread Frank M. Kromann
fmk Wed Jun 30 15:46:57 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix for #28512. Allocate enough space to store data http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.135&r2=1.136&ty=u Index: php-src/ext/mssql/php_mssql.c di

[PHP-CVS] cvs: php-src /ext/mssql php_mssql.c php_mssql.h

2004-06-03 Thread Sara Golemon
pollita Thu Jun 3 21:03:38 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c php_mssql.h Log: MFB BugFix# 28626 You can't #ifdef check a typedef. Just give it another name since it's only used once anyway. http://cvs.php.net/diff.php/php-src/ext/mssql/

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

2004-04-20 Thread Frank M. Kromann
fmk Tue Apr 20 19:30:52 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix problem getting return value from stored procedure when it returns multiple results http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.133&r2=1.134&ty=u In

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

2004-03-30 Thread Frank M. Kromann
fmk Tue Mar 30 12:54:10 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix for #27764. Get return value from a stored procedure not returning any result sets http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.132&r2=1.133&ty=u Ind

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

2004-03-29 Thread Frank M. Kromann
fmk Mon Mar 29 13:32:27 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix for #27743. Make sure Money types are converted and returned correct http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.131&r2=1.132&ty=u Index: php-src/ext

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

2004-03-19 Thread Frank M. Kromann
fmk Fri Mar 19 13:46:23 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix for #26589. Crash when selecting many columns of type Money http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.130&r2=1.131&ty=u Index: php-src/ext/mssql/ph

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

2004-03-15 Thread Frank M. Kromann
fmk Mon Mar 15 14:41:50 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fix for #27594. Comuted columns does not return a column source http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.129&r2=1.130&ty=u Index: php-src/ext/mssql/ph

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

2004-02-18 Thread Jani Taskinen
sniper Wed Feb 18 15:22:41 2004 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: register_list_destructors -> zend_register_list_destructors_ex http://cvs.php.net/diff.php/php-src/ext/mssql/php_mssql.c?r1=1.128&r2=1.129&ty=u Index: php-src/ext/mssql/php

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

2003-12-02 Thread Frank M. Kromann
fmk Tue Dec 2 13:38:30 2003 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: set freed pointer to null to avoid reuse Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/mssql/php_mssql.c:1.125 php-src/ext/mssql/php_mssql.c:1.126 --- php-src/ex

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

2003-11-17 Thread Frank M. Kromann
fmk Mon Nov 17 15:56:54 2003 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: Fix for bug #25817 Check for a return value from a stored procedure right after fetching rows Replace code with some Z_ macros Index: php-src/ext/mssql/php_mssql.c

Re: [PHP-CVS] cvs: php-src /ext/mssql php_mssql.c

2003-10-16 Thread Derick Rethans
On Thu, 16 Oct 2003, Jani Taskinen wrote: > On Wed, 15 Oct 2003, Ilia Alshanetsky wrote: > > >If in fact code will be broken then yes, INI directive may be the only route. > >However, I do not see why trailing spaces were being stripped in the first > >place, as the original report indicates it

Re: [PHP-CVS] cvs: php-src /ext/mssql php_mssql.c

2003-10-15 Thread Frank M. Kromann
Trailing spaces are returned by the database for a char() column, if the inserted data is shorter than the fixed length. This is not the case with a varchar or a text column. Lets fix the Sybase extension as well and see how manu bugs we are getting from this. - Frank > On Wed, 15 Oct 2003, Ili

Re: [PHP-CVS] cvs: php-src /ext/mssql php_mssql.c

2003-10-15 Thread Jani Taskinen
On Wed, 15 Oct 2003, Ilia Alshanetsky wrote: >If in fact code will be broken then yes, INI directive may be the only route. >However, I do not see why trailing spaces were being stripped in the first >place, as the original report indicates it does technically 'corrupt' the >data? I'm -100

Re: [PHP-CVS] cvs: php-src /ext/mssql php_mssql.c

2003-10-15 Thread Ilia Alshanetsky
If in fact code will be broken then yes, INI directive may be the only route. However, I do not see why trailing spaces were being stripped in the first place, as the original report indicates it does technically 'corrupt' the data? Ilia On October 15, 2003 05:09 pm, Frank M. Kromann wrote: >

Re: [PHP-CVS] cvs: php-src /ext/mssql php_mssql.c

2003-10-15 Thread Frank M. Kromann
Hi Ilia, I think this will break code else where. And now the mssql, sybase and sybase_ct code handles trailing spaces differently. Would it make sence to create a flagin PHP.INI for this ? - Frank > iliaa Tue Oct 14 23:31:30 2003 EDT > > Modified files: > /php-src/

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

2003-10-14 Thread Ilia Alshanetsky
iliaa Tue Oct 14 23:31:30 2003 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fixed bug #25777 (Do not rtrim() of text fields fetched from mssql) Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/mssql/php_mssql.c:1.123 php-src/ext/mssql/ph

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

2003-08-18 Thread Ilia Alshanetsky
iliaa Mon Aug 18 07:18:41 2003 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Fixed typo. Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/mssql/php_mssql.c:1.119 php-src/ext/mssql/php_mssql.c:1.120 --- php-src/ext/mssql/php_mssql.c:1.119

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

2003-07-23 Thread Ilia Alshanetsky
iliaa Wed Jul 23 12:54:34 2003 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Removed unused variables. Index: php-src/ext/mssql/php_mssql.c diff -u php-src/ext/mssql/php_mssql.c:1.116 php-src/ext/mssql/php_mssql.c:1.117 --- php-src/ext/mssql/php_

[PHP-CVS] cvs: php-src /ext/mssql php_mssql.c php_mssql.h

2003-07-23 Thread Ilia Alshanetsky
iliaa Wed Jul 23 12:53:26 2003 EDT Modified files: /php-src/ext/mssql php_mssql.c php_mssql.h Log: Fixed bug #24752 (Unhandled "uniqueidentifier" field type) Original Patch By: s.sonnenberg[at]coolspot.de Index: php-src/ext/mssql/php_mssql.c diff -u php-

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

2003-07-03 Thread Frank M. Kromann
fmk Thu Jul 3 12:53:05 2003 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Change fetch functions and protos so they make more sense. fetch_row or fetch_assoc should not take the optional parameter Index: php-src/ext/mssql/php_mssql.c diff -u p