Skip to content

Commit f920648

Browse files
committed
module export too
1 parent 847094e commit f920648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/openssl/openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#define HAVE_EVP_PKEY_EC 1
8585
#endif
8686

87-
ZEND_DECLARE_MODULE_GLOBALS(openssl)
87+
PHPAPI ZEND_DECLARE_MODULE_GLOBALS(openssl)
8888

8989
/* FIXME: Use the openssl constants instead of
9090
* enum. It is now impossible to match real values

ext/openssl/php_openssl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct php_openssl_errors {
7272
int bottom;
7373
};
7474

75-
ZEND_BEGIN_MODULE_GLOBALS(openssl)
75+
PHPAPI ZEND_BEGIN_MODULE_GLOBALS(openssl)
7676
struct php_openssl_errors *errors;
7777
ZEND_END_MODULE_GLOBALS(openssl)
7878

0 commit comments

Comments
 (0)