From:             php-bug at t43 dot mine dot nu
Operating system: all
PHP version:      5.1.2
PHP Bug Type:     Feature/Change Request
Bug description:  fopen() wrappers accessible per se

Description:
------------
The protocol:// wrappers are availabe only thru fopen() and similar calls,
right now, which can be unsafe... 
It would be great if they where callable by themselfes, as not everyone
will easily write the protocols. They can be useful despite
allow_url_fopen .

(In other words, allow_url_fopen=false will block fopen(), but does not
hinder the knowing of doing it manually, however hinders the less knowing
of securing fopen() easily AND using explicitely wrappers. I'm in this
situation.)


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

Reply via email to