Skip to content

Commit

Permalink
Release 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Aug 25, 2021
1 parent 9d16ee5 commit 4ccead6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChangeLog - Aliyun OSS SDK for PHP

## v2.4.3 / 2021-08-25
* Fixed: integer overflow in PHP5.x.

## v2.4.2 / 2021-06-04
* Compatible with PHP8.
* Fixed: compatible with PHP5.4.
Expand Down
4 changes: 2 additions & 2 deletions src/OSS/OssClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -3509,8 +3509,8 @@ public function setConnectTimeout($connectTimeout)
);
// OssClient version information
const OSS_NAME = "aliyun-sdk-php";
const OSS_VERSION = "2.4.2";
const OSS_BUILD = "20210604";
const OSS_VERSION = "2.4.3";
const OSS_BUILD = "20210825";
const OSS_AUTHOR = "";
const OSS_OPTIONS_ORIGIN = 'Origin';
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';
Expand Down

0 comments on commit 4ccead6

Please sign in to comment.