mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
builds and configures again
This commit is contained in:
parent
fbeeb8f29c
commit
f04567b09e
2 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
#if HAVE_ORACLE
|
#if HAVE_ORACLE
|
||||||
|
|
||||||
#include "oracle.h"
|
#include "php3_oracle.h"
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
# include "variables.h"
|
# include "variables.h"
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
extern php3_module_entry oracle_module_entry;
|
extern php3_module_entry oracle_module_entry;
|
||||||
#define oracle_module_ptr &oracle_module_entry
|
#define oracle_module_ptr &oracle_module_entry
|
||||||
|
#define phpext_oracle_ptr &oracle_module_entry
|
||||||
|
|
||||||
/* oparse flags */
|
/* oparse flags */
|
||||||
#define DEFER_PARSE 1
|
#define DEFER_PARSE 1
|
Loading…
Add table
Add a link
Reference in a new issue