We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b518217 commit 2bb0470Copy full SHA for 2bb0470
1 file changed
php_simdjson.h
@@ -78,7 +78,7 @@ ZEND_TSRMLS_CACHE_EXTERN()
78
# define PHP_SIMDJSON_API /* nothing special */
79
#endif
80
81
-extern zend_class_entry *simdjson_exception_ce;
+extern PHP_SIMDJSON_API zend_class_entry *simdjson_exception_ce;
82
83
// NOTE: Namespaces and references(&) are C++ only functionality.
84
// To expose this functionality to other C PECLs,
0 commit comments