From 262f09d678f6f9a572cd4f08caeee45c60255688 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 14 Jan 2016 14:49:23 +0800 Subject: [PATCH] Fixed macro name --- ext/interbase/ibase_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/interbase/ibase_query.c b/ext/interbase/ibase_query.c index 7ff0509ef24..37e59dd3a70 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)