diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index f6b5a1977d4..bf49831306e 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -5666,7 +5666,7 @@ PHP_FUNCTION(oci_fetch_all) } } - zend_hash_next_index_insert(Z_ARRVAL_PP(array), &row, sizeof(zval*), NULL), + zend_hash_next_index_insert(Z_ARRVAL_PP(array), &row, sizeof(zval*), NULL); rows++;