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 b5b160c commit 19df2d7Copy full SHA for 19df2d7
php_phongo.h
@@ -35,6 +35,7 @@ extern zend_module_entry mongodb_module_entry;
35
36
#ifdef PHP_WIN32
37
# define PHONGO_API __declspec(dllexport)
38
+# include "ext/standard/flock_compat.h"
39
#elif defined(__GNUC__) && __GNUC__ >= 4
40
# define PHONGO_API __attribute__ ((visibility("default")))
41
#else
0 commit comments