hi,
It is, via openssl.
php -d extension_dir=ext -dextension=php_openssl.dll -r "print_r(stream_get
_wrappers());"
Array
(
[0] => php
[1] => file
[2] => glob
[3] => data
[4] => http
[5] => ftp
[6] => zip
[7] => compress.zlib
[8] => https
[9] => ftps
[10] => phar
)
php -d extension_dir=ext -dextension=php_openssl.dll -i | find "https"
Registered PHP Streams => php, file, glob, data, http, ftp, zip,
compress.zlib, https, ftps, phar
Are you sure openssl is loaded?
Cheers,
On Wed, Mar 4, 2009 at 4:38 PM, Richard Quadling
<[email protected]> wrote:
> Hi.
>
> Running PHP Version 5.3.0beta2-dev on Windows
>
> Registered PHP Streams php, file, glob, data, http, ftp, zip,
> compress.zlib, phar
>
> As such, I can't use https. Except for curl.
>
> Is that normal?
>
> --
> -----
> Richard Quadling
> Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
> "Standing on the shoulders of some very clever giants!"
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Pierre
http://blog.thepimp.net | http://www.libgd.org
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php