PHP.ini Configuration Detail Options (2)

Source: Internet
Author: User

Configure each handler to open up to a few Postgres connections, including persistent connections.

Sybase.allow_persistent Boolean
Configuring whether to allow the Sybase database to continue to connect (persistent connections) affects the Sybase_pconnect () function.

Sybase.max_persistent integer
Configure each handler to maintain a maximum of several Sybase persistent connections.

Sybase.max_links integer
Configure each handler to open up to a few Sybase connections, including persistent connections.

Sybct.allow_persistent Boolean
Configure whether to allow SYBASE-CT database persistent connections (persistent connections), and the default value is open.

Sybct.max_persistent integer
Configure each handler to maintain a maximum of several sybase-ct persistent connections. The default value of-1 indicates no limit.

Sybct.max_links integer
Configure each handler to open up to a few sybase-ct connections, including persistent connections. The default value is-1, which means there are no restrictions.

Sybct.min_server_severity integer
Configure the minimum number of pens for SYBASE-CT server error reporting. The default value is 10.

Sybct.min_client_severity integer
Configure the minimum number of pens for SYBASE-CT client error reporting. The default value is 10.

Sybct.login_timeout integer
Configure the maximum login time that SYBASE-CT can use. The default value is 1 minutes.

Sybct.timeout integer
Configures the SYBASE-CT query operation time limit. The default value is unrestricted.

Sybct.hostname string
Configure SYBASE-CT to connect machine names. Default value is not set

Ifx.allow_persistent Boolean
Configuring whether to allow the Informix database to continue to connect (persistent connections) affects the Ifx_pconnect () function.

Ifx.max_persistent integer
Configure each handler to maintain a maximum of several Informix continuous connections.

Ifx.max_links integer
Configure each handler to open up to several Informix connections, including persistent connections.

Ifx.default_host string
Configure the server name for the Informix default connection for use by the Ifx_connect () or Ifx_pconnect () function.

Ifx.default_user string
Configure the user account for the Informix default connection for use by the Ifx_connect () or Ifx_pconnect () function.

Ifx.default_password string
Configure the user password for the Informix default connection for use by the Ifx_connect () or Ifx_pconnect () function.

Ifx.blobinfile Boolean
Configure the Informix long-bit class mode, 0 tables in memory, and 1 tables in the file. You can also use the Ifx_blobinfile_mode () function in your PHP program to modify it.

Ifx.textasvarchar Boolean
Configure the Informix text mode defaults, 0 tables return the BLOB's code, and the 1 table returns the varchar string. You can also use the Ifx_textasvarchar () function in your PHP program to modify the configuration.

Ifx.byteasvarchar Boolean
Configure the Informix bit group mode defaults, the 0 table returns the code for the Blob, and the 1 table returns the varchar string. You can also use Ifx_byteasvarchar () in your PHP program to modify the configuration.

Ifx.charasvarchar Boolean
Configures whether the trailing spaces of Informix return strings are automatically removed.

Ifx.nullformat Boolean
Configures the return of a NULL field, true to return a string null,false the table return string "". Also in the PHP program with Ifx_nullformat () modified.

Bcmath.scale integer
Configure the number of decimal places for the BC high precision function library.

Browscap string
Configure the browser's open file capability name.

uodbc.default_db string
Configure the database name of the ODBC default connection for use by the Odbc_connect () or Odbc_pconnect () function.

Uodbc.default_user string
Configure the user account for the ODBC default connection for use by the Odbc_connect () or Odbc_pconnect () function.

UODBC.DEFAULT_PW string
Configure the user password for the ODBC default connection for use by the Odbc_connect () or Odbc_pconnect () function.

Uodbc.allow_persistent Boolean
Configuring whether to allow an ODBC database to continue to connect (persistent connections) affects the Odbc_pconnect () function.

Uodbc.max_persistent integer
Configure each handler to maintain a maximum of several ODBC persistent connections.

Uodbc.max_links integer
Configure each handler to open up to a few ODBC connections, including persistent connections.
The following configuration values related to the session are supported by the version side of PHP above 4.x. In the php.ini configuration file.


Session.save_handler
Defines the file name of the session store data. The default value is files.

Session.save_path
Defines the file path where the session stores data. The default value is/tmp.

Session.name
Configures the cookie name used by the session. The default value is PHPSESSID.

Session.auto_start
Configures whether session is automatically opened. The default value is 0 (no).

Session.lifetime
Configure the time, in seconds, for the cookie to be saved after it is sent to the browser. The default value is 0, which means until the browser closes.

Session.serialize_handler
Defines a continuous/solution continuous data header, this feature is only WDDX module or PHP internal use. The default value is PHP.

Session.gc_probability
Configure the probability of each collection of waste collected (GC, garbage collection) that requires a timely return. The default value is 1.

Session.gc_maxlifetime
Configure the number of surviving seconds before the waste is cleared.

Session.extern_referer_check
Determines whether the session code referenced to the client is to be deleted. Sometimes it is configured to not delete when security or other considerations occur. The default value is 0.

Session.entropy_file
When configuring session code to be established, use an external high entropy value resource or file to establish, such as/dev/random or/dev/urandom on UNIX systems.

Session.entropy_length
Configures the number of bit groups that the session reads from a high entropy value resource. The default value is 0.

Session.use_cookies
Configure whether to turn the session into a cookie exists on the client side. The default value is 1, and the table is open for this feature.



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.