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:
parent
63fb773601
commit
13b06e992c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user