From 538d58dd5f13a3ffda958ec002733dcbbc965352 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 3 Aug 2003 17:44:39 +0000 Subject: Use new infrastructure. There are bound to be some messups, please report build/runtime bugs! --- ext/oracle/oracle.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ext/oracle/oracle.c') diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 03cbff635a..002c5109bb 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -109,8 +109,6 @@ PHP_RSHUTDOWN_FUNCTION(oracle); PHP_MINFO_FUNCTION(oracle); /* }}} */ -static unsigned char second_args_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE }; - /* {{{ oracle_functions[] */ function_entry oracle_functions[] = { @@ -124,7 +122,7 @@ function_entry oracle_functions[] = { PHP_FE(ora_errorcode, NULL) PHP_FE(ora_exec, NULL) PHP_FE(ora_fetch, NULL) - PHP_FE(ora_fetch_into, second_args_force_ref) + PHP_FE(ora_fetch_into, second_arg_force_ref) PHP_FE(ora_columntype, NULL) PHP_FE(ora_columnname, NULL) PHP_FE(ora_columnsize, NULL) -- cgit v1.2.1