[PHP-CVS] cvs: php-src(PHP_4_3) /win32 php4dllts.dsp

2003-10-15 Thread Jani Taskinen
sniper Thu Oct 16 00:50:04 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/win32 php4dllts.dsp Log: - config.w32.h is in main/ not ext/standard.. Index: php-src/win32/php4dllts.dsp diff -u php-src/win32/php4dllts.dsp:1.87.2.5 php-src/win32/php4dllts.dsp

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

2003-10-15 Thread Ilia Alshanetsky
iliaa Thu Oct 16 00:24:05 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sybase php_sybase_db.c Log: MFH: Do not strip trailing spaces. Index: php-src/ext/sybase/php_sybase_db.c diff -u php-src/ext/sybase/php_sybase_db.c:1.38.2.13 php-src/ext/sybas

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

2003-10-15 Thread Ilia Alshanetsky
iliaa Thu Oct 16 00:24:02 2003 EDT Modified files: /php-src/ext/sybase php_sybase_db.c Log: Do not strip trailing spaces. Index: php-src/ext/sybase/php_sybase_db.c diff -u php-src/ext/sybase/php_sybase_db.c:1.56 php-src/ext/sybase/php_sybase_db.c:1.57 --- p

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/