如何更新PHP SSL版本?

时间:2018-04-12 09:34:19

标签: php macos ssl openssl composer-php

运行g++ -std=c++17 auto_parallel.cpp -oauto_parallel auto_parallel.cpp:5:10: fatal error: execution: No such file or directory include <execution> ~~~~~~~~~~ compilation terminated. 或安装新软件包时遇到问题 我收到这条消息:

composer update

我在MacOS 10.13.3上,使用mamp 3.5,
我将我的git版本更新为2.16.3,但我现在不知道如何更新我的SSL版本

当我运行 Failed to download tijsverkoyen/css-to-inline-styles from dist: The "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Failed to enable crypto failed to open stream: operation failed Now trying to download from source 时我有:

php -i | grep "SSL Version"

当我运行SSL Version => OpenSSL/0.9.8zd 时,我有:

php -i l grep OpenSSL

如何更新? 感谢

0 个答案:

没有答案