Origin: Tao Tao's blog
; PHP is the tool which develops unceasingly, its function unceasingly is also deleting
; But the php.ini establishment change may reflect the suitable change,
; Before using the new PHP edition, will study php.ini to have the advantage
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
; About this document;
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
; This file control PHP many aspect viewpoints. In order to let PHP read this document, it must name as
; 'php.ini'. PHP will search this document in turn in these places: Current job category; Environment variable PHPRC
; Indicates way; When translation assigns way.
; Under windows, time the translation way is Windows installs the table of contents.
; Under the command line pattern, the php.ini search path may use - the c parameter to substitute.
; This document's grammar is simple. The null character and uses the semicolon '; 'starts the line is neglected simply (looks like you possibly
; Guesses correctly same). Chapter heading (e.g.: [Foo]) simply is also neglected, even if in the future they possibly
; Has some kind of significance.
;
; The instruction is assigned the use following grammar:
; Instructs the identifier = value
; directive = value
; Instructed that the identifier is * the case sensitivity * - foo=bar is different with FOO = bar.
;
; The value may be a string of character, a digit, a PHP constant (for example: E_ALL or M_PI), in INI constant
; (On, Off, True, False, Yes, No and None), perhaps an expression
; (for example: E_ALL & ~E_NOTICE), perhaps the string of character which includes with the quotation mark (“foo”).
;
; The INI document's expression is limited in the position operator and the parenthesis.
; | bitwise OR
; & bitwise AND
; ~ bitwise NOT
; ! boolean NOT
;
; Boolean symbol available 1, On, True or Yes these values put in condition.
; They available 0, Off, False or No these values put in the condition which closes.
;
; A spatial string of character may use after the equal sign does not write anything to indicate that or uses the None key words:
;
; foo =; Sets at foo for the spatial string of character
; foo = none; Sets at foo for the spatial string of character
; foo = “none”; Sets at foo for the string of character ' none'
;
; If in your value establishment uses the constant, but these constants belong to the dynamic call expansion storehouse (are not the PHP expansions, is
; The Zend expansion), after you only may call in these expansions the line *, * uses these constants.
;
; All value which establishes in the php.ini-dist document the default value which constructs with in same (this is said that if php.ini
; Has not been used or you have erased same these lines, the default value with it).
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
; Language option;
; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;
engine = On
; Causes PHP scripting language engine (PHP script language engine) under Apache effective.
Other pages: : 1 * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * Next>>
|