From:             [EMAIL PROTECTED]
Operating system: Windows XP
PHP version:      4.3.6
PHP Bug Type:     Filesystem function related
Bug description:  HTTPS wrapper doesn't work

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 bug report at http://bugs.php.net/?id=28234&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28234&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28234&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28234&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28234&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28234&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28234&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28234&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28234&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28234&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28234&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28234&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28234&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28234&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28234&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28234&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28234&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28234&r=float

Reply via email to