support 7.2+ from pecl and add readme stuff about libcrypto issues

This commit is contained in:
Dengke Tang
2023-03-21 15:17:25 -07:00
parent 9db4948118
commit 363b693384
7 changed files with 17 additions and 13 deletions
-4
View File
@@ -11,7 +11,6 @@ use AWS\CRT\Auth\Signing;
use AWS\CRT\Auth\Signable;
use AWS\CRT\Auth\StaticCredentialsProvider;
use AWS\CRT\HTTP\Request;
use AWS\CRT\Log;
require_once('common.inc');
@@ -66,9 +65,6 @@ final class SigningTest extends CrtTestCase {
}
public function testShouldSignHeader() {
Log::setLogLevel(Log::TRACE);
$stdout = fopen('php://stdout', 'w');
Log::toStream($stdout);
$credentials_provider = new StaticCredentialsProvider([
'access_key_id' => self::SIGV4TEST_ACCESS_KEY_ID,
'secret_access_key' => self::SIGV4TEST_SECRET_ACCESS_KEY,