1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-29 20:09:14 +01:00

Fix build with 7.4 on macOS

This commit is contained in:
Aaron Piotrowski 2020-02-06 17:06:30 -06:00
parent 63fb773601
commit 13b06e992c
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -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);