We have disabled PHP features to improve safety on our shared hosting servers:
– exec
– passthru
– shell_exec
– system
– proc_open, proc_close, proc_get_status, proc_nice, proc_terminate
– posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, posix_uname,
– popen
– curl_exec
– curl_multi_exec
– parse_ini_file
– show_source
– socket_create_listen
– socket_create
– syslog
Please create a php.ini file in your public_html directory if you want to use the above PHP features on your website and add below line:
“disable_functions =” (without double quotes)
You can generate a blank text file with the name of “php.ini” in your public html if you do not understand how to generate php.ini (php custom file setup). This settings file will override your website’s present PHP settings.
This enables the default in a single domain setting.