From: Andrei Zmievski Date: Fri, 11 Feb 2000 15:34:11 +0000 (+0000) Subject: Define phpext_oracle_ptr properly. X-Git-Tag: BEFORE_SAPI_POST_PATCH_17_FEB_2000~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80f4886c5a71b0cdc4a3159297160e30ddd298cb;p=php Define phpext_oracle_ptr properly. --- diff --git a/ext/oracle/php_oracle.h b/ext/oracle/php_oracle.h index a0c9e977ae..b22705375e 100644 --- a/ext/oracle/php_oracle.h +++ b/ext/oracle/php_oracle.h @@ -130,7 +130,7 @@ typedef struct { #else -#define oracle_module_ptr NULL +#define phpext_oracle_ptr NULL #endif /* HAVE_ORACLE */