mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
MFB
This commit is contained in:
parent
860e675884
commit
b1c1a99b3d
@ -113,6 +113,8 @@ PHP_RSHUTDOWN_FUNCTION(oracle);
|
|||||||
PHP_MINFO_FUNCTION(oracle);
|
PHP_MINFO_FUNCTION(oracle);
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
|
static unsigned char second_args_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE };
|
||||||
|
|
||||||
/* {{{ oracle_functions[]
|
/* {{{ oracle_functions[]
|
||||||
*/
|
*/
|
||||||
function_entry oracle_functions[] = {
|
function_entry oracle_functions[] = {
|
||||||
@ -126,7 +128,7 @@ function_entry oracle_functions[] = {
|
|||||||
PHP_FE(ora_errorcode, NULL)
|
PHP_FE(ora_errorcode, NULL)
|
||||||
PHP_FE(ora_exec, NULL)
|
PHP_FE(ora_exec, NULL)
|
||||||
PHP_FE(ora_fetch, NULL)
|
PHP_FE(ora_fetch, NULL)
|
||||||
PHP_FE(ora_fetch_into, second_arg_force_ref)
|
PHP_FE(ora_fetch_into, second_args_force_ref)
|
||||||
PHP_FE(ora_columntype, NULL)
|
PHP_FE(ora_columntype, NULL)
|
||||||
PHP_FE(ora_columnname, NULL)
|
PHP_FE(ora_columnname, NULL)
|
||||||
PHP_FE(ora_columnsize, NULL)
|
PHP_FE(ora_columnsize, NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user