We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d16ee5 commit 4ccead6Copy full SHA for 4ccead6
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# ChangeLog - Aliyun OSS SDK for PHP
2
3
+## v2.4.3 / 2021-08-25
4
+* Fixed: integer overflow in PHP5.x.
5
+
6
## v2.4.2 / 2021-06-04
7
* Compatible with PHP8.
8
* Fixed: compatible with PHP5.4.
src/OSS/OssClient.php
@@ -3509,8 +3509,8 @@ public function setConnectTimeout($connectTimeout)
3509
);
3510
// OssClient version information
3511
const OSS_NAME = "aliyun-sdk-php";
3512
- const OSS_VERSION = "2.4.2";
3513
- const OSS_BUILD = "20210604";
+ const OSS_VERSION = "2.4.3";
+ const OSS_BUILD = "20210825";
3514
const OSS_AUTHOR = "";
3515
const OSS_OPTIONS_ORIGIN = 'Origin';
3516
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';
0 commit comments