]> granicus.if.org Git - php/commitdiff
Fixed macro name
authorXinchen Hui <laruence@gmail.com>
Thu, 14 Jan 2016 06:49:23 +0000 (14:49 +0800)
committerXinchen Hui <laruence@gmail.com>
Thu, 14 Jan 2016 06:49:23 +0000 (14:49 +0800)
ext/interbase/ibase_query.c

index 7ff0509ef24462dae2733a929b6fca862797f425..37e59dd3a706ccf73fcea37a13ab70f1fcc24f73 100644 (file)
@@ -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)