Rumah > Artikel > pembangunan bahagian belakang > openssl_get_publickey() 的运行结果在php7和php5.6上不一样????
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???