mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
MFH
This commit is contained in:
parent
9ad0ffbd33
commit
7cf0e005fa
@ -1560,7 +1560,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…
Reference in New Issue
Block a user