mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
declare oci_lob_seek()
This commit is contained in:
parent
03c7bbd33b
commit
d1202b7986
@ -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…
Reference in New Issue
Block a user