問:./1.shurity in /home/www/8x41a.cn/auto/php54n/workerman/Lib/Timer.php on line 17 Warning: pcntl_signal() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Lib/Timer.php on line 17Workerman[./php54n/game6.php] start in modePHP Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 409 Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 418 Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 讀取配置PHP Warning: pcntl_signal() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Lib/Timer.php on line 17 Warning: pcntl_signal() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Lib/Timer.php on line 17Workerman[./php54n/game16.php] start in modePHP Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 409 Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 418 Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 讀取配置PHP Warning: pcntl_signal() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Lib/Timer.php on line 17 Warning: pcntl_signal() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Lib/Timer.php on line 17Workerman[./php54n/game17.php] start in modePHP Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 409 Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 418 Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 讀取配置PHP Warning: pcntl_signal() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Lib/Timer.php on line 17 Warning: pcntl_signal() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Lib/Timer.php on line 17Workerman[./php54n/game26.php] start in modePHP Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 409 Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 418 Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 讀取配置PHP Warning: pcntl_signal() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Lib/Timer.php on line 17 Warning: pcntl_signal() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Lib/Timer.php on line 17Workerman[./php54n/game27.php] start in modePHP Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 409 Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 418 Warning: pcntl_fork() has been for reasons in /home/www/8x41a.cn/auto/php54n/workerman/Worker.php on line 418
問:我運行1.sh 這個是什么意思啊 怎么解決?
答:??您好,
問:直接在里面找到fork 字符刪除嗎?
問:[PHP] ;;;;;;;;;;;;;;;;;;;; About php.ini ;;;;;;;;;;;;;;;;;;;;; PHP's file, called php.ini, is for; many of the of PHP's behavior. ; PHP to find and load this from a of locations.; The is a of its order:; 1. SAPI specific location.; 2. The PHPRC variable. (As of PHP 5.2.0); 3. A of registry keys on (As of PHP 5.2.0); 4. working (except CLI); 5. The web 's (for SAPI modules), or of PHP; (otherwise in Windows); 6. The from the –with-config-file-path time , or the; directory (C:\\windows or C:\\winnt); See the PHP docs for more information.; http://php.net/configuration.file ; The of the file is simple. and lines; with a are ignored (as you guessed).; headers (e.g. [Foo]) are also ignored, even though; they might mean in the future. ; following the heading [PATH=/www/mysite] only; apply to PHP files in the /www/mysite directory. Directives; the heading [HOST=www.example.com] only apply to; PHP files from www.example.com. set in these; sections be by user-defined INI files or; at runtime. , [PATH=] and [HOST=] only work under; CGI/FastCGI.; http://php.net/ini.sections ; are using the syntax:; = value; names are *case sensitive* – foo=bar is from FOO=bar.; are used to PHP or PHP extensions.; There is no name validation. If PHP can't find an expected; because it is not set or is , a value will be used. ; The value can be a , a , a PHP (e.g. E_ALL or M_PI), one; of the INI (On, Off, True, False, Yes, No and None) or an expression; (e.g. E_ALL & ~E_NOTICE), a string ("bar"), or a to a; set or (e.g. ${foo}) ; in the INI file are to operators and parentheses:; | OR; ^ XOR; & AND; ~ NOT; ! NOT ; flags can be on using the 1, On, True or Yes.; They can be off using the 0, Off, False or No. ; An empty can be by not anything after the equal; sign, or by using the None keyword: ; foo = ; sets foo to an empty string; foo = None ; sets foo to an empty string; foo = "None" ; sets foo to the 'None' ; If you use in your value, and these belong to a; loaded (either a PHP or a Zend extension),; you may only use these *after* the line that loads the extension. ;;;;;;;;;;;;;;;;;;;; About this file ;;;;;;;;;;;;;;;;;;;;; PHP comes with two INI files. One that is to be used; in environments and one that is to be used in; environments. ; php.ini-production settings which hold , and; best at its core. But be aware, these may break; with older or less conscience applications. We; using the ini in and environments. ; php.ini-development is very to its variant, it is; much more when it comes to errors. We using the; version only in environments, as shown to; users can leak secure information. ; This is php.ini-production INI file. ;;;;;;;;;;;;;;;;;;;; Quick ;;;;;;;;;;;;;;;;;;;;; The are all the which are in the production; or versions of the INIs with to PHP's behavior.; see the settings later in the for more as to why; we these in PHP's behavior. ; display_errors; Value: On; Value: On; Value: Off ; display_startup_errors; Value: Off; Value: On; Value: Off ; error_reporting; Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED; Value: E_ALL; Value: E_ALL & ~E_DEPRECATED & ~E_STRICT ; html_errors; Value: On; Value: On; value: On ; log_errors; Value: Off; Value: On; Value: On ; max_input_time; Value: -1 (Unlimited); Value: 60 (60 seconds); Value: 60 (60 seconds) ; output_buffering; Value: Off; Value: 4096; Value: 4096 ; register_argc_argv; Value: On; Value: Off; Value: Off ; request_order; Value: None; Value: "GP"; Value: "GP" ; session.gc_divisor; Value: 100; Value: 1000; Value: 1000 ; session.sid_bits_per_character; Value: 4; Value: 5; Value: 5 ; short_open_tag; Value: On; Value: Off; Value: Off ; track_errors; Value: Off; Value: On; Value: Off ; variables_order; Value: "EGPCS"; Value: "GPCS"; Value: "GPCS" ;;;;;;;;;;;;;;;;;;;;; php.ini ;;;;;;;;;;;;;;;;;;;;;; Name for user-defined php.ini (.htaccess) files. is ".user.ini";user_ini.filename = ".user.ini" ; To this set this to empty value;user_ini.filename = ; TTL for user-defined php.ini files (time-to-live) in seconds. is 300 (5 minutes);user_ini.cache_ttl = 300 ;;;;;;;;;;;;;;;;;;;;; Options ;;;;;;;;;;;;;;;;;;;;; ; the PHP language under Apache.; http://php.net/engineengine = On ; This determines or not PHP will code between; <? and ?> tags as PHP which be as such. It is; recommended that <?php and ?> be used and that this feature; be , as it may in when XML; , this supported for compatibility reasons.; Note that this does not the <?= tag, which can be; used of this directive.; Value: On; Value: Off; Value: Off; http://php.net/short-open-tagshort_open_tag = On ; The of digits in point numbers.; http://php.net/precisionprecision = 14 ; buffering is a for how much data; (excluding and cookies) PHP keep before that; data to the client. If your 's exceeds this , PHP; will send that data in of the size you specify.; on this and its buffer size can yield some; side-effects on your and web server=demo; You may be able to send and after you've sent output; print or echo. You also may see benefits if your is; less due to output PHP the output; as it gets it. On server=demo, 4096 bytes is a good for performance; reasons.; Note: buffering can also be via Buffering Control; functions.; Values:; On = and is unlimited. (Use with caution); Off = Disabled; = the and sets its size in bytes.; Note: This is to Off for the CLI SAPI; Value: Off; Value: 4096; Value: 4096; http://php.net/output-bufferingoutput_buffering = 4096 ; You can all of the of your to a function. For; , if you set output_handler to "mb_output_handler", character; will be converted to the encoding.; any handler turns on buffering.; Note: who wrote scripts not on this ini; directive. , set the handler using ob_start().; Using this ini may cause unless you know what script; is doing.; Note: You use both "mb_output_handler" with "ob_iconv_handler"; and you use both "ob_gzhandler" and "zlib.output_compression".; Note: output_handler must be empty if this is set 'On' !!!!; you must use zlib.output_handler.; http://php.net/output-handler;output_handler = ; URL function URL on the fly by using; buffer. You can set tags by this configuration.; "form" tag is tag. It will add input tag to pass values.; Refer to session.trans_sid_tags for usage.; Value: "form="; Value: "form="; Value: "form=";url_rewriter.tags ; URL will not absolute URL nor form by default. To enable; URL , hosts must be at RUNTIME.; Refer to session.trans_sid_hosts for more details.; Value: ""; Value: ""; Value: "";url_rewriter.hosts ; output using the zlib library; Valid for this are 'off', 'on', or a buffer size; to be used for (default is 4KB); Note: chunk size may vary due to of compression. PHP; chunks that are few bytes each as a of; compression. If you a chunk size for better; , output_buffering in addition.; Note: You need to use zlib.output_handler of the standard; output_handler, or the will be corrupted.; http://php.net/zlib.output-compressionzlib.output_compression = Off ; http://php.net/zlib.output-compression-level;zlib.output_compression_level = -1 ; You specify output if zlib.output_compression; is here. This does the same as output_handler but in; a order.; http://php.net/zlib.output-handler;zlib.output_handler = ; flush tells PHP to tell the layer to flush itself; after every block. This is to the; PHP flush() after each and every call to print() or echo() and each; and every HTML block. this on has performance; and is recommended for purposes only.; http://php.net/implicit-flush; Note: This is to On for the CLI SAPIimplicit_flush = Off ; The callback will be (with the class'; name as parameter), if the finds an class; which be instantiated. A appears if the function is; not , or if the doesn't include/implement the class.; So only set this entry, if you want to such a; on.unserialize_callback_func = ; When & are store serialize_precision significant; after the point. The value that when floats; are with , the data will the same.; The value is also used for json_encode when double values.; If -1 is used, then dtoa mode 0 is used which select the best; precision.serialize_precision = -1 ; open_basedir, if set, all file to the directory; and below. This makes most sense if used in a per-directory; or per-virtualhost web configuration file.; http://php.net/open-basedir;open_basedir = ; This allows you to certain for reasons.; It a comma-delimited list of names.; http://php.net/disable-functionsdisable_functions = ,exec,system,putenv,ch,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv ; This allows you to certain for reasons.; It a comma-delimited list of class names.; http://php.net/disable-classesdisable_classes = ; for Highlighting mode. that's in; <span style="color: ???????"> would work.; http://php.net/syntax-highlighting;highlight.string = #DD0000;highlight.comment = #FF9900;highlight.keyword = #007700;highlight.default = #0000BB;highlight.html = #000000 ; If , the will be to even if the user aborts; the request. enabling it if long , which may end up; being by the user or a timing out. PHP's behavior; is to this feature.; http://php.net/ignore-user-abort;ignore_user_abort = On ; the size of the cache to be used by PHP. This value should; be on where PHP opens many files to the of; the file performed.; http://php.net/realpath-cache-size;realpath_cache_size = 4096k ; of time, in for which to cache information for a given; file or directory. For with changing files, increasing this; value.; http://php.net/realpath-cache-ttl;realpath_cache_ttl = 120 ; or the reference collector.; http://php.net/zend.enable-gczend.enable_gc = On ; If , may be in that are with; the scanner. CP936, Big5, CP949 and Shift_JIS are the of such; encodings. To use this , extension must be enabled.; Default: Off;zend.multibyte = Off ; to set the encoding for the scripts. This value will be used; "declare(encoding=…)" appears at the top of the script.; Only if zend.multibyte is set.; Default: "";zend.script_encoding = ;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;; ; whether PHP may the fact that it is on the server; (e.g. by its to the Web header). It is no security; in any way, but it makes it to whether you use PHP; on your or not.; http://php.net/expose-phpexpose_php = Off ;;;;;;;;;;;;;;;;;;;; Limits ;;;;;;;;;;;;;;;;;;;; ; execution time of each , in seconds; http://php.net/max-execution-time; Note: This is to 0 for the CLI SAPImax_execution_time = 300 ; amount of time each may spend request data. It's a good; idea to limit this time on server=demo; long scripts.; Note: This is to -1 for the CLI SAPI; Value: -1 (Unlimited); Value: 60 (60 seconds); Value: 60 (60 seconds); http://php.net/max-input-timemax_input_time = 60 ; input nesting level; http://php.net/max-input-nesting-level;max_input_nesting_level = 64 ; How many GET/POST/COOKIE input may be accepted; max_input_vars = 1000 ; amount of a may (128MB); http://php.net/memory-limitmemory_limit = 128M ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Error and ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; This informs PHP of which , and you would like; it to take for. The way of values for this; is the use of the error level and bitwise; operators. The error level are below here for as well as; some settings and their meanings.; By , PHP is set to take on all , and EXCEPT; those to E_NOTICE and E_STRICT, which cover best and; coding in PHP. For reasons, this is the; error setting. Your server=demo't be wasting; complaining about best and standards. That's what; server=demo; Note: The php.ini-development file has this as E_ALL. This; means it much everything which is what you want during; and early testing.;; Error Level Constants:; E_ALL – All and (includes E_STRICT as of PHP 5.4.0); E_ERROR – fatal run-time errors; E_RECOVERABLE_ERROR – fatal run-time errors; E_WARNING – run-time (non-fatal errors); E_PARSE – compile-time parse errors; E_NOTICE – run-time (these are which often result; from a bug in your code, but it's that it was; (e.g., using an variable and; on the fact it is initialized to an; empty string); E_STRICT – run-time , to have PHP changes; to your code which will the best interoperability; and compatibility of your code; E_CORE_ERROR – fatal that occur PHP's startup; E_CORE_WARNING – (non-fatal errors) that occur PHP's; startup; E_COMPILE_ERROR – fatal compile-time errors; E_COMPILE_WARNING – compile-time (non-fatal errors); E_USER_ERROR – user-generated error message; E_USER_WARNING – user-generated message; E_USER_NOTICE – user-generated message; E_DEPRECATED – warn about code that will not work in versions; of PHP; E_USER_DEPRECATED – user-generated warnings;; Values:; E_ALL (Show all , and including standards.); E_ALL & ~E_NOTICE (Show all , for notices); E_ALL & ~E_NOTICE & ~E_STRICT (Show all , for and standards warnings.); E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR (Show only errors); Value: E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED; Value: E_ALL; Value: E_ALL & ~E_DEPRECATED & ~E_STRICT; http://php.net/error-reportingerror_reporting = E_ALL & ~E_NOTICE ; This controls or not and where PHP will errors,; and too. Error is very during , but; it could be very in environments. on the code; which is the error, information could leak; out of your such as usernames and or worse.; For environments, we logging rather than; them to STDOUT.; Values:; Off = Do not any errors; = errors to (affects only CGI/CLI binaries!); On or = errors to STDOUT; Value: On; Value: On; Value: Off; http://php.net/display-errorsdisplay_errors = On ; The of which occur PHP's sequence are handled; from display_errors. PHP's behavior is to those; from clients. the of errors on can be in; configuration problems. We recommend you; set this to 'off' for server=demo; Value: Off; Value: On; Value: Off; http://php.net/display-startup-errorsdisplay_startup_errors = Off ; displaying , PHP can also log to such as a; server=demo, , or a specified by the error_log; found below. While should not be on productions; they still be and is a great way to do that.; Value: Off; Value: On; Value: On; http://php.net/log-errorslog_errors = On ; Set length of log_errors. In error_log about the is; added. The is 1024 and 0 to not apply any length at all.; http://php.net/log-errors-max-lenlog_errors_max_len = 1024 ; Do not log messages. errors must occur in same file on same; line ignore_repeated_source is set true.; http://php.net/ignore-ignore_repeated_errors = Off ; source of when repeated messages. When this setting; is On you will not log with messages from files or; lines.; http://php.net/ignore-ignore_repeated_source = Off ; If this is set to Off, then leaks will not be shown (on; or in the log). This has only in a debug , and if; error includes E_WARNING in the list; http://php.net/report-memleaksreport_memleaks = On ; This is on by default.;report_zend_debug = 0 ; Store the last error/warning in $php_errormsg (boolean). this value; to On can in and is for server=demo; be on server=demo; Value: Off; Value: On; Value: Off; http://php.net/track-errorstrack_errors = Off ; Turn off error and emit XML-RPC error XML; http://php.net/xmlrpc-errors;xmlrpc_errors = 0 ; An XML-RPC faultCode;xmlrpc_error_number = 0 ; When PHP or logs an error, it has the of the; error as HTML for reading. This controls whether; the error is as HTML or not.; Note: This is to Off for the CLI SAPI; Value: On; Value: On; value: On; http://php.net/html-errorshtml_errors = On ; If html_errors is set to On *and* docref_ is not empty, then PHP; clickable error that to a page the error; or causing the error in detail.; You can a copy of the PHP from http://php.net/docs; and docref_ to the base URL of your local copy the; '/'. You must also the file being used including; the dot. PHP's behavior is to leave these empty, in which; case no links to are generated.; Note: Never use this for boxes.; http://php.net/docref-; Examples;docref_ = "/phpmanual/" ; http://php.net/docref-ext;docref_ext = .html ; to before an error message. PHP's behavior is to leave; this blank.; http://php.net/error-prepend-string; Example:;error_prepend_string = "<span style='color: #ff0000'>" ; to after an error message. PHP's behavior is to leave; this blank.; http://php.net/error-append-string; Example:;error_append_string = "</span>" ; Log to file. PHP's behavior is to leave this value; empty.; http://php.net/error-log; Example:;error_log = php_errors.log; Log to (Event Log on Windows).;error_log = ;windows.show_crt_warning; value: 0; value: 0; value: 0 ;;;;;;;;;;;;;;;;;; Data ;;;;;;;;;;;;;;;;;; ; The used in PHP URLs to arguments.; PHP's setting is "&".; http://php.net/arg-separator.output; Example:;arg_separator.output = "&" ; List of separator(s) used by PHP to parse input URLs into variables.; PHP's setting is "&".; NOTE: Every in this is as separator!; http://php.net/arg-separator.input; Example:;arg_separator.input = ";&" ; This determines which super arrays are when PHP; up. G,P,C,E & S are for the respective super; globals: GET, POST, , ENV and server=demo; paid for the of these and ENV is not as commonly; used as the , ENV is not on server=demo; can still get to the variables getenv() you; need to.; Value: "EGPCS"; Value: "GPCS"; Value: "GPCS";; http://php.net/variables_order = "GPCS" ; This determines which super data (G,P & C) be; into the super array REQUEST. If so, it also determines; the order in which that data is registered. The for this directive; are in the same as the variables_order ,; one. this value empty will cause PHP to use the value set; in the variables_order directive. It does not mean it will leave the super; array empty.; Value: None; Value: "GP"; Value: "GP"; http://php.net/request-orderrequest_order = "GP" ; This determines PHP $argv & $argc each time it; runs. $argv an array of all the passed to PHP when a script; is invoked. $argc an representing the of arguments; that were when the was invoked. These are extremely; when scripts from the line. When this is; , these consumes CPU and each time; a is executed. For reasons, this should be disabled; on server=demo; Note: This is to On for the CLI SAPI; Value: On; Value: Off; Value: Off; http://php.net/register-argc-argvregister_argc_argv = Off ; When , the ENV, and variables are when they're; first used (Just In Time) of when the starts. If these; are not used a , this on will result; in a gain. The PHP register_argc_argv must be disabled; for this to have any affect.; http://php.net/auto-globals-jitauto_globals_jit = On ; PHP will read the POST data.; This is by default.; Most , you won't want to this globally. It $_POST; and $_FILES to be empty; the only way you will be able to read the; POST data will be the php://input wrapper. This can be useful; to proxy or to the POST data in a efficient fashion.; http://php.net/enable-post-data-reading;enable_post_data_reading = Off ; size of POST data that PHP will accept.; Its value may be 0 to the limit. It is if POST data reading; is through enable_post_data_reading.; http://php.net/post-max-sizepost_max_size = 50M ; add files PHP document.; http://php.net/auto-prepend-fileauto_prepend_file = ; add files after PHP document.; http://php.net/auto-append-fileauto_append_file = ; By , PHP will a media type using the Content-Type header. To; this, set it to be empty.;; PHP's built-in media type is set to text/html.; http://php.net/default-mimetypedefault_mimetype = "text/html" ; PHP's character set is set to UTF-8.; http://php.net/default-charsetdefault_charset = "UTF-8" ; PHP character is set to empty.; If empty, default_charset is used.; http://php.net/ng;internal_encoding = ; PHP input encoding is set to empty.; If empty, default_charset is used.; http://php.net/input-encoding;input_encoding = ; PHP character is set to empty.; If empty, default_charset is used.; See also output_buffer.; http://php.net/output-encoding;output_encoding = ;;;;;;;;;;;;;;;;;;;;;;;;;; Paths and ;;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2";include_path = ".:/php/includes";; Windows: "\\path1;\\path2";include_path = ".;c:\\php\\includes";; PHP's setting for include_path is ".;/path/to/php/pear"; http://php.net/include-path ; The of the PHP pages, used only if nonempty.; if PHP was not with FORCE_REDIRECT, you set doc_; if you are php as a CGI under any web (other than IIS); see for issues. The is to use the; cgi.force_redirect below; http://php.net/doc-doc_ = ; The under which PHP opens the using /~username used only; if nonempty.; http://php.net/user-diruser_dir = ; in which the extensions (modules) reside.; http://php.net/extension-dir; extension_dir = "./"; On windows:; extension_dir = "ext" ; where the files be placed.; to the default (see sys_get_temp_dir); sys_temp_dir = "/tmp" ; or not to the dl() function. The dl() does NOT work; in server=demo, such as IIS or Zeus, and is automatically; on them.; http://php.net/enable-dlenable_dl = Off ; cgi.force_redirect is to security PHP as a CGI under; most web server=demo Left , PHP turns this on by default. You can; turn it off here AT YOUR OWN RISK; **You CAN turn this off for IIS, in fact, you MUST.**; http://php.net/cgi.force-redirect;cgi.force_redirect = 1 ; if cgi.nph is it will force cgi to sent Status: 200 with; every request. PHP's behavior is to this feature.;cgi.nph = 1 ; if cgi.force_redirect is on, and you are not under or Netscape; (iPlanet) web , you MAY need to set an variable name that PHP; will look for to know it is OK to execution. this MAY; cause issues, KNOW WHAT YOU ARE DOING FIRST.; http://php.net/cgi.-env;cgi.redirect_status_env = ; cgi.fix_pathinfo *real* PATH_INFO/PATH_TRANSLATED for CGI. PHP's; behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok; what PATH_INFO is. For more on PATH_INFO, see the cgi specs. Setting; this to 1 will cause PHP CGI to fix its paths to to the spec. A setting; of zero PHP to as before. is 1. You fix your scripts; to use SCRIPT_FILENAME than PATH_TRANSLATED.; http://php.net/cgi.fix-pathinfocgi.fix_pathinfo=1 ; if cgi.discard_path is , the PHP CGI can be outside; of the web tree and will not be able to .htaccess security.; http://php.net/cgi.dicard-path;cgi.discard_path=1 ; under IIS (on WINNT based OS) the to impersonate; tokens of the client. This IIS to the; context that the runs under. mod_fastcgi under Apache; does not support this (03/17/2002); Set to 1 if under IIS. is zero.; http://php.net/fastcgi.impersonate;fastcgi.impersonate = 1 ; logging FastCGI connection. PHP's behavior is to enable; this feature.;fastcgi.logging = 0 ; cgi.rfc2616_headers option tells PHP what type of to; use when HTTP code. If set to 0, PHP sends Status: that; is by Apache. When this is set to 1, PHP will send; compliant header.; is zero.; http://php.net/cgi.rfc2616-headers;cgi.rfc2616_headers = 0 ; cgi.check_shebang_line whether CGI PHP for line with #!; (shebang) at the top of the script. This line might be if the; support both as stand-alone and via PHP CGI<. PHP in CGI; mode skips this line and its if this is on.; http://php.net/cgi.check-shebang-line;cgi.check_shebang_line=1 ;;;;;;;;;;;;;;;;; File ;;;;;;;;;;;;;;;;; ; to allow HTTP file uploads.; http://php.net/file-uploadsfile_uploads = On ; directory for HTTP files (will use default if not; specified).; http://php.net/upload-tmp-dir;upload_tmp_dir = ; allowed size for files.; http://php.net/upload-max-filesizeupload_max_filesize = 50M ; number of files that can be via a requestmax_file_uploads = 20 ;;;;;;;;;;;;;;;;;;; Fopen ;;;;;;;;;;;;;;;;;;; ; to allow the of URLs (like http:// or ftp://) as files.; http://php.net/allow-url-fopenallow_url_fopen = On ; to allow include/require to open URLs (like http:// or ftp://) as files.; http://php.net/allow-url-includeallow_url_include = Off ; the ftp (your email address). PHP's setting; for this is empty.; http://php.net/from;from="john@doe.com" ; the User-Agent string. PHP's setting for this is empty.; http://php.net/user-agent;user_agent="PHP" ; timeout for based (seconds); http://php.net/default-socket-timeoutdefault_socket_timeout = 60 ; If your have to deal with files from systems,; or you are on a Mac and need to deal with files from; unix or win32 , this flag will cause PHP to; detect the EOL in those files so that; fgets() and file() will work of the of the file.; http://php.net/auto-detect-line-endings;auto_detect_line_endings = Off ;;;;;;;;;;;;;;;;;;;;;;; Extensions ;;;;;;;;;;;;;;;;;;;;;;; ; If you wish to have an loaded , use the following; syntax:;; extension=modulename.extension;; For , on Windows:;; extension=msql.dll;; … or under UNIX:;; extension=msql.so;; … or with a path:;; extension=/path/to/extension/msql.so;; If you only the name of the , PHP will look for it in its; extension directory.;; Extensions; Note that many DLL files are in the extensions/ (PHP 4) ext/ (PHP 5 ); folders as well as the PECL DLL (PHP 5 ).; Be sure to set the extension_dir directive.;;extension=php_bz2.dll;extension=php_curl.dll;extension=php_fileinfo.dll;extension=php_ftp.dll;extension=php_gd2.dll;extension=php_gettext.dll;extension=php_gmp.dll;extension=php_intl.dll;extension=php_imap.dll;extension=php_interbase.dll;extension=php_ldap.dll;extension=php_mbstring.dll;extension=php_exif.dll ; Must be after as it on it;extension=php_mysqli.dll;extension=php_oci8_12c.dll ; Use with Database 12c Client;extension=php_odbc.dll;extension=php_openssl.dll;extension=php_pdo_firebird.dll;extension=php_pdo_mysql.dll;extension=php_pdo_oci.dll;extension=php_pdo_odbc.dll;extension=php_pdo_pgsql.dll;extension=php_pdo_sqlite.dll;extension=php_pgsql.dll;extension=php_shmop.dll ; The MIBS data in the PHP must be installed.; See http://www.php.net/manual/en/snmp.installation.php;extension=php_snmp.dll ;extension=php_soap.dll;extension=php_sockets.dll;extension=php_sqlite3.dll;extension=php_tidy.dll;extension=php_xmlrpc.dll;extension=php_xsl.dll ;;;;;;;;;;;;;;;;;;;; Settings ;;;;;;;;;;;;;;;;;;;; [CLI Server]; the CLI web uses ANSI color in its output.cli_server=demo [Date]; the timezone used by the date functions; http://php.net/date.timezonedate.timezone = PRC ; http://php.net/date.default-latitude;date.default_latitude = 31.7667 ; http://php.net/date.default-longitude;date.default_longitude = 35.2333 ; http://php.net/date.sunrise-zenith;date.sunrise_zenith = 90.583333 ; http://php.net/date.sunset-zenith;date.sunset_zenith = 90.583333 [filter]; http://php.net/filter.default;filter.default = unsafe_raw ; http://php.net/filter.default-flags;filter.default_flags = [iconv]; Use of this INI entry is , use input_encoding instead.; If empty, default_charset or input_encoding or iconv.input_encoding is used.; The is: default_charset < intput_encoding < iconv.input_encoding;iconv.input_encoding = ; Use of this INI entry is , use internal_encoding instead.; If empty, default_charset or internal_encoding or iconv.internal_encoding is used.; The is: default_charset < internal_encoding < iconv.internal_encoding;iconv.internal_encoding = ; Use of this INI entry is , use output_encoding instead.; If empty, default_charset or output_encoding or iconv.output_encoding is used.; The is: default_charset < output_encoding < iconv.output_encoding; To use an encoding , iconv's handler must be set; output conversion be performed.;iconv.output_encoding = [imap]; rsh/ssh are by default. Use this INI entry if you want to; them. Note that the IMAP does not mailbox names before; them to rsh/ssh , thus untrusted data to this function; with rsh/ssh is insecure.;imap.enable_insecure_rsh=0 [intl];intl.default_locale =; This allows you to PHP when some error; within intl functions. The value is the level of the error produced.; is 0, which does not any errors.;intl.error_level = E_WARNING;intl.use_exceptions = 0 [sqlite3];sqlite3.extension_dir = [Pcre];PCRE backtracking limit.; http://php.net/pcre.backtrack-limit;pcre.backtrack_limit=100000 ;PCRE recursion limit.; note that if you set this value to a high you may all;the process stack and crash PHP (due to the;stack size limit by the System).; http://php.net/pcre.recursion-limit;pcre.recursion_limit=100000 ; or JIT of patterns. This the PCRE; to be with JIT support.;pcre.jit=1 [Pdo]; to pool ODBC connections. Can be one of "", "" or "off"; http://php.net/pdo-odbc.cog;pdo_odbc.connection_pooling=strict ;pdo_odbc.db2_instance_name [Pdo_mysql]; If is used: of cache slots for the result set cache; http://php.net/pdo_mysql.cache_sizepdo_mysql.cache_size = 2000 ; socket name for local MySQL connects. If empty, uses the built-in; MySQL defaults.; http://php.net/pdo_mysql.default-socketpdo_mysql.default_socket= [Phar]; http://php.net/phar.readonly;phar.readonly = On ; http://php.net/phar.require-hash;phar.require_hash = On ;phar.cache_list = [mail function]; For Win32 only.; http://php.net/smtpSMTP = localhost; http://php.net/smtp-portsmtp_port = 25 ; For Win32 only.; http://php.net/sendmail-from;sendmail_from = me@example.com ; For Unix only. You may arguments as well (default: " -t -i").; http://php.net/ndmail_path = /usr/sbin/sendmail -t -i ; Force the of the parameters to be as extra parameters; to the binary. These will replace the value of; the 5th to mail().;mail.force_extra_parameters = ; Add X-PHP-Ori: that will uid=demo.add_x_header = Off ; The path to a log file that will log all mail() calls. Log include; the full path of the , line , To and headers.;mail.log =; Log mail to (Event Log on Windows).;mail.log = [SQL]; http://xxxxxxxx.xxxxx.xxxxx.safe-modesql.safe_mode = Off [ODBC]; http://php.net/odbc.default-db;odbc.default_db = Not yet ; http://php.net/odbc.default-user;odbc.default_user = Not yet ; http://php.net/odbc.default-pw;odbc.default_pw = Not yet ; the ODBC model.; Default: SQL_CURSOR_STATIC (default).;odbc.default_cursortype ; Allow or persistent links.; http://php.net/odbc.allow-persistentodbc.allow_persistent = On ; Check that a is still valid reuse.; http://php.net/odbc.check-persistentodbc.check_persistent = On ; number of links. -1 means no limit.; http://php.net/odbc.max-persistentodbc.max_persistent = -1 ; number of links (persistent non-persistent). -1 means no limit.; http://php.net/odbc.max-linksodbc.max_links = -1 ; of LONG fields. number of bytes to variables. 0 means; passthru.; http://php.net/odbc.defaultlrlodbc.defaultlrl = 4096 ; of data. 0 means , 1 as is, 2 to char.; See the on odbc_binmode and odbc_longreadlen for an explanation; of odbc.defaultlrl and odbc.defaultbinmode; http://php.net/odbc.defaultbinmodeodbc.defaultbinmode = 1 ;birdstep.max_links = -1 [Interbase]; Allow or persistent links.ibase.allow_persistent = 1 ; number of links. -1 means no limit.ibase.max_persistent = -1 ; number of links (persistent non-persistent). -1 means no limit.ibase.max_links = -1 ; database name for ibase_connect().;ibase.default_db = ; username for ibase_connect().;ibase.default_user = ; password=demo_connect().;ibase.default_password=demo ; charset for ibase_connect().;ibase.default_charset = ; timestamp format.ibase.timestampformat = "%Y-%m-%d %H:%M:%S" ; date format.ibase.dateformat = "%Y-%m-%d" ; time format.ibase.timeformat = "%H:%M:%S" [MySQLi] ; number of links. -1 means no limit.; http://xxxxxxxx.xxxxx.xxxxxi.max-persistentmysqli.max_persistent = -1 ; Allow , from PHP's , local files with LOAD DATA statements; http://xxxxxxxx.xxxxx.xxxxxi.allow_local_infile;mysqli.allow_local_infile = On ; Allow or persistent links.; http://xxxxxxxx.xxxxx.xxxxxi.allow-persistentmysqli.allow_persistent = On ; number of links. -1 means no limit.; http://xxxxxxxx.xxxxx.xxxxxi.max-linksmysqli.max_links = -1 ; If is used: of cache slots for the result set cache; http://xxxxxxxx.xxxxx.xxxxxi.cache_sizemysqli.cache_size = 2000 ; port for mysqli_connect(). If unset, mysqli_connect() will use; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the; compile-time value MYSQL_PORT (in that order). Win32 will only look; at MYSQL_PORT.; http://xxxxxxxx.xxxxx.xxxxxi.default-portmysqli.default_port = 3306 ; socket name for local MySQL connects. If empty, uses the built-in; MySQL defaults.; http://xxxxxxxx.xxxxx.xxxxxi.default-socketmysqli.default_socket = ; host for mysql_connect() (doesn't apply in safe mode).; http://xxxxxxxx.xxxxx.xxxxxi.default-hostmysqli.default_host = ; user for mysql_connect() (doesn't apply in safe mode).; http://xxxxxxxx.xxxxx.xxxxxi.default-usermysqli.default_user = ; password=demo_connect() (doesn't apply in safe mode).; Note that this is a *bad* idea to store in this file.; *Any* user with PHP can run 'echo get_cfg_var("mysqli.default_pw"); and this password! And of , any users with read to this; file will be able to the as well.; http://xxxxxxxx.xxxxx.xxxxxi.default-pwmysqli.default_pw = ; Allow or reconnectmysqli.reconnect = Off [mysqlnd]; / collection of statistics by which can be; used to tune and MySQL operations.; http://xxxxxxxx.xxxxx.xxxxxnd.collect_statisticsmysqlnd.collect_statistics = On ; / collection of usage by which can be; used to tune and MySQL operations.; http://xxxxxxxx.xxxxx.xxxxxnd.collect_memory_statisticsmysqlnd.collect_memory_statistics = Off ; communication from all using to the log; file.; http://xxxxxxxx.xxxxx.xxxxxnd.debug;mysqlnd.debug = ; which will be logged.; http://xxxxxxxx.xxxxx.xxxxxnd.log_mask;mysqlnd.log_mask = 0 ; size of the memory pool, which is used by sets.; http://xxxxxxxx.xxxxx.xxxxxnd.mempool_default_size;mysqlnd.mempool_default_size = 16000 ; Size of a pre-allocated used when commands to MySQL in bytes.; http://xxxxxxxx.xxxxx.xxxxxnd.net_cmd_buffer_size;mysqlnd.net_cmd_buffer_size = 2048 ; Size of a pre-allocated used for data sent by the in; bytes.; http://xxxxxxxx.xxxxx.xxxxxnd.net_read_buffer_size;mysqlnd.net_read_buffer_size = 32768 ; for requests in seconds.; http://xxxxxxxx.xxxxx.xxxxxnd.net_read_timeout;mysqlnd.net_read_timeout = ; SHA-256 Plugin related. File with the MySQL public RSA; key.; http://xxxxxxxx.xxxxx.xxxxxnd.sha256_server_public_key;mysqlnd.sha256_server_public_key = [OCI8] ; Connection: privileged using external; (OCI_SYSOPER, OCI_SYSDBA); http://php.net/oci8.prt;oci8.privileged_connect = Off ; Connection: The number of OCI8 per; process. Using -1 means no limit.; http://php.net/oci8.max-persistent;oci8.max_persistent = -1 ; Connection: The number of a is to; an idle connection. Using -1 means idle; connections will be forever.; http://php.net/oci8.pet;oci8.persistent_timeout = -1 ; Connection: The of that must pass issuing a; ping oci_pconnect() to check the validity. When; set to 0, each oci_pconnect() will cause a ping. Using -1 disables; pings completely.; http://php.net/oci8.ping-interval;oci8.ping_interval = 60 ; Connection: Set this to a user connection class to be used; for all server=demo; Pooling (DRCP). To use DRCP, this value be set to; the same for all web running the same ,; the pool must be , and the string must; to use a server=demo;oci8.connection_class = ; High Availability: Using On lets PHP Fast Application; (FAN) generated when a node fails. The; must also be to post FAN events.;oci8.events = Off ; Tuning: This enables caching, and how; many to cache. Using 0 statement caching.; http://php.net/oci8.statement-cache-size;oci8.statement_cache_size = 20 ; Tuning: statement and sets the number of; rows that will be automatically after execution.; http://php.net/oci8.default-prefetch;oci8.default_prefetch = 100 ; Compatibility. Using On means oci_close() will not close; oci_connect() and oci_new_connect() connections.; http://php.net/oci8.old-oci-close-semantics;oci8.old_oci_close_semantics = Off [PostgreSQL]; Allow or persistent links.; http://xxxxxxxx.xxxxx.xxxxx.allow-persistentpgsql.allow_persistent = On ; broken links with pg_pconnect().; Auto reset requires a overheads.; http://xxxxxxxx.xxxxx.xxxxx.auto-reset-persistentpgsql.auto_reset_persistent = Off ; number of links. -1 means no limit.; http://xxxxxxxx.xxxxx.xxxxx.max-persistentpgsql.max_persistent = -1 ; number of links (persistent non persistent). -1 means no limit.; http://xxxxxxxx.xxxxx.xxxxx.max-linkspgsql.max_links = -1 ; PostgreSQL Notice or not.; message require a overheads.; http://xxxxxxxx.xxxxx.xxxxx.ignore-noticepgsql.ignore_notice = 0 ; Log backends message or not.; pgsql.ignore_notice=0, cannot log message.; http://xxxxxxxx.xxxxx.xxxxx.log-noticepgsql.log_notice = 0 [bcmath]; of digits for all functions.; http://php.net/bcmath.scalebcmath.scale = 0 [browscap]; http://php.net/browscap; = extra/browscap.ini [Session]; used to store/retrieve data.; http://php.net/session.save-handlersession.save_handler = files ; passed to save_handler. In the case of files, this is the path; where data files are stored. Note: users have to this; in order to use PHP's functions.;; The path can be as:;; session.save_path = "N;/path";; where N is an integer. of all the files in; /path, what this will do is use N-levels deep, and; store the data in those directories. This is if; your OS has with many files in one , and is; a more layout for that many sessions.;; NOTE 1: PHP will not this structure automatically.; You can use the in the ext/session dir for that purpose.; NOTE 2: See the on collection below if you to; use for storage;; The file module files using mode 600 by default.; You can that by using;; session.save_path = "N;MODE;/path";; where MODE is the octal of the mode. Note that this; does not the 's umask.; http://php.net/session.save-path;session.save_path = "/tmp" ; to use session mode.; session mode does not uninitialized ID and regenerate; ID if sends session ID. mode protects; from fixation via adoption vulnerability. It is; by for compatibility, but it is encouraged.; https://wiki.php.net/rfc/strict_sessionssession.use_strict_mode = 0 ; to use cookies.; http://php.net/session.use-cookiessession.use_cookies = 1 ; http://php.net/session.cookie-secure;session.cookie_secure = ; This forces PHP to fetch and use a for and maintaining; the id. We this as it's very in combating; hijacking when not and your own id. It is; not the be-all and end-all of hijacking , but it's a good start.; http://php.net/session.use-only-cookiessession.use_only_cookies = 1 ; Name of the (used as name).; http://php.net/session.namesession.name = ; session on startup.; http://php.net/session.auto-startsession.auto_start = 0 ; in of or, if 0, until is restarted.; http://php.net/session.cookie-lifetimesession.cookie_lifetime = 0 ; The path for which the is valid.; http://php.net/session.cookie-pathsession.cookie_path = / ; The for which the is valid.; http://php.net/session.cookie-domainsession.cookie_domain = ; or not to add the flag to the , which makes it to scripting such as JavaScript.; http://php.net/session.cookie-httponlysession.cookie_httponly = ; used to data. php is the serializer of PHP.; http://php.net/session.srsession.serialize_handler = php ; the that the ' collection' is started; on every initialization. The is by using; gc_probability/gc_divisor. Where session.gc_probability is the numerator; and gc_divisor is the in the equation. this value to 1; when the session.gc_divisor value is 100 will give you a 1% chance; the gc will run on any give request.; Value: 1; Value: 1; Value: 1; http://php.net/session.gc-probabilitysession.gc_probability = 1 ; the that the ' collection' is on every; initialization. The is by using the equation:; gc_probability/gc_divisor. Where session.gc_probability is the and; session.gc_divisor is the in the equation. this value to 1; when the session.gc_divisor value is 100 will give you a 1% chance; the gc will run on any give request. this value to 1000 will give you; a 0.1% the gc will run on any give request. For high production ,; this is a more approach.; Value: 100; Value: 1000; Value: 1000; http://php.net/session.gc-divisorsession.gc_divisor = 1000 ; After this of , data will be seen as '' and; up by the collection process.; http://php.net/session.gc-maxlifetimesession.gc_maxlifetime = 1440 ; NOTE: If you are using the option for session files; (see session.save_path above), then collection does *not*; automatically. You will need to do your own garbage; through a shell , cron entry, or some other method.; For , the script would is the of; session.gc_maxlifetime to 1440 (1440 = 24 minutes):; find /path/to/sessions -cmin 24 -type f | xargs rm ; Check HTTP to externally URLs ids.; HTTP_REFERER has to this for the to be; as valid.; http://php.net/session.referer-checksession.referer_check = ; Set to {nocache,private,public,} to HTTP aspects; or leave this empty to avoid anti-caching headers.; http://php.net/session.cache-limitersession.cache_limiter = ; expires after n minutes.; http://php.net/session.cache-expiresession.cache_expire = 180 ; trans sid is by default.; Use of trans sid may risk your users' security.; Use this with caution.; – User may send URL active ID; to other via. email/irc/etc.; – URL that active ID may be stored; in accessible computer.; – User may your site with the same ID; using URL in 's or bookmarks.; http://php.net/session.use-trans-sidsession.use_trans_sid = 0 ; Set ID length. This value could be 22 to 256.; length than is only for reason.; Users use 32 or more chars.; http://php.net/session.sid-length; Value: 32; Value: 26; Value: 26session.sid_length = 26 ; The URL will look for URLs in a set of HTML tags.; <form> is special; if you them here, the will; add a <input> field with the info which is appended; to URLs. <form> tag's attribute URL will not be modified; it is specified.; Note that all valid require a "=", even if no value follows.; Value: "a=href,area=href,frame=src,form="; Value: "a=href,area=href,frame=src,form="; Value: "a=href,area=href,frame=src,form="; http://php.net/url-rewriter.tagssession.trans_sid_tags = "a=href,area=href,frame=src,form=" ; URL does not absolute URLs by default.; To rewrites for pathes, hosts must be specified; at RUNTIME. i.e. use ini_set(); <form> tags is special. PHP will check attribute's URL regardless; of session.trans_sid_tags setting.; If no host is , HTTP_HOST will be used for host.; value: php.net,www.php.net,wiki.php.net; Use "," for hosts. No are allowed.; Value: ""; Value: ""; Value: "";session.trans_sid_hosts="" ; how many bits are in each when converting; the hash data to readable.; values:; 4 (4 bits: 0-9, a-f); 5 (5 bits: 0-9, a-v); 6 (6 bits: 0-9, a-z, A-Z, "-", ","); Value: 4; Value: 5; Value: 5; http://php.net/session.hash-bits-per-charactersession.sid_bits_per_character = 5 ; upload tracking in $_SESSION; Value: On; Value: On; Value: On; http://php.net/session.upload-progress.enabled;session.upload_progress.enabled = On ; the information as soon as all POST data has been read; (i.e. completed).; Value: On; Value: On; Value: On; http://php.net/session.upload-progress.cleanup;session.upload_progress.cleanup = On ; A used for the progress key in $_SESSION; Value: "upload_progress_"; Value: "upload_progress_"; Value: "upload_progress_"; http://php.net/session.upload-progress.prefix;session.upload_progress.prefix = "upload_progress_" ; The index name (concatenated with the prefix) in $_SESSION; the progress information; Value: "PHP_SESSION_UPLOAD_PROGRESS"; Value: "PHP_SESSION_UPLOAD_PROGRESS"; Value: "PHP_SESSION_UPLOAD_PROGRESS"; http://php.net/session.upload-progress.name;session.upload_progress.name = "PHP_SESSION_UPLOAD_PROGRESS" ; How the progress be updated.; Given in (per-file), or in bytes; Value: "1%"; Value: "1%"; Value: "1%"; http://php.net/session.upload-progress.freq;session.upload_progress.freq = "1%" ; The delay updates, in seconds; Value: 1; Value: 1; Value: 1; http://php.net/session.upload-progress.min-freq;session.upload_progress.min_freq = "1" ; Only write data when data is changed. by default.; http://php.net/session.lazy-write;session.lazy_write = On [Assertion]; whether to assertions at all (to have no at run-time); -1: Do not at all; 0: Jump over at run-time; 1: assertions; from or to a value is only in php.ini! (For assertions on and off at run-time, see assert.active, when zend.assertions = 1); Value: 1; Value: 1; Value: -1; http://php.net/zend.assertionszend.assertions = -1 ; Assert(expr); by default.; http://php.net/assert.active;assert.active = On ; Throw an AssertationException on assertions; http://php.net/assert.exception;assert.exception = On ; Issue a PHP for each assertion. (Overridden by assert.exception if active); http://php.net/assert.warning;assert.warning = On ; Don't bail out by default.; http://php.net/assert.bail;assert.bail = Off ; User-function to be if an fails.; http://php.net/assert.callback;assert.callback = 0 ; Eval the with error_reporting(). Set to true if you want; error_reporting(0) the eval().; http://php.net/assert.quiet-eval;assert.quiet_eval = 0 [COM]; path to a file Guid=demo, IIDs or of files with TypeLibs; http://php.net/com.typelib-file;com.typelib_file = ; allow Distributed-COM calls; http://php.net/com.allow-dcom;com.allow_dcom = true ; constants of a typlib on com_load(); http://php.net/com.autob;com.autoregister_typelib = true ; constants casesensitive; http://php.net/com.autonsitive;com.autoregister_casesensitive = false ; show on constant registrations; http://php.net/com.autoe;com.autoregister_verbose = true ; The character set code-page to use when strings to and from COM objects.; Default: ANSI code page;com.code_page= [mbstring]; for character representation.; This mb_send_mail() and mbstring.detect_order.; http://php.net/mbstring.language;mbstring.language = ; Use of this INI entry is , use internal_encoding instead.; internal/script encoding.; Some cannot work as encoding. (e.g. SJIS, BIG5, ISO-2022-*); If empty, default_charset or internal_encoding or iconv.internal_encoding is used.; The is: default_charset < internal_encoding < iconv.internal_encoding;mbstring.internal_encoding = ; Use of this INI entry is , use input_encoding instead.; http input encoding.; mbstring.encoding_traslation = On is to use this setting.; If empty, default_charset or input_encoding or mbstring.input is used.; The is: default_charset < intput_encoding < mbsting.http_input; http://php.net/mbstring.http-input;mbstring.http_input = ; Use of this INI entry is , use output_encoding instead.; http encoding.; mb_output_handler must be as buffer to function.; If empty, default_charset or output_encoding or mbstring.http_output is used.; The is: default_charset < output_encoding < mbstring.http_output; To use an encoding , 's handler must be set; output conversion be performed.; http://php.net/mbstring.http-output;mbstring.http_output = ; automatic translation to; mbstring.internal_encoding setting. Input chars are; to encoding by this to On.; Note: Do _not_ use encoding for; libs/applications.; http://php.net/mbstring.ation;mbstring.encoding_translation = Off ; encoding order.; "auto" order is according to mbstring.language; http://php.net/mbstring.detect-order;mbstring.detect_order = auto ; substitute_character used when cannot be converted; one from another; http://php.net/mbstring.suter;mbstring.substitute_character = none ; overload(replace) byte by functions.; mail(), ereg(), etc are by mb_send_mail(), mb_ereg(),; etc. values are 0,1,2,4 or of them.; For , 7 for everything.; 0: No overload; 1: mail() function; 2: str*() functions; 4: ereg*() functions; http://php.net/mbstring.func-overload;mbstring.func_overload = 0 ; strict detection.; Default: Off;mbstring.strict_detection = On ; This specifies the regex of types for which mb_output_handler(); is activated.; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\\ xml);mbstring.http_output_conv_mimetype= [gd]; Tell the jpeg to warnings and try to create; a gd image. The will then be as notices; by default; http://php.net/gd.jpeg-ignore-warning;gd.jpeg_ignore_warning = 1 [exif]; Exif user are as UCS-2BE/UCS-2LE and JIS as JIS.; With support this will be into the encoding; given by encode setting. When empty mbstring.internal_encoding; is used. For the settings you can between and; intel byte order. A setting be empty.; http://php.net/exif.encode-unicode;exif.encode_unicode = ISO ; http://php.net/exif.decode-unicode-motorola;exif.decode_unicode_motorola = UCS-2BE ; http://php.net/exif.decode-unicode-intel;exif.decode_unicode_intel = UCS-2LE ; http://php.net/exif.encode-jis;exif.encode_jis = ; http://php.net/exif.decode-jis-motorola;exif.decode_jis_motorola = JIS ; http://php.net/exif.decode-jis-intel;exif.decode_jis_intel = JIS [Tidy]; The path to a tidy file to use when using tidy; http://php.net/tidy.default-config;tidy.default_config = /usr/local/lib/php/default.tcfg ; tidy clean and output automatically?; WARNING: Do not use this if you are non-html content; such as images; http://php.net/tidy.clean-outputtidy.clean_output = Off [soap]; or WSDL feature.; http://php.net/soap.wsdl-cache-enabledsoap.wsdl_cache_enabled=1 ; Sets the name where SOAP will put cache files.; http://php.net/soap.wsdl-cache-dirsoap.wsdl_cache_dir="/tmp" ; (time to live) Sets the of while file will be used; of one.; http://php.net/soap.wsdl-cache-ttlsoap.wsdl_cache_ttl=86400 ; Sets the size of the cache limit. (Max. of WSDL files to cache)soap.wsdl_cache_limit = 5 [sysvshm]; A size of the memory segment;sysvshm.init_mem = 10000 [ldap]; Sets the number of open links or -1 for unlimited.ldap.max_links = -1 [mcrypt]; For more about settings see http://php.net/mcrypt-module-open ; where to load algorithms; Default: in into (usually /usr/local/lib/libmcrypt);mcrypt.algorithms_dir= ; where to load modes; Default: in into (usually /usr/local/lib/libmcrypt);mcrypt.modes_dir= [dba];dba.default_handler= [opcache]; if Zend is enabled;opcache.enable=1 ; if Zend is for the CLI of PHP;opcache.enable_cli=0 ; The shared storage size.;opcache.memory_consumption=128 ; The of for strings in Mbytes.;opcache.interned_strings_buffer=8 ; The number of keys (scripts) in the hash table.; Only between 200 and are allowed.;opcache.max_accelerated_files=10000 ; The percentage of "" until a is scheduled.;opcache.max_wasted_percentage=5 ; When this is , the appends the working; to the key, thus possible between; files with the same name (basename). the improves; , but may break applications.;opcache.use_cwd=1 ; When , you must reset the manually or the; for to the to take effect.;opcache.validate_timestamps=1 ; How often (in seconds) to check file for to the shared; storage allocation. ("1" means once per , but only; once per request. "0" means validate);opcache.revalidate_freq=2 ; or file in include_path optimization;opcache.revalidate_path=0 ; If , all comments are from the code to the; size of the code.;opcache.save_comments=1 ; If , a fast sequence is used for the code; on the used Manager this may cause some incompatibilities.;opcache.fast_shutdown=0 ; Allow file override (file_exists, etc.) feature.;opcache.enable_file_override=0 ; A , where each bit or the OPcache; passes;opcache.optimization_level=0xffffffff ;opcache.inherited_hack=1;opcache.dups_fix=0 ; The of the blacklist file (wildcards allowed).; Each blacklist file is a text file that holds the names of files; that not be accelerated. The file is to add each filename; to a new line. The may be a full path or just a file prefix; (i.e., /var/www/x all the files and in /var/www; that start with 'x'). Line with a ; are (comments).;opcache.blacklist_filename= ; exclusion of large files from being cached. By all files; are cached.;opcache.max_file_size=0 ; Check the cache each N requests.; The value of "0" means that the are disabled.;opcache.consistency_checks=0 ; How long to wait (in seconds) for a restart to begin if the cache; is not being accessed.;opcache.force_restart_timeout=180 ; error_log file name. Empty assumes "".;opcache.error_log= ; All errors go to the Web log.; By , only fatal (level 0) or (level 1) are logged.; You can also warnings (level 2), info (level 3) or; debug (level 4).;opcache.log_verbosity_level=1 ; Shared back-end. Leave empty and let the decide.;opcache.preferred_memory_model= ; the memory from writing script execution.; for debugging only.;opcache.protect_memory=0 ; calling API only from PHP which path is; from string. The "" means no restriction;opcache.restrict_api= ; base of memory (for only). All the PHP; have to map memory into the same space. This; allows to fix the " to to base "; errors.;opcache.mmap_base= ; and sets the level cache directory.; It improve when SHM is full, at restart or; SHM reset. The "" file based caching.;opcache.file_cache= ; or opcode in memory.;opcache.file_cache_only=0 ; or checksum when loaded from file cache.;opcache.file_cache_consistency_checks=1 ; opcache.file_cache_only=1 for a process that to; to the memory (for only). enabled file; cache is required.;opcache.file_cache_fallback=1 ; or copying of PHP code (text segment) into HUGE PAGES.; This improve , but appropriate OS configuration.;opcache.huge_code_pages=1 ; cached file permissions.;opcache.validate_permission=0 ; name in ch'ed environment.;opcache.validate_=0 ; If , it opcode dumps for different of; optimizations.;opcache.opt_debug_level=0 [curl]; A value for the CURLOPT_CAINFO option. This is to be an; path.curl.cainfo = /etc/pki/tls/certs/ca-bundle.crt [openssl]; The of a Authority (CA) file on the local filesystem; to use when the of SSL/TLS peers. Most users should; not a value for this as PHP will to use the; OS-managed cert in its absence. If , this value may still; be on a per-stream basis via the "" SSL context; option.openssl.cafile=/etc/pki/tls/certs/ca-bundle.crt ; If openssl.cafile is not or if the CA file is not found, the; pointed to by openssl.capath is for a suitable; certificate. This value must be a hashed directory.; Most users not a value for this as PHP will; to use the OS-managed cert in its absence. If ,; this value may still be on a per-stream basis via the ""; SSL context option.;openssl.capath= ; Local Variables:; tab-width: 4; End: ; ;ionCubezend_extension = /usr/local/ioncube/ioncube_loader_lin_7.1.so ; [Zend Loader];php7 do not zendguardloader @Sep.2015,after you can the line.;zend_extension=/usr/local/zend/php71/ZendGuardLoader.so;zend_loader.enable=1;zend_loader.disable_licensing=0;zend_loader.obfuscation_level_support=3;zend_loader.license_path= ; extension = /www/server/php/71/lib/php/extensions/no-debug-non-zts/fileinfo.so