From:             hsrthe4th at gmail dot com
Operating system: slackware linux kernel 2.6.21.3
PHP version:      5.2.3
PHP Bug Type:     Streams related
Bug description:  Unable to find the wrapper "http"

Description:
------------
Unable to find the wrapper "http".

allow_url_fopen is set to On in php.ini.

Reproduce code:
---------------
<?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=41618&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41618&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41618&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41618&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41618&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41618&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41618&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41618&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41618&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41618&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41618&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41618&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41618&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41618&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41618&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41618&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41618&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41618&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41618&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41618&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41618&r=mysqlcfg

Reply via email to