disable php functions

  1. K

    How to disable PHP functions on server?

    For security reasons we have to disable few PHP functions on server. You can check below steps for that: Login to WHM. Here click on “MultiPHP Manager” under “Software”. Here click on “Editor Mode” tab and you have to choose specific PHP version from drop down list. You will see the php.ini...
  2. 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