tony2001                Thu Oct 12 10:04:12 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/oci8   oci8_statement.c 
  Log:
  MFH: use connection charset when reading LOB data
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_statement.c?r1=1.7.2.14.2.11&r2=1.7.2.14.2.12&diff_format=u
Index: php-src/ext/oci8/oci8_statement.c
diff -u php-src/ext/oci8/oci8_statement.c:1.7.2.14.2.11 
php-src/ext/oci8/oci8_statement.c:1.7.2.14.2.12
--- php-src/ext/oci8/oci8_statement.c:1.7.2.14.2.11     Mon Oct  9 09:34:55 2006
+++ php-src/ext/oci8/oci8_statement.c   Thu Oct 12 10:04:12 2006
@@ -25,7 +25,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: oci8_statement.c,v 1.7.2.14.2.11 2006/10/09 09:34:55 tony2001 Exp $ */
+/* $Id: oci8_statement.c,v 1.7.2.14.2.12 2006/10/12 10:04:12 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