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 847094e commit f920648Copy full SHA for f920648
ext/openssl/openssl.c
@@ -84,7 +84,7 @@
84
#define HAVE_EVP_PKEY_EC 1
85
#endif
86
87
-ZEND_DECLARE_MODULE_GLOBALS(openssl)
+PHPAPI ZEND_DECLARE_MODULE_GLOBALS(openssl)
88
89
/* FIXME: Use the openssl constants instead of
90
* enum. It is now impossible to match real values
ext/openssl/php_openssl.h
@@ -72,7 +72,7 @@ struct php_openssl_errors {
72
int bottom;
73
};
74
75
-ZEND_BEGIN_MODULE_GLOBALS(openssl)
+PHPAPI ZEND_BEGIN_MODULE_GLOBALS(openssl)
76
struct php_openssl_errors *errors;
77
ZEND_END_MODULE_GLOBALS(openssl)
78
0 commit comments