diff options
author | Xinchen Hui <laruence@gmail.com> | 2016-01-14 14:49:23 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2016-01-14 14:49:23 +0800 |
commit | 262f09d678f6f9a572cd4f08caeee45c60255688 (patch) | |
tree | a12fd05a7e0e672a5de47c4b5224282f40938f00 | |
parent | 39f09507464bfa398c476a64d8b16b4061a3faec (diff) | |
download | php-git-262f09d678f6f9a572cd4f08caeee45c60255688.tar.gz |
Fixed macro name
-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) |