We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a86802 commit 28a4d76Copy full SHA for 28a4d76
ext/random/php_random.h
@@ -319,6 +319,8 @@ ZEND_BEGIN_MODULE_GLOBALS(random)
319
int random_fd;
320
ZEND_END_MODULE_GLOBALS(random)
321
322
+PHPAPI ZEND_EXTERN_MODULE_GLOBALS(random)
323
+
324
# define RANDOM_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(random, v)
325
326
#endif /* PHP_RANDOM_H */
ext/random/random.c
@@ -64,7 +64,7 @@
64
65
#include "random_arginfo.h"
66
67
-ZEND_DECLARE_MODULE_GLOBALS(random)
+PHPAPI ZEND_DECLARE_MODULE_GLOBALS(random)
68
69
PHPAPI zend_class_entry *random_ce_Random_Engine;
70
PHPAPI zend_class_entry *random_ce_Random_CryptoSafeEngine;
0 commit comments