projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
63fb773
)
Fix build with 7.4 on macOS
35/head
author
Aaron Piotrowski
<aaron@trowski.com>
Thu, 6 Feb 2020 23:06:30 +0000
(17:06 -0600)
committer
Aaron Piotrowski
<aaron@trowski.com>
Thu, 6 Feb 2020 23:06:30 +0000
(17:06 -0600)
src/php_pqconn.h
patch
|
blob
|
history
diff --git
a/src/php_pqconn.h
b/src/php_pqconn.h
index 775451f43f7d3734ef9e9ee88f0418994e24d53a..1eb9b7b61297423eb56e73dd69e05b57d00f8cdd 100644
(file)
--- 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;
- u
long
flags;
+ u
int32_t
flags;
} php_pqconn_resource_factory_data_t;
extern php_resource_factory_ops_t *php_pqconn_get_resource_factory_ops(void);