Ticket #59 (closed enhancement: fixed)
wrap file_get_contents for url access
| Reported by: | stephan@… | Owned by: | tobias382 |
|---|---|---|---|
| Priority: | normal | Component: | plugins |
| Version: | 2.0 | Severity: | normal |
| Keywords: | Cc: |
Description
my server has allow_url_fopen disabled, but many plugins rely on this through file_get_contents on an url. a check to allow_url_fopen should be added to the plugins dependency check.
even better would be if the whole url access thing would be wrapped in an own object that has several adapters, one that uses file_get_contents, one for example that has an own implementation, and maybe some adapters for PEAR::HTTP_Request or Zend_Request.
Change History
Note: See
TracTickets for help on using
tickets.