- SAPI module specific location. The exact location of the SAPI module
SAPI is an abbreviation for the server Application programming Interface (Application programming interface for servers). PHP provides a set of interfaces through SAPI for data interaction between the application and the PHP kernel. Similar to the function input and output, the essence is that the Linux shell through PHP sapi passed a set of parameters, the Zend engine executes, returned to the shell, the shell is displayed by the process. Similarly, through Apache call PHP, through the Web server to SAPI incoming data, Zend engine executes, returned to Apache, by Apache display on the page.
- The PHPRC environment variable. PHPRC environment variable, is php.ini find the way
- A number of predefined registry keys on Windows some of the predefined registry keys on the Windows
- Current working directory (except CLI) working directory (except CLI)
CLI:PHP-CLI is the abbreviation for PHP command line interface, as its name implies, is the interface that PHP runs on the command lines, different from the PHP environment (PHP-CGI, ISAPI, etc.) that runs on the Web server, which means PHP can not only write the foreground page, it can also be used to write the background of the program. PHP CLI shell scripts apply to all PHP advantages, making it either support scripts or systems or even with GUI applications on the service side!
- The Web server ' s directory (for SAPI modules), or directory of PHP; (otherwise in Windows) Web server directory (SAPI module), or Directory of PHP (otherwise windows)
- The directory from the--with-config-file-path compile time option, or thewindows the configuration of directories (C:\windows or C:\WINNT) The path to the file, the compile-time option, or the Windows directory
- See the PHP docs for more specific information view PHP documentation to provide more specific information
- ; | bitwise OR bitwise OR operation
- ; ^ Bitwise XOR Bitwise XOR OR operation
- ; & Bitwise AND Bitwise AND operations
- ; ~ Bitwise NOT BITWISE negation
- Foo = set an empty string
- Foo = None sets an empty string
- Foo = "None" sets the string to "none"
- Allow_call_time_pass_reference whether to force arguments to be passed by reference when a function call is enabled
- Default Value:on Defaults
- Development Value:off
- Production Value:off
- Display_errors Display Error
- Default Value:on
- ; Development Value:on
- ; Production Value:off
- Unserialize_callback_func = If the serializer discovers an undefined class to be instantiated, the unserialize () callback function is called (with the undefined class masterpiece as the parameter). If the specified function does not exist, or if the function does not contain/implement the undefined class, a warning is displayed. So this option is set only if you really need to implement such a callback function.
- Serialize_precision = The number of serialize_precision instructions determines the floating point digital storage after the doubles and floats are serialized. When you set a number to a suitable value to ensure accuracy, you may lose the deserialization later. Scope of application: Php_ini_all; Default value: 100,
- Safe_mode = Off PHP security mode is set up to attempt to resolve a shared server (Shared-server) security issue. On the structure, it is unreasonable to try to solve this problem on the PHP layer, but it is very unrealistic to modify the Web server layer and the operating system layer. So many people, especially ISPs, currently use Safe mode.
- Disable_functions Disabling features
- Disable_classes Disabling classes
- Highlight.string the color used to highlight strings that conform to PHP syntax.
- Highlight.string the color used to highlight strings that conform to PHP syntax.
- Highlight.comment the color used to highlight PHP comments.
- Highlight.keyword colors used to highlight PHP keywords (such as parentheses and semicolons).
- highlight.bg background color.
- Highlight.default the default color for PHP syntax.
- Highlight.html the color of the HTML code.
- Ignore_user_abort FALSE indicates that the script will be terminated as long as the script attempts to output after the client terminates the connection.
- Realpath_cache_size = 16k Gets the size of the true path buffer
"Learning Essays" notes on PHP.ini-1