This commit is contained in:
Edin Kadribasic 2002-04-25 17:20:14 +00:00
parent 860e675884
commit b1c1a99b3d

View File

@ -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)