tony2001                Wed Jan  3 20:45:18 2007 UTC

  Modified files:              
    /php-src/ext/oci8   oci8_interface.c 
  Log:
  use constant
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8_interface.c?r1=1.28&r2=1.29&diff_format=u
Index: php-src/ext/oci8/oci8_interface.c
diff -u php-src/ext/oci8/oci8_interface.c:1.28 
php-src/ext/oci8/oci8_interface.c:1.29
--- php-src/ext/oci8/oci8_interface.c:1.28      Mon Jan  1 09:29:26 2007
+++ php-src/ext/oci8/oci8_interface.c   Wed Jan  3 20:45:17 2007
@@ -25,7 +25,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: oci8_interface.c,v 1.28 2007/01/01 09:29:26 sebastian Exp $ */
+/* $Id: oci8_interface.c,v 1.29 2007/01/03 20:45:17 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1599,7 +1599,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