[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4(PHP_4_3) /ext/mssql php_mssql.c
From:       "Frank M. Kromann" <frank () kromann ! info>
Date:       2003-04-30 21:52:06
[Download RAW message or body]

fmk		Wed Apr 30 17:52:06 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/mssql	php_mssql.c 
  Log:
  Fixing bit support. Bug #23324
  
Index: php4/ext/mssql/php_mssql.c
diff -u php4/ext/mssql/php_mssql.c:1.86.2.16 php4/ext/mssql/php_mssql.c:1.86.2.17
--- php4/ext/mssql/php_mssql.c:1.86.2.16	Fri Mar 14 12:50:02 2003
+++ php4/ext/mssql/php_mssql.c	Wed Apr 30 17:52:06 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_mssql.c,v 1.86.2.16 2003/03/14 17:50:02 sniper Exp $ */
+/* $Id: php_mssql.c,v 1.86.2.17 2003/04/30 21:52:06 fmk Exp $ */
 
 #ifdef COMPILE_DL_MSSQL
 #define HAVE_MSSQL 1
@@ -768,6 +768,7 @@
 
 	switch (column_type)
 	{
+		case SQLBIT:
 		case SQLINT1:
 		case SQLINT2:
 		case SQLINT4:
@@ -1987,6 +1988,7 @@
 				value=(LPBYTE)(&Z_DVAL_PP(var));
 				break;
 
+			case SQLBIT:
 			case SQLINT1:
 			case SQLINT2:
 			case SQLINT4:



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic