diff options
| author | Christopher Jones <sixd@php.net> | 2009-03-09 20:07:39 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2009-03-09 20:07:39 +0000 |
| commit | 89a216cd23cb4aa738804b505dead5ccb174707e (patch) | |
| tree | 718fce0bc152af773681d6ac34854f2a0e272b5d /ext/oci8/php_oci8_int.h | |
| parent | 58acebce20876df259e03d6571e788302fc24356 (diff) | |
| download | php-git-89a216cd23cb4aa738804b505dead5ccb174707e.tar.gz | |
Bug #47243 (Crash at shutdown on Windows)
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
| -rw-r--r-- | ext/oci8/php_oci8_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index d42f823864..55aa1f3ca3 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -329,7 +329,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) |
