From af96ad84b5fa992db5361ead0ee9c611daef499c Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 26 Apr 2004 14:49:41 +0000 Subject: [PATCH] hmm. this comma is supposed to be a semicolon. --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index f6b5a1977d..bf49831306 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++; -- 2.50.1