; cPanel-generated php ini directives, do not edit ; Manual editing of this file may result in unexpected behavior. ; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) ; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) ; This file is for CGI/FastCGI installations. ; Try copying it to php5.ini, if it doesn't work ; adjust memory limit memory_limit = 1024M max_execution_time = 18000 ; disable magic quotes for php request vars ; disable automatic session start ; before autoload was initialized flag session.auto_start = off ; enable resulting html compression zlib.output_compression = On ; disable user agent verification to not break multiple image upload ; turn off compatibility with PHP4 when dealing with objects ; PHP for some reason ignores this setting in system php.ini ; and disables mcrypt if this line is missing in local php.ini ; Disable PHP errors, notices and warnings output in production mode to prevent exposing sensitive information. display_errors = Off asp_tags = Off max_input_time = 120 max_input_vars = 1000 post_max_size = 64M session.gc_maxlifetime = 1440 session.save_path = "/var/cpanel/php/sessions/ea-php56" upload_max_filesize = 200M