From:             thbley at gmail dot com
Operating system: any
PHP version:      5.5.0alpha1
Package:          *Configuration Issues
Bug Type:         Feature/Change Request
Bug description:new php.ini flag disable_remote_download

Description:
------------
Disable downloading content only from remote computers:

disable_remote_download = On|Off
(default: On?)

disable_remote_download = On forbids fopen("http://www.php.net/";, "r"); or
fopen("http://69.147.83.199/";, "r"); or the IPv6 equivalent

disable_remote_download = On allows fopen("http://localhost/";, "r"); or
fopen("http://127.0.0.1/";, "r"); or the IPv6 equivalent

affects: url-fopen-wrappers, (p)fsockopen, socket_bind, curl extension,
imap extension, others?


-- 
Edit bug report at https://bugs.php.net/bug.php?id=63534&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=63534&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=63534&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=63534&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=63534&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=63534&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=63534&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=63534&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=63534&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=63534&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=63534&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=63534&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=63534&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=63534&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=63534&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=63534&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=63534&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=63534&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=63534&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=63534&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=63534&r=mysqlcfg

Reply via email to