mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
mark release as stable and updates php requirement (#94)
This commit is contained in:
@@ -263,8 +263,6 @@ 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",
|
||||
@@ -274,7 +272,7 @@ zend_module_entry awscrt_module_entry = {
|
||||
NULL, /* RINIT */
|
||||
NULL, /* RSHUTDOWN */
|
||||
NULL, /* MINFO */
|
||||
CRT_VERSION,
|
||||
PHP_AWSCRT_VERSION,
|
||||
PHP_MODULE_GLOBALS(awscrt),
|
||||
PHP_GINIT(awscrt),
|
||||
NULL, /* GSHUTDOWN */
|
||||
|
||||
Reference in New Issue
Block a user