Re: Help with Fatal error: fopen(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Help with Fatal error: fopen(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?

From: Alkimake <alkimake@gmail.com>
Date: Tue Mar 28 2006 - 14:31:01 CEST

change the line
;extension=php_openssl.dll to extension=php_openssl.dll
in php.ini file.
simply remove ";" char.

if it wont work. you can create ssl:// connection with fsockopen()
function then you can use fopen().
Received on Mon May 1 02:42:45 2006