From:             info at sovall dot cz
Operating system: win2k
PHP version:      5CVS-2004-01-09 (dev)
PHP Bug Type:     Filesystem function related
Bug description:  Unable to find the wrapper "http"

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?

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

Reply via email to