[PHP-CVS] cvs: php-src /ext/dom/tests bug28721.phpt dom004.phpt dom_xinclude.phpt

2004-12-02 Thread Antony Dovgal
tony2001Thu Dec 2 11:33:36 2004 EDT Modified files: /php-src/ext/dom/tests bug28721.phpt dom004.phpt dom_xinclude.phpt Log: fix tests http://cvs.php.net/diff.php/php-src/ext/dom/tests/bug28721.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/dom/tests

[PHP-CVS] cvs: php-src /ext/standard array.c

2004-12-02 Thread Antony Dovgal
tony2001Thu Dec 2 11:35:03 2004 EDT Modified files: /php-src/ext/standard array.c Log: revert my previous patch as it breaks more than fixes http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.284&r2=1.285&ty=u Index: php-src/ext/stan

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/standard array.c

2004-12-02 Thread Antony Dovgal
tony2001Thu Dec 2 11:36:00 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/standard array.c Log: MFH: revert my last patch http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.266.2.7&r2=1.266.2.8&ty=u Index: php-src/ext/standar

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/dom/tests bug28721.phpt dom002.phpt dom004.phpt dom_xinclude.phpt

2004-12-02 Thread Antony Dovgal
tony2001Thu Dec 2 11:39:02 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/dom/tests bug28721.phpt dom002.phpt dom004.phpt dom_xinclude.phpt Log: MFH: fix tests http://cvs.php.net/diff.php/php-src/ext/dom/

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

2004-12-02 Thread Antony Dovgal
tony2001Thu Dec 2 11:36:41 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard array.c Log: MFH: revert my last patch http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.199.2.39&r2=1.199.2.40&ty=u Index: php-src/ext/stand

[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(PHP_5_0) / NEWS /ext/mssql php_mssql.c

2004-12-02 Thread Ilia Alshanetsky
iliaa Thu Dec 2 21:26:36 2004 EDT Modified files: (Branch: PHP_5_0) /php-srcNEWS /php-src/ext/mssql php_mssql.c Log: MFH: Fixed bug #30962 (mssql returns space for NULL columns). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.137&r2=1.1760.2

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mssql php_mssql.c

2004-12-02 Thread Ilia Alshanetsky
iliaa Thu Dec 2 21:27:12 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mssql php_mssql.c Log: MFH: Fixed bug #30962 (mssql returns space for NULL columns). http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.759&r2=1.1247.2

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

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

[PHP-CVS] cvs: php-src /ext/mysqli mysqli.c /ext/mysqli/tests bug30967.phpt

2004-12-02 Thread Georg Richter
georg Fri Dec 3 02:56:19 2004 EDT Added files: /php-src/ext/mysqli/tests bug30967.phpt Modified files: /php-src/ext/mysqli mysqli.c Log: Fixed bug #30967 (properties in extended mysqli classes don't work) http://cvs.php.net/diff.

[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/mysqli mysqli.c /ext/mysqli/tests bug30967.phpt

2004-12-02 Thread Georg Richter
georg Fri Dec 3 02:57:39 2004 EDT Added files: (Branch: PHP_5_0) /php-src/ext/mysqli/tests bug30967.phpt Modified files: /php-srcNEWS /php-src/ext/mysqli mysqli.c Log: MFH: Fix for bug #30967 (properties in extended mysqli clas