From: Edin Kadribasic Date: Thu, 25 Apr 2002 17:03:17 +0000 (+0000) Subject: Fix win32 build X-Git-Tag: php-4.2.1RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7630016822ad62f7d6c13d8070cb9e8d28b64dd;p=php Fix win32 build --- diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index bac878a6de..71bc5cd524 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -113,6 +113,8 @@ PHP_RSHUTDOWN_FUNCTION(oracle); PHP_MINFO_FUNCTION(oracle); /* }}} */ +static unsigned char second_arg_force_ref[] = { 2, BYREF_NONE, BYREF_FORCE }; + /* {{{ oracle_functions[] */ function_entry oracle_functions[] = {