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 290442c commit 8853812Copy full SHA for 8853812
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog - Aliyun OSS SDK for PHP
2
3
+## v2.2.3 / 2017-04-14
4
+
5
+* fix md5 check
6
7
## v2.2.2 / 2017-01-18
8
9
* 解决在php7上运行连接数和内存bug
src/OSS/OssClient.php
@@ -2520,8 +2520,8 @@ public function setConnectTimeout($connectTimeout)
2520
);
2521
// OssClient版本信息
2522
const OSS_NAME = "aliyun-sdk-php";
2523
- const OSS_VERSION = "2.2.2";
2524
- const OSS_BUILD = "20170118";
+ const OSS_VERSION = "2.2.3";
+ const OSS_BUILD = "20170414";
2525
const OSS_AUTHOR = "";
2526
const OSS_OPTIONS_ORIGIN = 'Origin';
2527
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';
0 commit comments