We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de40168 commit 54bdb25Copy full SHA for 54bdb25
ext/pgsql/php_pgsql.h
@@ -34,17 +34,15 @@ extern zend_module_entry pgsql_module_entry;
34
#undef SOCKET_SIZE_TYPE
35
#include <libpq-fe.h>
36
37
+#include <libpq/libpq-fs.h>
38
#ifdef PHP_WIN32
-#define INV_WRITE 0x00020000
39
-#define INV_READ 0x00040000
40
#undef PHP_PGSQL_API
41
#ifdef PGSQL_EXPORTS
42
#define PHP_PGSQL_API __declspec(dllexport)
43
#else
44
#define PHP_PGSQL_API __declspec(dllimport)
45
#endif
46
47
-#include <libpq/libpq-fs.h>
48
# if defined(__GNUC__) && __GNUC__ >= 4
49
# define PHP_PGSQL_API __attribute__ ((visibility("default")))
50
# else
0 commit comments