From 13b06e992c066b4cf1f381273b4f5f5e15764293 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Thu, 6 Feb 2020 17:06:30 -0600 Subject: [PATCH] Fix build with 7.4 on macOS --- src/php_pqconn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2