b0VIM 7.4 e autoph5127700.autohub.ph/opt/cpanel/ea-php81/root/etc/php.iniutf-8 U3210#"! UtpRySN^Lx[_j~`zHkCXXd^^M ad8R= b + p W  ? = w 2 s'UTj54I  c4o!  Q54; best practices at its core. But please be aware, these settings may break; php.ini-production contains settings which hold security, performance and; development environments.; in production environments and one that is recommended to be used in; PHP comes packaged with two INI files. One that is recommended to be used;;;;;;;;;;;;;;;;;;;; About this file ;;;;;;;;;;;;;;;;;;;;; you may only use these constants *after* the line that loads the extension.; dynamically loaded extension (either a PHP extension or a Zend extension),; If you use constants in your value, and these constants belong to a; foo = "None" ; sets foo to the string 'None'; foo = None ; sets foo to an empty string; foo = ; sets foo to an empty string; sign, or by using the None keyword:; An empty string can be denoted by simply not writing anything after the equal; They can be turned off using the values 0, Off, False or No.; Boolean flags can be turned on using the values 1, On, True or Yes.; ! boolean NOT; ~ bitwise NOT; & bitwise AND; ^ bitwise XOR; | bitwise OR; Expressions in the INI file are limited to bitwise operators and parentheses:; previously set variable or directive (e.g. ${foo}); (e.g. E_ALL & ~E_NOTICE), a quoted string ("bar"), or a reference to a; of the INI constants (On, Off, True, False, Yes, No and None) or an expression; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one; directive because it is not set or is mistyped, a default value will be used.; There is no name validation. If PHP can't find an expected; Directives are variables used to configure PHP or PHP extensions.; Directive names are *case sensitive* - foo=bar is different from FOO=bar.; directive = value; Directives are specified using the following syntax:; http://php.net/ini.sections; CGI/FastCGI.; at runtime. Currently, [PATH=] and [HOST=] sections only work under; special sections cannot be overridden by user-defined INI files or; PHP files served from www.example.com. Directives set in these; following the section heading [HOST=www.example.com] only apply to; apply to PHP files in the /www/mysite directory. Directives; Directives following the section heading [PATH=/www/mysite] only; they might mean something in the future.; Section headers (e.g. [Foo]) are also silently ignored, even though; beginning with a semicolon are silently ignored (as you probably guessed).; The syntax of the file is extremely simple. Whitespace and lines; http://php.net/configuration.file; See the PHP docs for more specific information.; Windows directory (C:\windows or C:\winnt); 6. The directory from the --with-config-file-path compile time option, or the; (otherwise in Windows); 5. The web server's directory (for SAPI modules), or directory of PHP; 4. Current working directory (except CLI); 3. A number of predefined registry keys on Windows (As of PHP 5.2.0); 2. The PHPRC environment variable. (As of PHP 5.2.0); 1. SAPI module specific location.; The following is a summary of its search order:; PHP attempts to find and load this configuration from a number of locations.; configuring many of the aspects of PHP's behavior.; PHP's initialization file, generally called php.ini, is responsible for;;;;;;;;;;;;;;;;;;;; About php.ini ;;;;;;;;;;;;;;;;;;;;[PHP]; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI); To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor); Manual editing of this file may result in unexpected behavior.; cPanel-generated php ini directives, do not editad MJ1~9 f e  w ] \ R $  T S ' U B A ; % $  [  ~4*?bE43   ; End:; tab-width: 4; Local Variables:;openssl.capath=; SSL stream context option.; this value may still be overridden on a per-stream basis via the "capath"; attempt to use the OS-managed cert stores in its absence. If specified,; Most users should not specify a value for this directive as PHP will; certificate. This value must be a correctly hashed certificate directory.; directory pointed to by openssl.capath is searched for a suitable; If openssl.cafile is not specified or if the CA file is not found, the;openssl.cafile=; option.; be overridden on a per-stream basis via the "cafile" SSL stream context; OS-managed cert stores in its absence. If specified, this value may still; not specify a value for this directive as PHP will attempt to use the; to use when verifying the identity of SSL/TLS peers. Most users should; The location of a Certificate Authority (CA) file on the local filesystem[openssl];curl.cainfo =; absolute path.; A default value for the CURLOPT_CAINFO option. This is required to be an[curl];dba.default_handler=[dba];mcrypt.modes_dir=; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt); Directory where to load mcrypt modes;mcrypt.algorithms_dir=; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt); Directory where to load mcrypt algorithms; For more information about mcrypt settings see http://php.net/mcrypt-module-open[mcrypt]ldap.max_links = -1; Sets the maximum number of open links or -1 for unlimited.[ldap];sysvshm.init_mem = 10000; A default size of the shared memory segment[sysvshm]soap.wsdl_cache_limit = 5; Sets the size of the cache limit. (Max. number of WSDL files to cache)soap.wsdl_cache_ttl=86400; http://php.net/soap.wsdl-cache-ttl; instead of original one.; (time to live) Sets the number of second while cached file will be usedsoap.wsdl_cache_dir="/tmp"; for php-fpm, see /etc/php-fpm.d/*conf; for mod_php, see /etc/httpd/conf.d/php.conf; RPM note : cache directory must be owned by process owner; http://php.net/soap.wsdl-cache-dir; Sets the directory name where SOAP extension will put cache files.soap.wsdl_cache_enabled=1; http://php.net/soap.wsdl-cache-enabled; Enables or disables WSDL caching feature.[soap]tidy.clean_output = Off; http://php.net/tidy.clean-output; such as dynamic images; WARNING: Do not use this option if you are generating non-html content; Should tidy clean and repair output automatically?;tidy.default_config = /usr/local/lib/php/default.tcfgad9jt,eC-, D | \ [ ) x w H %   s ,   } \ B A  [;)(kXW=# I+*g!w]RQ}E-,z_ON; cgi.force_redirect is necessary to provide security running PHP as a CGI underenable_dl = Off; http://php.net/enable-dl; disabled on them.; properly in multithreaded servers, such as IIS or Zeus, and is automatically; Whether or not to enable the dl() function. The dl() function does NOT work; sys_temp_dir = "/tmp"; Defaults to the system default (see sys_get_temp_dir); Directory where the temporary files should be placed.; extension_dir = "ext"; On windows:; extension_dir = "./"; http://php.net/extension-dir; Directory in which the loadable extensions (modules) reside.user_dir =; http://php.net/user-dir; if nonempty.; The directory under which PHP opens the script using /~username used onlydoc_root =; http://php.net/doc-root; cgi.force_redirect configuration below; see documentation for security issues. The alternate is to use the; if you are running php as a CGI under any web server (other than IIS); if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root; The root of the PHP pages, used only if nonempty.; http://php.net/include-path; PHP's default setting for include_path is ".;/path/to/php/pear";;include_path = ".;c:\php\includes"; Windows: "\path1;\path2";;include_path = ".:/php/includes"; UNIX: "/path1:/path2";;;;;;;;;;;;;;;;;;;;;;;;;; Paths and Directories ;;;;;;;;;;;;;;;;;;;;;;;;;;;output_encoding =; http://php.net/output-encoding; See also output_buffer.; mbstring or iconv output handler is used.; If empty, default_charset is used.; PHP output character encoding is set to empty.;input_encoding =; http://php.net/input-encoding; If empty, default_charset is used.; PHP input character encoding is set to empty.;internal_encoding =; http://php.net/internal-encoding; If empty, default_charset is used.; PHP internal character encoding is set to empty.default_charset = "UTF-8"; http://php.net/default-charset; PHP's default character set is set to UTF-8.default_mimetype = "text/html"; http://php.net/default-mimetype; PHP's built-in default is text/html;; set it to be empty.; the Content-type: header. To disable sending of the charset, simply; By default, PHP will output a character encoding usingauto_append_file =; http://php.net/auto-append-file; Automatically add files after PHP document.auto_prepend_file =; http://php.net/auto-prepend-file; Automatically add files before PHP document.post_max_size = 64M; http://php.net/post-max-size; is disabled through enable_post_data_reading.; Its value may be 0 to disable the limit. It is ignored if POST data reading; Maximum size of POST data that PHP will accept.;enable_post_data_reading = Off; http://php.net/enable-post-data-reading; to proxy requests or to process the POST data in a memory efficient fashion.; POST data will be through the php://input stream wrapper. This can be useful; and $_FILES to always be empty; the only way you will be able to read the; Most likely, you won't want to disable this option globally. It causes $_POST; This option is enabled by default.; Whether PHP will read the POST data.auto_globals_jit = On; http://php.net/auto-globals-jit; for this directive to have any affect.; in a performance gain. The PHP directive register_argc_argv must be disabled; variables are not used within a script, having this directive on will result; first used (Just In Time) instead of when the script starts. If these; When enabled, the ENV, REQUEST and SERVER variables are created when they'reregister_argc_argv = On; http://php.net/register-argc-argvad `Q-yx! { C  U W ! V } d c   Lved>  ~S.3mlvdc.g*;;; fgets() and file() will work regardless of the source of the file.; automatically detect the EOL character in those files so that; unix or win32 systems, setting this flag will cause PHP to; or you are running on a Mac and need to deal with files from; If your scripts have to deal with files from Macintosh systems,default_socket_timeout = 120; http://php.net/default-socket-timeout; Default timeout for socket based streams (seconds);user_agent="PHP"; http://php.net/user-agent; Define the User-Agent string. PHP's default setting for this is empty.;from="john@doe.com"; http://php.net/from; for this is empty.; Define the anonymous ftp password (your email address). PHP's default settingallow_url_include = Off; http://php.net/allow-url-include; Whether to allow include/require to open URLs (like http:// or ftp://) as files.allow_url_fopen = Off; http://php.net/allow-url-fopen; Whether to allow the treatment of URLs (like http:// or ftp://) as files.;;;;;;;;;;;;;;;;;;; Fopen wrappers ;;;;;;;;;;;;;;;;;;;max_file_uploads = 20; Maximum number of files that can be uploaded via a single requestupload_max_filesize = 2M; http://php.net/upload-max-filesize; Maximum allowed size for uploaded files.;upload_tmp_dir =; http://php.net/upload-tmp-dir; specified).; Temporary directory for HTTP uploaded files (will use system default if notfile_uploads = On; http://php.net/file-uploads; Whether to allow HTTP file uploads.;;;;;;;;;;;;;;;;; File Uploads ;;;;;;;;;;;;;;;;;;cgi.rfc2616_headers = 0; http://php.net/cgi.rfc2616-headers; Default is zero.; RFC2616 compliant header.; is supported by Apache. When this option is set to 1, PHP will send; use when sending HTTP response code. If set to 0, PHP sends Status: header that; cgi.rfc2616_headers configuration option tells PHP what type of headers to;fastcgi.logging = 0; this feature.; Disable logging through FastCGI connection. PHP's default behavior is to enable;fastcgi.impersonate = 1; http://php.net/fastcgi.impersonate; Set to 1 if running under IIS. Default is zero.; does not currently support this feature (03/17/2002); security context that the request runs under. mod_fastcgi under Apache; security tokens of the calling client. This allows IIS to define the; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate;cgi.fix_pathinfo=1; http://php.net/cgi.fix-pathinfo; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.; of zero causes PHP to behave as before. Default is 1. You should fix your scripts; this to 1 will cause PHP CGI to fix its paths to conform to the spec. A setting; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's;cgi.redirect_status_env =; http://php.net/cgi.redirect-status-env; cause security issues, KNOW WHAT YOU ARE DOING FIRST.; will look for to know it is OK to continue execution. Setting this variable MAY; (iPlanet) web servers, you MAY need to set an environment variable name that PHP; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape;cgi.nph = 1; every request. PHP's default behavior is to disable this feature.; if cgi.nph is enabled it will force cgi to always sent Status: 200 with;cgi.force_redirect = 1; http://php.net/cgi.force-redirect; **You CAN safely turn this off for IIS, in fact, you MUST.**; turn it off here AT YOUR OWN RISK; most web servers. Left undefined, PHP turns this on by default. You canadzpo$xvMK R M L 8 $    ^ ? ) (  o N M )  z 0 { z - ji~3}.utmK%PeYXR:; http://php.net/pdo_mysql.cache_size; If mysqlnd is used: Number of cache slots for the internal result set cache[Pdo_mysql];pdo_odbc.db2_instance_name;pdo_odbc.connection_pooling=strict; http://php.net/pdo-odbc.connection-pooling; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"[Pdo];pcre.jit=1;library to be compiled with JIT support.;Enables or disables JIT compilation of patterns. This requires the PCRE;pcre.recursion_limit=100000; http://php.net/pcre.recursion-limit;stack size limit imposed by the Operating System).;the available process stack and eventually crash PHP (due to reaching the;Please note that if you set this value to a high number you may consume all;PCRE library recursion limit.;pcre.backtrack_limit=100000; http://php.net/pcre.backtrack-limit;PCRE library backtracking limit.[Pcre];sqlite3.extension_dir =[sqlite3];sqlite.assoc_case = 0; http://php.net/sqlite.assoc-case[sqlite];intl.error_level = E_WARNING; Default is 0, which does not produce any errors.; happens within intl functions. The value is the level of the error produced.; This directive allows you to produce PHP errors when some error;intl.default_locale =[intl];iconv.output_encoding =; otherwise output encoding conversion cannot be performed.; To use an output encoding conversion, iconv's output handler must be set; The precedence is: default_charset < output_encoding < iconv.output_encoding; If empty, default_charset or output_encoding or iconv.output_encoding is used.; Use of this INI entry is deprecated, use global output_encoding instead.;iconv.internal_encoding =; The precedence is: default_charset < internal_encoding < iconv.internal_encoding; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.; Use of this INI entry is deprecated, use global internal_encoding instead.;iconv.input_encoding =; The precedence is: default_charset < intput_encoding < iconv.input_encoding; If empty, default_charset or input_encoding or iconv.input_encoding is used.; Use of this INI entry is deprecated, use global input_encoding instead.[iconv];filter.default_flags =; http://php.net/filter.default-flags;filter.default = unsafe_raw; http://php.net/filter.default[filter];date.sunset_zenith = 90.583333; http://php.net/date.sunset-zenith;date.sunrise_zenith = 90.583333; http://php.net/date.sunrise-zenith;date.default_longitude = 35.2333; http://php.net/date.default-longitude;date.default_latitude = 31.7667; http://php.net/date.default-latitudedate.timezone = "UTC"; http://php.net/date.timezone; Defines the default timezone used by the date functions[Date]cli_server.color = On; Whether the CLI web server uses ANSI color coding in its terminal output.[CLI Server];;;;;;;;;;;;;;;;;;;; Module Settings ;;;;;;;;;;;;;;;;;;;;;;;;; found in the directory /etc/php.d; these are loaded by default.; Note: packaged extension modules are now loaded via the .ini files;;;;; default extension directory.; If you only provide the name of the extension, PHP will look for it in its;; extension=/path/to/extension/msql.so;; ... or with a path:;; extension=msql.so;; ... or under UNIX:;; extension=msql.dll;; For example, on Windows:;; extension=modulename.extension;; syntax:; If you wish to have an extension loaded automatically, use the following;;;;;;;;;;;;;;;;;;;;;;; Dynamic Extensions ;;;;;;;;;;;;;;;;;;;;;;;;auto_detect_line_endings = Off; http://php.net/auto-detect-line-endingsadQLY9kML o P 1 0 N  - A t S Q 8 I~1s$R,U!~|kx'vRQPerror_reporting = E_ALL & ~E_NOTICE; http://php.net/error-reporting; Production Value: E_ALL & ~E_DEPRECATED & ~E_STRICT; Development Value: E_ALL; Default Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED; E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors); E_ALL & ~E_NOTICE & ~E_STRICT (Show all errors, except for notices and coding standards warnings.); E_ALL & ~E_NOTICE (Show all errors, except for notices); E_ALL (Show all errors, warnings and notices including coding standards.); Common Values:;; E_USER_DEPRECATED - user-generated deprecation warnings; of PHP; E_DEPRECATED - warn about code that will not work in future versions; E_USER_NOTICE - user-generated notice message; E_USER_WARNING - user-generated warning message; E_USER_ERROR - user-generated error message; E_COMPILE_WARNING - compile-time warnings (non-fatal errors); E_COMPILE_ERROR - fatal compile-time errors; initial startup; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's; E_CORE_ERROR - fatal errors that occur during PHP's initial startup; and forward compatibility of your code; to your code which will ensure the best interoperability; E_STRICT - run-time notices, enable to have PHP suggest changes; empty string); relying on the fact it's automatically initialized to an; intentional (e.g., using an uninitialized variable and; from a bug in your code, but it's possible that it was; E_NOTICE - run-time notices (these are warnings which often result; E_PARSE - compile-time parse errors; E_WARNING - run-time warnings (non-fatal errors); E_RECOVERABLE_ERROR - almost fatal run-time errors; E_ERROR - fatal run-time errors; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0); Error Level Constants:;; development and early testing.; means it pretty much reports everything which is exactly what you want during; Note: The php.ini-development file has this setting as E_ALL. This; development servers and development settings are for.; resources complaining about best practices and coding standards. That's what; recommend error reporting setting. Your production server shouldn't be wasting; recommended coding standards in PHP. For performance reasons, this is the; those related to E_NOTICE and E_STRICT, which together cover best practices and; By default, PHP is set to take action on all errors, notices and warnings EXCEPT; some common settings and their meanings.; operators. The error level constants are below here for convenience as well as; directive is through the use of the error level constants and bitwise; it to take action for. The recommended way of setting values for this; This directive informs PHP of which errors, warnings and notices you would like;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Error handling and logging ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;memory_limit = 1024M; http://php.net/memory-limit; Maximum amount of memory a script may consume (128MB)max_input_vars = 1000; How many GET/POST/COOKIE input variables may be accepted;max_input_nesting_level = 64; http://php.net/max-input-nesting-level; Maximum input variable nesting levelmax_input_time = 60; http://php.net/max-input-time; Production Value: 60 (60 seconds); Development Value: 60 (60 seconds); Default Value: -1 (Unlimited); Note: This directive is hardcoded to -1 for the CLI SAPI; long running scripts.; idea to limit this time on productions servers in order to eliminate unexpectedly