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

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

fmk		Wed Apr 30 17:52:37 2003 EDT

  Modified files:              
    /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.109 php4/ext/mssql/php_mssql.c:1.110
--- php4/ext/mssql/php_mssql.c:1.109	Fri Mar 14 12:49:44 2003
+++ php4/ext/mssql/php_mssql.c	Wed Apr 30 17:52:37 2003
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_mssql.c,v 1.109 2003/03/14 17:49:44 sniper Exp $ */
+/* $Id: php_mssql.c,v 1.110 2003/04/30 21:52:37 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:
@@ -1977,6 +1978,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