ID:               28234
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Filesystem function related
 Operating System: Windows XP
 PHP Version:      4.3.6
 New Comment:

In PHP4 the https:// (and ftps://) wrapper is ONLY enabled when OpenSSL
support is compiled in STATICLY.  This issue has been resolved in PHP5
such that OpenSSL can be used in either mode successfully.

Take a look at http://www.php.net/wrappers (especially user comments)
for an UNsupported PHP4 workaround.


Previous Comments:
------------------------------------------------------------------------

[2004-04-30 13:32:44] [EMAIL PROTECTED]

Description:
------------
It seems that HTTPS wrapper doesn't work under Windows. I have openssl
extension enabled and functions from it works. HTTPS wrapper doesn't
work both through cli and Apache.

Reproduce code:
---------------
<?php
fopen("https://www.google.com/accounts/";);
?>


Expected result:
----------------
Nothing.

Actual result:
--------------
Warning: fopen(https://www.google.com/accounts/): failed to open
stream: Invalid argument in ...



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28234&edit=1

Reply via email to