curl_exec function

  1. K

    Why we disable few PHP functions on server?

    For the security reason we always have to disable few php functions on server. This will improve security on our shared server. Here are the few disabled functions on server: exec – passthru – shell_exec – system – proc_open – popen – curl_exec – curl_multi_exec – parse_ini_file – show_source...
Top