X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pq_misc.c;h=08f10c3763279665a147c291e153efe2753b154f;hp=eb1ca97cdae75a4d3ef8df9e68f2063bb2dba604;hb=be621b64a9a5faea34741430db84cfe16b7b40b6;hpb=c753ebfed3a4b21409cfa46212fd2c55227c809f diff --git a/src/php_pq_misc.c b/src/php_pq_misc.c index eb1ca97..08f10c3 100644 --- a/src/php_pq_misc.c +++ b/src/php_pq_misc.c @@ -24,8 +24,8 @@ #include "php_pq.h" #include "php_pqexc.h" -#include "php_pqconn_event.h" #include "php_pq_misc.h" +#include "php_pqconn_event.h" #undef PHP_PQ_TYPE #include "php_pq_type.h" @@ -139,7 +139,11 @@ static PHP_METHOD(pqdt, __toString) ZEND_BEGIN_ARG_INFO_EX(ai_pqdt_create_from_format, 0, 0, 2) ZEND_ARG_INFO(0, format) ZEND_ARG_INFO(0, datetime) +#if PHP_VERSION_ID >= 70200 + ZEND_ARG_OBJ_INFO(0, object, DateTimeZone, 1) +#else ZEND_ARG_INFO(0, timezone) +#endif ZEND_END_ARG_INFO(); static PHP_METHOD(pqdt, createFromFormat) {