>  기사  >  백엔드 개발  >  openssl_get_publickey() 的运行结果在php7和php5.6上不一样????

openssl_get_publickey() 的运行结果在php7和php5.6上不一样????

不言
不言원래의
2018-05-26 09:24:002783검색


hi everyone,

today i meet a strange problem while the function openssl_get_publickey()  runs well in php 7 while report an error in php5. 6.16 and php5.5.12

here is the test code:
fb90d3fbea553976bbcb9ea8b235bf3b

while in php7.0.0  the result is normal and correct  here is the output
{

D:\wamp64\www\php\index.php(50) : eval()'d code:24:resource(4, OpenSSL key)

}

but not the same result in php 5.6.16 and php 5.5.12 here is the output
{

D:\wamp64\www\php\index.php(50) : eval()'d code:24:boolean false

}

so can you help me  with the problem???

回复内容:

hi everyone,

today i meet a strange problem while the function openssl_get_publickey()  runs well in php 7 while report an error in php5. 6.16 and php5.5.12

here is the test code:
fb90d3fbea553976bbcb9ea8b235bf3b

while in php7.0.0  the result is normal and correct  here is the output
{

D:\wamp64\www\php\index.php(50) : eval()'d code:24:resource(4, OpenSSL key)

}

but not the same result in php 5.6.16 and php 5.5.12 here is the output
{

D:\wamp64\www\php\index.php(50) : eval()'d code:24:boolean false

}

so can you help me  with the problem???

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.