From: Edin Kadribasic Date: Thu, 25 Apr 2002 17:18:31 +0000 (+0000) Subject: Fix the fix. X-Git-Tag: php-4.2.1RC1~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f36bc79e87a337a42273354a479d1eb79b81abe6;p=php Fix the fix. --- diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 71bc5cd524..a49f10d78c 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -113,7 +113,7 @@ PHP_RSHUTDOWN_FUNCTION(oracle); PHP_MINFO_FUNCTION(oracle); /* }}} */ -static unsigned char second_arg_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE }; +static unsigned char second_args_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE }; /* {{{ oracle_functions[] */ @@ -128,7 +128,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_arg_force_ref) + PHP_FE(ora_fetch_into, second_args_force_ref) PHP_FE(ora_columntype, NULL) PHP_FE(ora_columnname, NULL) PHP_FE(ora_columnsize, NULL)