In one of the sections on my “One Year of PHP at Yahoo!” talk I’m giving next week, I mention the security implications of the allow_url_fopen config setting. I recommend that people set allow_url_fopen off, and instead use the libcurl extension to do server-side HTTP fetches. Here’s a comparison of a simple HTTP fetch using […]
PHP libcurl example
- Post author By mradwin
- Post date
- Categories In Apache
- 6 Comments on PHP libcurl example