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 eb20fc6 commit 231352dCopy full SHA for 231352d
ext/openssl/php_openssl.h
@@ -68,6 +68,8 @@ extern zend_module_entry openssl_module_entry;
68
69
#ifdef PHP_WIN32
70
# define PHP_OPENSSL_API __declspec(dllexport)
71
+#elif defined(__GNUC__) && __GNUC__ >= 4
72
+# define PHP_OPENSSL_API __attribute__((visibility("default")))
73
#else
74
# define PHP_OPENSSL_API
75
#endif
0 commit comments