Re: allow_url_fopen Issue
Posted: Tue Nov 22, 2011 5:28 am
i think its all because the allow_url_fopen php function is placed in the list of disable_functions list in the server. anybody knows any way to change thats
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
; http://php.net/disable-functions
disable_functions =