Here is something I just received from a hosted member. Does this make sense? If so, would it mess up any installed packages? If not, how do I implement the following? In the php.ini file? Thanks for any response.
-------------------------------
It'd be best if the url_fopen in php configuration disabled by default and if some of the users want it they can always use .htaccess method to enable it, instead of enabled by default and users can't change / override the allow_url_fopen flag in php configuration like now, because it may cause some security risk.
and maybe you could make users to override the expose_php flag too, because i dont really like it to expose that kind of thing to the whole world
thanks for your attention, and sorry for my bad english language
-------------------------------
It'd be best if the url_fopen in php configuration disabled by default and if some of the users want it they can always use .htaccess method to enable it, instead of enabled by default and users can't change / override the allow_url_fopen flag in php configuration like now, because it may cause some security risk.
and maybe you could make users to override the expose_php flag too, because i dont really like it to expose that kind of thing to the whole world
thanks for your attention, and sorry for my bad english language