Assembla home | Assembla project page
 

Ticket #59 (new enhancement)

Opened 3 months ago

wrap file_get_contents for url access

Reported by: stephan@wentz.it Assigned to: tobias382
Priority: normal Component: plugins
Version: 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.

Attachments


Add/Change #59 (wrap file_get_contents for url access)