Wrapper https issue

Gilmichel

New member
Hello,

In last version of ExeOutput i find a problem using file_get_contents with https:
echo file_get_contents(‘https://domain_name.com’);
Warning: file_get_contents(): Unable to find the wrapper “https”
Thank-you,
 
Last edited:
Gilmichel said:
In last version of ExeOutput i find a problem using file_get_contents with https:
Ok, it is resolved it is only a problem using version 7.1 of php, so I get back to version 5.6
 
Last edited:
Gilmichel said:
In last version of ExeOutput i find a problem using file_get_contents with https:
Seems like I recall this error and fixed by compiling php_openssl.dll into exe.

Might also set allow_url_include = On in php.ini
 
Last edited:
Back
Top