sas             Thu Nov  6 09:31:15 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/oci8   oci8.c 
  Log:
  WS
  
  
Index: php-src/ext/oci8/oci8.c
diff -u php-src/ext/oci8/oci8.c:1.183.2.6 php-src/ext/oci8/oci8.c:1.183.2.7
--- php-src/ext/oci8/oci8.c:1.183.2.6   Thu Nov  6 09:27:34 2003
+++ php-src/ext/oci8/oci8.c     Thu Nov  6 09:31:14 2003
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: oci8.c,v 1.183.2.6 2003/11/06 14:27:34 sas Exp $ */
+/* $Id: oci8.c,v 1.183.2.7 2003/11/06 14:31:14 sas Exp $ */
 
 /* TODO list:
  *
@@ -641,7 +641,7 @@
 
        php_info_print_table_start();
        php_info_print_table_row(2, "OCI8 Support", "enabled");
-       php_info_print_table_row(2, "Revision", "$Revision: 1.183.2.6 $");
+       php_info_print_table_row(2, "Revision", "$Revision: 1.183.2.7 $");
 #ifndef PHP_WIN32
        php_info_print_table_row(2, "Oracle Version", PHP_OCI8_VERSION );
        php_info_print_table_row(2, "Compile-time ORACLE_HOME", PHP_OCI8_DIR );
@@ -2179,12 +2179,12 @@
                CALL_OCI(OCINlsEnvironmentVariableGet(&charsetid, 
                                2, 
                                OCI_NLS_CHARSET_ID, 
-                0,
+                               0,
                                &rsize));
 
                smart_str_append_long_ex(&hashed_details, charsetid, 1);
 
-        charsetid = 0;
+               charsetid = 0;
        }
 #else
        {

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

Reply via email to