Chinese PHP. INI2

Source: Internet
Author: User
Tags informix

;;;;;;;;;;;;;;;;;;;;;;;;;; Paths and Directories ;;;;;;;;;;;;;;;;;;;;;;;;;;;;include_path =; include path settings, UNIX: "/path1:/path2" Windows: "path1; path2" doc_root =; php page root path, valid only when not empty user_dir =; Inform php in use /~ Username indicates the directory to which the script is opened. It is valid only when it is not empty; upload_tmp_dir =; temporary directory for storing files uploaded using HTTP protocol (use the default directory when it is not specified) upload_max_filesize = 2097152; by default, file upload is limited to 2 Meg extension_dir = c: php; enable_dl = On, which stores the accessible extended library (module) Directory; whether to make dl () Valid.; The dl () function * Does not work very well on a multi-threaded server. For example, IIS or Zeus, it is disabled by default ;;;;;;;;;;;;;;;;; file Uploads; file_uploads = On; whether to allow File upload through HTTP; upload_tmp_dir =; temporary directory of the file used for HTTP upload (use the system default if not specified) upload_max_filesize = 2 M; Maximum File Upload license size; fopen wrappers; allow_url_fopen = On; whether to use URLs as http :.. or use the file as ftp :...;;;;;;;;;;;;;;;;;;;;;;; dynamic Scaling; Dynamic extension ;;;;;;;;;;;;;;;;;;;;;;; If you want an extension library to be automatically loaded, use the following syntax:; extension = modulename. extension; for example, in windows, extension = msql. dll; or in UNIX; extension = msql. so; note that this should only be the name of the module, and directory information is not required to be placed in it. The following extension_dir indicates the location of the specified extension library.; Windows extension; extension = php_calendar.dll; extension = extension; extension = php_filepro.dll extension = php_gd.dll; extension = php_dbm.dll; extension = extension; extension = php_filepro.dll; extension = php_imap4r2.dll; extension = php_ldap.dll; extension = php_crypt.dll; extension = php_msql2.dll; extension = php_odbc.dll; note that MySQL support is now built-in. Therefore, no need to use its dll ;;;;; Module setting ;; module Settings; [Syslog] define_syslog_variables = Off; Whether to define various System Log variables; for example: $ LOG_PID, $ LOG_CRON, and so on. It is a good idea to turn it off to improve efficiency.; At runtime, you can call the function define_syslog_variables () to define these variables [mail function] SMTP = localhost; only for win32 system sendmail_from = me@localhost.com; only for win32 system; sendmail_path =; it is only used for unix and supports parameters (sendmail-t-I by default) [Debugger] debugger. host = localhost debugger. port = 7869 debugger. enabled = False [Logging]; these configurations indicate the Logging mechanism used for the sample.; Check examples/README. logging for more explanations; logging. method = db; logging. directory =/path/to/log/directory [Java]; java. class. path =. php_java.jar; java. home = c: jdk; java. library = c: jdkjreinhotspotjvm. dll; java. library. path =. [SQL] SQL. safe_mode = Off [ODBC]; uodbc. default_db = Not yet implemented; uodbc. default_user = Not yet implemented; uodbc. default_pw = Not yet implemented uodbc. allow_persiste Nt = On; enable or disable persistent connection uodbc. check_persistent = On; check whether the connection is available before reuse. max_persistent =-1; Maximum number of persistent connections. -1 indicates unlimited uodbc. max_links =-1; the maximum number of connections (persistent and non-persistent ). -1 indicates unrestricted uodbc. defaultll = 4096; fields of the LONG type are controlled. Returns the number of bytes of the variable. 0 indicates passing (?) 0 means passthru uodbc. defaultbinmode = 1; controls binary data. 0 represents ????? Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char; see documents about odbc_binmode and odbc_longreadlen to get explanations of uodbc. defaultll and uodbc. defaultbinmode. [MySQL] mysql. allow_persistent = On; Maximum number of persistent connections allowed or disabled for mysql. max_persistent =-1. -1 indicates unlimited mysql. max_links =-1; the maximum number of connections (persistent and non-persistent ). -1 indicates unlimited mysql. default_port =; default port used by mysql_connect (). If not set, mysql_connect (); the variable $ MYSQL_TCP_PORT will be used, or the mysql-tcp entry (unix) under/etc/services; or the MYSQL_PORT defined in compilation (in this Order); In the Win32 environment, only the MYSQL_PORT is checked. Mysql. default_socket =; the default socket name used for local MySql connection. Null. Use the MYSQL built-in value. default_host =; mysql_connect () default host (invalid in security mode) mysql. default_user =; mysql_connect () Default User Name (invalid in safe mode) mysql. default_password =; mysql_connect () default password (invalid in safe mode); note that it is usually a * bad * idea to save the password in this file; * anyone * who can access it using PHP can run. echo pai_get_var ("mysql. default_password ") to display the password! And, of course, any user with the right to read the file can see the password. [MSQL] msql. allow_persistent = On; allows or disables persistent connections to msql. max_persistent =-1; Maximum number of persistent connections. -1 indicates unlimited msql. max_links =-1; the maximum number of connections (persistent and non-persistent ). -1 indicates unlimited [ipvssql] pgsql. allow_persistent = On; allows or disables persistent connection pgsql. max_persistent =-1; Maximum number of persistent connections. -1 indicates unlimited pgsql. max_links =-1; the maximum number of connections (persistent and non-persistent ). -1 indicates no limit [Sybase] sybase. allow_persistent = On; allow or disable persistent connection sybase. max_persistent =-1; Maximum number of persistent connections. -1 indicates that there is no limit to sybase. max_links =-1; the maximum number of connections (persistent and non-persistent ). -1 indicates no limit; sybase. interface_file = "/usr/sybase/interfaces" sybase. min_error_severity = 10; displays the lowest severity of the error sybase. min_message_severity = 10; displays the minimum importance of messages sybase. compatability_mode = Off; compatible with PHP 3.0 of the old version. If it is enabled, PHP automatically assigns the Sybase type based on the results, rather than treating them as strings. This compatibility mode will not always be available; therefore, modify your code and disable it. [Sybase-CT] sybct. allow_persistent = On; Maximum number of persistent connections allowed or disabled. -1 indicates unlimited sybct. max_links =-1; the maximum number of connections (persistent and non-persistent ). -1 indicates unlimited sybct. min_server_severity = 10; minimum severity of the error displayed sybct. min_client_severity = 10; minimum importance of the displayed message [bcmath] bcmath. scale = 0; number of 10 decimal digits used for all bcmath functions number of decimal digits for all bcmath functions [browscap]; browscap = extra/browscap. ini browscap = C: WINSYSTEMinetsrvrowscap. ini [Informix] ifx. default_host =; ifx_connect () default host (invalid in security mode) ifx. default_user =; ifx_connect () Default User Name (invalid in security mode) I Fx. default_password =; ifx_connect () default password (invalid in security mode) ifx. allow_persistent = On; allow or disable persistent connection ifx. max_persistent =-1; Maximum number of persistent connections. -1 indicates unlimited ifx. max_links =-1; the maximum number of connections (persistent and non-persistent ). -1 indicates unlimited ifx. textasvarchar = 0; if enabled, the select status character returns the content of a 'text blob 'field, rather than its id ifx. byteasvarchar = 0; if enabled, the select status character returns the content of a 'byte blob 'field, rather than its id ifx. charasvarchar = 0; traces spaces separated from fixed-length character columns.; May be valid for Informix SE users. Ifx. blobinfile = 0; if enabled, the text and byte blobs contents are exported to a file instead of saved to the memory. Ifx. nullformat = 0; NULL (NULL) is returned as an empty field unless it is set to 1. In this case (1), NULL is returned as the string NULL. [Session] session. save_handler = files; the session used to save/retrieve data. save_path = C: winemp; parameter passed to the controller when save_handler is set to a file; this is the path where the data file will be saved. Session. use_cookies = 1; whether to use cookies session. name = PHPSESSID; name of the session used in the cookie session. auto_start = 0; initialize the session when the request starts. cookie_lifetime = 0; indicates the cookie retention time in seconds; or 0, until the session is restarted in the browser. cookie_path =/; the valid cookie Path session. cookie_domain =; cookie's valid domain session. serialize_handler = php; the Controller Used to connect data; php is the standard controller of PHP. Session. gc_probability = 1; percentage of garbage collection processes; the possibility of starting each session initialization. Session. gc_maxlifetime = 1440; after the number of seconds, the stored data will be considered; the garbage will be cleared by the gc process. Session. referer_check =; check the HTTP reference to invalidate the session for ids contained in the URL. entropy_length = 0; the number of bytes of sessions read from the file. entropy_file =; specify the session id created here; session. entropy_length = 16; session. entropy_file =/dev/urandom session. cache_limiter = nocache; set to {nocache, private, public} to determine HTTP; cache problem session. cache_expire = 180; the document expires the session after n minutes. use_trans_sid = 1; Use the transitional sid support, if it is licensed during compilation; -- enable-trans-sid url_rewriter.tags = "a = href, area = href, frame = src, input = src, form = fakeentry "[MSSQL]; extension = php_mssql.dll mssql. allow_persistent = On; allow

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.