Php. ini for php-5.2

Source: Internet
Author: User
Php. ini copyright statement for php-5.2

The author of this article is a free software enthusiast, so although this article is not software, it is released in the spirit of GPL. No one can use, repost, copy, or re-distribute the statement freely. However, the author's signature must be retained and no clauses in the statement can be modified in any form or attached. You can freely link, download, and disseminate this document, provided that the full text is fully reproduced, including the complete copyright information and the translator's statement.

Other works

The author of this article is very willing to share the fruits of work with others. if you are interested in other translated works or technical articles, you can view the list of existing works in the following position:

For telecom users, please visit: Jin Bu Guo's work list NetCom Users visit: Jin Bu Guo's work list Tietong users visit: Jin Bu Guo's work list education network users visit: jin bu's work list BUG report, discussion and discussion

Due to the limited level of the author, the accuracy of the work cannot be ensured. please identify the content yourself in reading. If you find any errors in your work, please send a letter stating that, even if it is a mistake, I will be willing to accept any suggestions to improve the quality of your work. If you are willing to further discuss the content in your work with me, you are also welcome to contact me. Contact: Email: csfrank@citiz.net; QQ: 70171448; MSN: csfrank122@hotmail.com

;;;;;;;;;;;;;;;;; This document is not for the English version of php. the simple translation of ini, but with reference to a lot of materials, combined with their own understanding, added a lot of content, including in the original php. some practical module configuration instructions are added on the basis of ini, and the file content is adjusted .; Since the author does not like the no-free stuff, therefore, the configuration options of other database modules except MySQL and PostgreSQL are deleted .;;;;;;;;;;;;;;;;;;; About php. ini ;;;;;;;;;;;;;;;;;;;;;; this file must be named 'php. ini 'and placed in httpd. in the directory specified by the PHPIniDir command in conf .; The latest php. ini version can be viewed in the following two locations :; http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?view=co ; http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?view=co ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; The syntax of the file is very simple. Blank characters and rows starting with semicolons are ignored .; Chapter titles (for example, [php]) are also ignored, even if they may make some sense in the future .;; Set the command format as follows:; directive = value; command name (directive) is case sensitive! Therefore, "foo = bar" is different from "FOO = bar ".; The value can be:; 1. A string defined by quotation marks (for example, "foo"); 2. A number (integer or floating point number, for example, 0, 1, 34,-1, 33.55); 3. a php constant (such as E_ALL, M_PI); 4. an INI constant (On, Off, none); 5. an expression (for example, E_ALL &~ E_NOTICE); the expression in the INI file only uses: bitwise operator, non-logical, parentheses:; | bitwise OR; & bitwise AND ;~ Not ;! The logic is not; the Boolean sign is On and Off .;; An empty string can be used after the equal sign without any representation, or with the none keyword:; foo =; set foo to an empty string; foo = none; set foo to a null string; foo = "none"; set foo as the string 'none'; if you use a constant in the command value (PHP extension or Zend extension ,; you can only use these constants after loading these dynamically scalable command lines .;;;;;;;;;;;;;;;;;;;; Httpd. conf; can also be found in httpd. overwrite php. ini value for more flexible configuration:; php_value name value; set a non-bool type command, set the value to none to clear the previous settings; php_flag name on | off; it is only used to set bool-type commands; PHP constants (such as E_ALL) can only be used in php. used in ini, in httpd. the corresponding mask value must be used in the conf file .; Commands with the "SYS" flag can only be used in the global configuration section of httpd. conf .; [Updated on August 9, added

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.