From: Antony Dovgal Date: Tue, 12 Sep 2006 20:27:28 +0000 (+0000) Subject: declare oci_lob_seek() X-Git-Tag: php-5.2.0RC4~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1202b7986003e01a26aac07f5f1a06449748546;p=php declare oci_lob_seek() --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 38c4c3f824..8314e71fe1 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -254,6 +254,7 @@ static zend_function_entry php_oci_functions[] = { PHP_FE(oci_lob_append, NULL) PHP_FE(oci_lob_copy, NULL) PHP_FE(oci_lob_export, NULL) + PHP_FE(oci_lob_seek, NULL) PHP_FE(oci_commit, NULL) PHP_FE(oci_rollback, NULL) PHP_FE(oci_new_descriptor, NULL)