diff options
| author | Jouni Ahto <jah@php.net> | 2000-05-12 03:02:14 +0000 |
|---|---|---|
| committer | Jouni Ahto <jah@php.net> | 2000-05-12 03:02:14 +0000 |
| commit | fc5daee43465ef8fccfbfeedf0a2f317e7adaf21 (patch) | |
| tree | b520f14a58c1b3b13d301b387d00a0e2f87fab74 /ext/interbase/config.m4 | |
| parent | f626eb498650e06975b49a99592fc1927086ea36 (diff) | |
| download | php-git-fc5daee43465ef8fccfbfeedf0a2f317e7adaf21.tar.gz | |
Fixed all (?) remaining issues with InterBase 6 datatypes, especially
with timestamp, date and time.
Incombatible change: renamed constant IBASE_TIMESTAMP to IBASE_UNIXTIME.
Incompatible change: renamed configuration directive ibase.timeformat
to ibase.timestampformat.
Added constants IBASE_TIMESTAMP, IBASE_DATE, IBASE_TIME.
Added configuration directives ibase.dateformat and ibase.timeformat.
ibase_timefmt() now takes an optional second argument specifying which
format to change, default is IBASE_TIMESTAMP (for even a little backwards
compatibility).
Diffstat (limited to 'ext/interbase/config.m4')
| -rw-r--r-- | ext/interbase/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/interbase/config.m4 b/ext/interbase/config.m4 index c3a266d651..c2acb383b6 100644 --- a/ext/interbase/config.m4 +++ b/ext/interbase/config.m4 @@ -15,6 +15,7 @@ if test "$PHP_INTERBASE" != "no"; then AC_ADD_LIBRARY_WITH_PATH(gds, $IBASE_LIBDIR, INTERBASE_SHARED_LIBADD) AC_ADD_INCLUDE($IBASE_INCDIR) AC_DEFINE(HAVE_IBASE,1,[ ]) +dnl AC_CHECK_LIB(c, strptime, [AC_DEFINE(HAVE_STRPTIME,1,[])]) PHP_EXTENSION(interbase, $ext_shared) PHP_SUBST(INTERBASE_SHARED_LIBADD) fi |
