Hello, on 05/19/2006 12:37 PM Vedanta Barooah said the following: > I am not sure if the feature exists, but would not it be a good idea > if the proxy configurations for php can be globally set - say for > example in the php.ini , .... having a global proxy configuration will > allow php scripts to access external resources from within a firewall > ..... > > A good use case might be - I write a CMS that syndicates RSS feeds > from the internet but is itself located in a intranet behind a http:// > proxy... as of now, I manually do it in my code for every script - so > it makes by job easier if there is a global config set up some where? > > Similarly, it would be also good to have proxy support for https, ftp, > ... etc PHP fopen wrappers support is very weak for that purpose. You can always submit feature request and maybe it becomes available in PHP 6! Meanwhile, you may want to try this HTTP client class that supports proxies: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Metastorage - Data object relational mapping layer generator http://www.metastorage.net/ PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php