summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-04-26 14:49:41 +0000
committerAntony Dovgal <tony2001@php.net>2004-04-26 14:49:41 +0000
commitaf96ad84b5fa992db5361ead0ee9c611daef499c (patch)
treed9d06bee332f3d9ba09c11fdc3bafb70173a7070
parent210244b339934a364302cd828a8723c10b8a9ca3 (diff)
downloadphp-git-af96ad84b5fa992db5361ead0ee9c611daef499c.tar.gz
hmm. this comma is supposed to be a semicolon.
-rw-r--r--ext/oci8/oci8.c2
1 files changed, 1 insertions, 1 deletions
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++;