[Php]
PHP is still a constantly developing tool, its function is still constantly being reduced; and PHP.ini setting changes can reflect considerable changes, before using the new PHP version, study PHP.ini will be beneficial.
;;;;;;;;;;;;;;;;;; About this file; ;;;;;;;;;;;;;;;;
This file controls many views of PHP. In order to let PHP read this file, it must be named; 'php.ini'. PHP will look for this file in these places: the current working directory; environment variable phprc; indicated path; the path specified when compiling. Under Windows, the path to compile is a Windows installation directory. In command line mode, the PHP.INI's lookup path can be replaced with the -c parameter.
The syntax of the file is very simple. Blank characters and semicolons ';' starting rows are simply ignored (just like you may; guessing). The chapter title (for example: [foo]) is also simply ignored, even if they may; there is a meaning. The indication is specified using the following symptom: indicating the identifier = value; Directive = Value; Indicates the identifier is * case sensitive * - foo = bar is different from foo = bar. The value can be a string, a number, a PHP constant (such as: e_all or m_pi), in constant; one (ON, OFF, TRUE, FALSE, YES, NO AND NONE), or an expression (Eg: e_all & ~ e_notice), or the string ("foo") enclosed with quotation marks ("foo").;; The expression of the INI file is limited to the position operator and parentheses. (Bitwise OR; & Bitwise and; ~ Bitwise Not;! Boolean NOT;; Boolean flag can be placed in the state of the value of 1, ON, TRUE or YES. They can be placed in the relationship with 0, OFF, FALSE OR NO. An empty string can be used in the equal sign, or use the None keyword:;;; foo =; foo = none; foo = none; set FOO to an empty string; foo = "none"; set the FOO to string 'none'; if you use constants in your value setting, these constants belong to the dynamically transferred extension library (not PHP expansion, that is, the extension of Zend), you can only After transferring these extended lines * * Use these constants. All the values set in the php.ini-dist file are the same as the built-in default (this is said, if pHP.ini; is not used or you delete these rows, the default value is the same).
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Engine = ON; makes PHP Scripting Language Engine (PHP Scripting Language Engine) is valid under Apache. Short_open_tag = ON; Allow Identity (this simple representation). Otherwise, only Php and