Browse Source

use constant

migration/RELEASE_1_0_0
Antony Dovgal 20 years ago
parent
commit
a323972c87
  1. 2
      ext/oci8/oci8_interface.c

2
ext/oci8/oci8_interface.c

@ -1599,7 +1599,7 @@ PHP_FUNCTION(oci_error)
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;

Loading…
Cancel
Save