PECL release follow up (#90)

This commit is contained in:
Dengke Tang
2023-03-15 16:52:00 -07:00
committed by GitHub
parent 46e0ca0c81
commit c4ea24d822
11 changed files with 90 additions and 34 deletions
+3 -1
View File
@@ -263,6 +263,8 @@ static PHP_GINIT_FUNCTION(awscrt) {
awscrt_globals->log_level = 0;
}
#define CRT_VERSION "1.0.4"
zend_module_entry awscrt_module_entry = {
STANDARD_MODULE_HEADER,
"awscrt",
@@ -272,7 +274,7 @@ zend_module_entry awscrt_module_entry = {
NULL, /* RINIT */
NULL, /* RSHUTDOWN */
NULL, /* MINFO */
NO_VERSION_YET,
CRT_VERSION,
PHP_MODULE_GLOBALS(awscrt),
PHP_GINIT(awscrt),
NULL, /* GSHUTDOWN */