|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-05-01 00:31 UTC] pollita@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 08:00:01 2025 UTC |
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 ...