tony2001                Wed Jan  3 20:45:22 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/oci8   oci8_interface.c 
  Log:
  MFH
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.8.2.7.2.7&r2=1.8.2.7.2.8&diff_format=u
Index: php-src/ext/oci8/oci8_interface.c
diff -u php-src/ext/oci8/oci8_interface.c:1.8.2.7.2.7 
php-src/ext/oci8/oci8_interface.c:1.8.2.7.2.8
--- php-src/ext/oci8/oci8_interface.c:1.8.2.7.2.7       Mon Jan  1 09:36:03 2007
+++ php-src/ext/oci8/oci8_interface.c   Wed Jan  3 20:45:22 2007
@@ -25,7 +25,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: oci8_interface.c,v 1.8.2.7.2.7 2007/01/01 09:36:03 sebastian Exp $ */
+/* $Id: oci8_interface.c,v 1.8.2.7.2.8 2007/01/03 20:45:22 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1560,7 +1560,7 @@
        php_oci_connection *connection;
        text *errbuf;
        sb4 errcode = 0;
-       sword error = 0;
+       sword error = OCI_SUCCESS;
        dvoid *errh = NULL;
 #ifdef HAVE_OCI8_ATTR_STATEMENT
        ub2 error_offset = 0;

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

Reply via email to