From: Aaron Piotrowski Date: Thu, 6 Feb 2020 23:06:30 +0000 (-0600) Subject: Fix build with 7.4 on macOS X-Git-Tag: v2.1.7~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=refs%2Fpull%2F35%2Fhead Fix build with 7.4 on macOS --- diff --git a/src/php_pqconn.h b/src/php_pqconn.h index 775451f..1eb9b7b 100644 --- a/src/php_pqconn.h +++ b/src/php_pqconn.h @@ -46,7 +46,7 @@ typedef struct php_pqconn_object { typedef struct php_pqconn_resource_factory_data { char *dsn; - ulong flags; + uint32_t flags; } php_pqconn_resource_factory_data_t; extern php_resource_factory_ops_t *php_pqconn_get_resource_factory_ops(void);