tony2001                Thu Oct 12 10:02:35 2006 UTC

  Modified files:              
    /php-src/ext/oci8   oci8_statement.c 
  Log:
  use connection character set when reading LOB data
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.30&r2=1.31&diff_format=u
Index: php-src/ext/oci8/oci8_statement.c
diff -u php-src/ext/oci8/oci8_statement.c:1.30 
php-src/ext/oci8/oci8_statement.c:1.31
--- php-src/ext/oci8/oci8_statement.c:1.30      Fri Oct  6 12:46:08 2006
+++ php-src/ext/oci8/oci8_statement.c   Thu Oct 12 10:02:34 2006
@@ -25,7 +25,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: oci8_statement.c,v 1.30 2006/10/06 12:46:08 tony2001 Exp $ */
+/* $Id: oci8_statement.c,v 1.31 2006/10/12 10:02:34 tony2001 Exp $ */
 
 
 #ifdef HAVE_CONFIG_H
@@ -548,7 +548,7 @@
                                        outcol->descid = descr->id;
                                        buf = &(descr->descriptor);
                                        descr->charset_form = 
outcol->charset_form;
-                                       descr->charset_id = outcol->charset_id;
+                                       /* descr->charset_id = 
outcol->charset_id; */
                                        break;
 
                                case SQLT_LNG:

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

Reply via email to