mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- MFH: Make DBA compile as a shared module again
This commit is contained in:
parent
1d275db13b
commit
c0c9279c0a
7 changed files with 24 additions and 1 deletions
|
@ -233,6 +233,5 @@ if test "$HAVE_DBA" = "1"; then
|
|||
PHP_SUBST(DBA_SHARED_LIBADD)
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
AC_DEFINE(HAVE_DBA, 0, [ ])
|
||||
fi
|
||||
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "php.h"
|
||||
|
||||
#if DBA_CDB
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "php.h"
|
||||
|
||||
#if DBA_DB2
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "php.h"
|
||||
|
||||
#if DBA_DB3
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "php.h"
|
||||
|
||||
#if DBA_DBM
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "php.h"
|
||||
|
||||
#if DBA_GDBM
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "php.h"
|
||||
|
||||
#if DBA_NDBM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue