File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# ChangeLog - Aliyun OSS SDK for PHP
22
3+ ## v2.4.2 / 2021-06-04
4+ * Compatible with PHP8.
5+ * Fixed: compatible with PHP5.4.
6+ * Fixed: the signature is incorrect in some scenarios
7+ * Update: change $requestUrl from a member variable to a local variable.
8+
39## v2.4.1 / 2020-09-29
410* Fixed: the getBucketPolicy bug.
511
Original file line number Diff line number Diff line change @@ -3508,8 +3508,8 @@ public function setConnectTimeout($connectTimeout)
35083508 );
35093509 // OssClient version information
35103510 const OSS_NAME = "aliyun-sdk-php " ;
3511- const OSS_VERSION = "2.4.1 " ;
3512- const OSS_BUILD = "20200929 " ;
3511+ const OSS_VERSION = "2.4.2 " ;
3512+ const OSS_BUILD = "20210604 " ;
35133513 const OSS_AUTHOR = "" ;
35143514 const OSS_OPTIONS_ORIGIN = 'Origin ' ;
35153515 const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method ' ;
You can’t perform that action at this time.
0 commit comments