We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3e75a commit e801a99Copy full SHA for e801a99
Zend/zend.c
@@ -65,7 +65,7 @@ zend_class_entry global_main_class;
65
HashTable *global_auto_globals_table;
66
#endif
67
68
-zend_utility_values zend_uv;
+ZEND_API zend_utility_values zend_uv;
69
70
ZEND_API zval zval_used_for_init; /* True global variable */
71
Zend/zend.h
@@ -463,7 +463,7 @@ void zenderror(char *error);
463
/* The following #define is used for code duality in PHP for Engine 1 & 2 */
464
#define ZEND_STANDARD_CLASS_DEF_PTR zend_standard_class_def
465
extern ZEND_API zend_class_entry *zend_standard_class_def;
466
-extern zend_utility_values zend_uv;
+extern ZEND_API zend_utility_values zend_uv;
467
extern ZEND_API zval zval_used_for_init;
468
469
END_EXTERN_C()
0 commit comments