From: Xinchen Hui Date: Thu, 14 Jan 2016 06:49:23 +0000 (+0800) Subject: Fixed macro name X-Git-Tag: php-7.0.3RC1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=262f09d678f6f9a572cd4f08caeee45c60255688;p=php Fixed macro name --- 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)