summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8_int.h
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2009-03-09 20:09:07 +0000
committerChristopher Jones <sixd@php.net>2009-03-09 20:09:07 +0000
commitbce3f3afe8f2749e571dcdcc24e0db43e2df2f9a (patch)
tree42c6ae3f3dd97dec7c004ecd1cded11c679102f1 /ext/oci8/php_oci8_int.h
parentaf4a8e7879e16771dafcb75a52094c27bb929819 (diff)
downloadphp-git-bce3f3afe8f2749e571dcdcc24e0db43e2df2f9a.tar.gz
MFH: Bug #47243 (Crash at shutdown on Windows)
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
-rw-r--r--ext/oci8/php_oci8_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h
index 2f1bb96a51..7681d4b7a1 100644
--- a/ext/oci8/php_oci8_int.h
+++ b/ext/oci8/php_oci8_int.h
@@ -319,7 +319,7 @@ typedef struct { /* php_oci_out_column {{{ */
} while (0)
#define PHP_OCI_ZVAL_TO_CONNECTION(zval, connection) \
- ZEND_FETCH_RESOURCE2(connection, php_oci_connection *, &zval, -1, "oci8 connection", le_connection, le_pconnection);
+ ZEND_FETCH_RESOURCE2(connection, php_oci_connection *, &zval, -1, "oci8 connection", le_connection, le_pconnection)
#define PHP_OCI_ZVAL_TO_STATEMENT(zval, statement) \
ZEND_FETCH_RESOURCE(statement, php_oci_statement *, &zval, -1, "oci8 statement", le_statement)