Home >Backend Development >PHP Tutorial > linux上配置openssl_verify,该怎么解决

linux上配置openssl_verify,该怎么解决

WBOY
WBOYOriginal
2016-06-13 13:43:391220browse

linux上配置openssl_verify
我在一台服务器(Windows)上使用openssl_verify函数正常,



但在另一台(linux)上使用openssl_verify就报错,只要是openssl_开头的函数都用不了,大家谁知道该怎么配置啊

------解决方案--------------------
In order to use the OpenSSL functions you need to install the » OpenSSL package. PHP between versions 4.0.5 and 4.3.1 will work with OpenSSL >= 0.9.5. Other versions (PHP = 4.3.2) require OpenSSL >= 0.9.6. 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn