|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-01-09 05:43 UTC] info at sovall dot cz
Description:
------------
Unable to find the wrapper "http".
Reproduce code:
---------------
<?php
ini_set('allow_url_fopen', '1');
ini_set('user_agent', 'PHP');
$file = fopen ("http://www.php.net/", "r");
?>
Actual result:
--------------
Notice: fopen() [function.fopen]: Unable to find the wrapper "http" - did you forget to enable it when you configured PHP?
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 05:00:01 2025 UTC |
Code snippet output result: array(3) { [0]=> string(3) "php" [1]=> string(4) "file" [2]=> string(13) "compress.zlib" } allow_url_fopen is set to On in php.ini.