diff options
-rw-r--r-- | ext/interbase/ibase_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/interbase/ibase_query.c b/ext/interbase/ibase_query.c index 7ff0509ef2..37e59dd3a7 100644 --- a/ext/interbase/ibase_query.c +++ b/ext/interbase/ibase_query.c @@ -530,7 +530,7 @@ static int _php_ibase_bind_array(zval *val, char *buf, zend_ulong buf_size, /* { struct tm t = { 0, 0, 0, 0, 0, 0 }; switch (array->el_type) { -#ifdef HAVE_STRFTIME +#ifndef HAVE_STRPTIME unsigned short n; #endif #if (SIZEOF_ZEND_LONG < 8) |