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

2009-05-26 Thread Felipe Pena
felipe Tue May 26 12:35:46 2009 UTC Modified files: (Branch: PHP_5_3) /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.152.2.13.2.4.2.22r2=1.152.2.13.2.4.2.23diff_format=u Index:

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

2009-02-23 Thread Kalle Sommer Nielsen
kalle Mon Feb 23 21:21:02 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: Fixed #37209 (mssql_execute with non fatal errors)

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

2009-01-20 Thread Felipe Pena
felipe Tue Jan 20 20:03:04 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: - MFH: Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored)

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

2009-01-07 Thread Felipe Pena
felipe Thu Jan 8 00:12:19 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: - MFH: Removed WRONG_PARAM_COUNT usage

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

2008-12-14 Thread Ilia Alshanetsky
iliaa Sun Dec 14 15:34:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: Simplify code http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.152.2.13.2.4.2.16r2=1.152.2.13.2.4.2.17diff_format=u Index:

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

2008-12-14 Thread Pierre-Alain Joye
pajoye Sun Dec 14 16:25:15 2008 UTC Modified files: (Branch: PHP_5_3) /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.152.2.13.2.4.2.17r2=1.152.2.13.2.4.2.18diff_format=u Index:

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

2008-12-11 Thread Pierre-Alain Joye
pajoye Thu Dec 11 15:31:31 2008 UTC Modified files: (Branch: PHP_5_3) /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.152.2.13.2.4.2.15r2=1.152.2.13.2.4.2.16diff_format=u Index:

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

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

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

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

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

2008-10-06 Thread Kalle Sommer Nielsen
kalle Mon Oct 6 21:50:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: MFH: * is_output and is_null parameters are now booleans instead of int in mssql_bind * Added missing conditional from old parameter parsing

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

2008-06-29 Thread Felipe Pena
felipe Sun Jun 29 15:11:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: - Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.152.2.13.2.4.2.6r2=1.152.2.13.2.4.2.7diff_format=u Index:

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

2008-03-05 Thread Ilia Alshanetsky
iliaa Wed Mar 5 23:52:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: Revert patch for bug #44325 http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.152.2.13.2.4.2.5r2=1.152.2.13.2.4.2.6diff_format=u

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

2008-03-04 Thread Ilia Alshanetsky
iliaa Tue Mar 4 19:38:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: Fixed bug #44325 (mssql_bind not correctly bind empty strings as parameter value)

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

2008-02-10 Thread Ilia Alshanetsky
iliaa Sun Feb 10 14:49:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: Possible fix for bug #43861 http://cvs.php.net/viewvc.cgi/php-src/ext/mssql/php_mssql.c?r1=1.152.2.13.2.4.2.3r2=1.152.2.13.2.4.2.4diff_format=u

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

2007-10-22 Thread Ilia Alshanetsky
iliaa Mon Oct 22 22:42:43 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: Fixed bug #4294 (Move *timeout initialization from RINIT to connect time)