diff options
| author | Andreas Karajannis <kara@php.net> | 1999-09-05 13:06:24 +0000 |
|---|---|---|
| committer | Andreas Karajannis <kara@php.net> | 1999-09-05 13:06:24 +0000 |
| commit | dd509608a1f2cd96ee0e3161f57b34ad268606a0 (patch) | |
| tree | 9379782d02dc0a9266bed6afe9b67185b3077fa7 | |
| parent | 361a09e5fa17f88de474207430be458c4747b3b6 (diff) | |
| download | php-git-dd509608a1f2cd96ee0e3161f57b34ad268606a0.tar.gz | |
Changes for updated odbc module
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | build-defs.h.in | 10 |
2 files changed, 5 insertions, 6 deletions
@@ -2,6 +2,7 @@ PHP 4.0 CHANGE LOG ChangeLog ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ?? 1999, Version 4.0 Beta 3 +- New resource handling for odbc, renamed to php_odbc.[ch] - Make set_time_limit() work on Unix (Rasmus) - Add connection handling support (Rasmus) - Improved the Sybase-CT module to make use of resources (Zeev) diff --git a/build-defs.h.in b/build-defs.h.in index f36faee667..3095d6e874 100644 --- a/build-defs.h.in +++ b/build-defs.h.in @@ -57,6 +57,10 @@ #define PHP_MYSQL_INCLUDE "" #define PHP_MYSQL_LFLAGS "" #define PHP_MYSQL_LIBS "" +#define PHP_ODBC_TYPE "@ODBC_TYPE@" +#define PHP_ODBC_INCLUDE "@ODBC_INCLUDE@" +#define PHP_ODBC_LFLAGS "@ODBC_LFLAGS@" +#define PHP_ODBC_LIBS "@ODBC_LIBS@" #define PHP_ORACLE_HOME "" #define PHP_ORACLE_INCLUDE "" #define PHP_ORACLE_LFLAGS "" @@ -84,9 +88,3 @@ #define PHP_VELOCIS_INCLUDE "" #define PHP_VELOCIS_LIBS "" -#define ODBC_TYPE "" -#define ODBC_INCDIR "" -#define ODBC_INCLUDE "" -#define ODBC_LIBDIR "" -#define ODBC_LFLAGS "" -#define ODBC_LIBS "" |
