?????????????? ?????????????? ?????????????? ?????????????? b0VIM 8.2k i* =toptrendingappstserver.toptrendingappstudio.com/opt/cpanel/ea-php83/root/etc/php.iniutf-8 U3210#"! UtpRySN^Lx[_j~`zHkCXXd^^O 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 editadOJ1~9 f e  w ] \ R $  T S ' U B A ; % $  [  ~4*?bE43 ; End:; End:allow_url_fopen = Onallow_url_fopen = On; 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.tcfg