Skip to content

Commit 4ccead6

Browse files
committed
Release 2.4.3
1 parent 9d16ee5 commit 4ccead6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ChangeLog - Aliyun OSS SDK for PHP
22

3+
## v2.4.3 / 2021-08-25
4+
* Fixed: integer overflow in PHP5.x.
5+
36
## v2.4.2 / 2021-06-04
47
* Compatible with PHP8.
58
* Fixed: compatible with PHP5.4.

src/OSS/OssClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3509,8 +3509,8 @@ public function setConnectTimeout($connectTimeout)
35093509
);
35103510
// OssClient version information
35113511
const OSS_NAME = "aliyun-sdk-php";
3512-
const OSS_VERSION = "2.4.2";
3513-
const OSS_BUILD = "20210604";
3512+
const OSS_VERSION = "2.4.3";
3513+
const OSS_BUILD = "20210825";
35143514
const OSS_AUTHOR = "";
35153515
const OSS_OPTIONS_ORIGIN = 'Origin';
35163516
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';

0 commit comments

Comments
 (0)