mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
uhm.. declare oci_lob_seek() along with OCI-Lob->seek() method
This commit is contained in:
parent
276d063355
commit
40fe5baf8c
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue