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!"
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
rquadling@googlemail.com wrote:
Hi.
Running PHP Version 5.3.0beta2-dev on Windows
Registered PHP Streams php, file, glob, data, http, ftp, zip,
compress.zlib, pharAs 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!"--
--
Pierre
2009/3/4 Pierre Joye pierre.php@gmail.com:
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, pharAre you sure openssl is loaded?
Cheers,
On Wed, Mar 4, 2009 at 4:38 PM, Richard Quadling
rquadling@googlemail.com wrote:Hi.
Running PHP Version 5.3.0beta2-dev on Windows
Registered PHP Streams php, file, glob, data, http, ftp, zip,
compress.zlib, pharAs 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!"--
--
Pierre
!#*&&$$£~!!!!""""
--
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"