Dynamic Scaling;
;;;;;;;;;;;;;;;;;;;;;;
;
Use the following syntax if you want to expand and automatically load:
;
; Extension = modulename. Extension
;
For example, in Windows:
;
; Extension = msql. dll
;
;... Or in UNIX:
;
; Extension = msql. So
;
Note: The Module name should be used here;
The directory information of the module is not required here.
Use the extension_dir command above to specify the extension location.
Windows extensions
Note: ODBC support has been built in, so the DLL for ODBC is not required.
Note: Many DLL files are located in the extensions/(PHP 4) or ext/(PHP 5) directory and downloaded together with the split pecl dll (PHP 5 ).
; Are you sure you have set the correct extension_dir command.
; Extension = php_bz2.dll
; Extension = php_curl.dll
; Extension = php_dba.dll
; Extension = php_dbase.dll
; Extension = php_exif.dll
; Extension = php_fdf.dll
; Extension = php_gd2.dll
; Extension = php_gettext.dll
; Extension = php_gmp.dll
; Extension = php_ifx.dll
; Extension = php_imap.dll
; Extension = php_interbase.dll
; Extension = php_ldap.dll
; Extension = php_mbstring.dll
; Extension = php_mcrypt.dll
; Extension = php_mhash.dll
; Extension = php_mime_magic.dll
; Extension = php_ming.dll
; Extension = php_msql.dll
; Extension = php_mssql.dll
; Extension = php_mysql.dll
; Extension = php_mysqli.dll
; Extension = php_oci8.dll
; Extension = php_openssl.dll
; Extension = php_pdo.dll
; Extension = php_pdo_firebird.dll
; Extension = php_pdo_mssql.dll
; Extension = php_pdo_mysql.dll
; Extension = php_pdo_oci.dll
; Extension = php_pdo_oci8.dll
; Extension = php_pdo_odbc.dll
; Extension = php_pdo_pgsql.dll
; Extension = php_pdo_sqlite.dll
; Extension = php_pgsql.dll
; Extension = php_pspell.dll
; Extension = php_shmop.dll
; Extension = php_snmp.dll
; Extension = php_soap.dll
; Extension = php_sockets.dll
; Extension = php_sqlite.dll
; Extension = php_sybase_ct.dll
; Extension = php_tidy.dll
; Extension = php_xmlrpc.dll
; Extension = php_cmd.dll
; Extension = php_zip.dll
;;;;;;;;;;;;;;;;;;;
; Module Settings;
;;;;;;;;;;;;;;;;;;;
[Date]
Define the default time zone used by the date function
; Date. timezone =
; Date. default_latitude = 31.7667
; Date. default_longpolling = 35.2333
; Date. sunrise_zenith = 90.583333
; Date. sunset_zenith = 90.583333
[Filter]
; Filter. Default = unsafe_raw
; Filter. default_flags =
[Iconv]
; Iconv. input_encoding = ISO-8859-1
; Iconv. internal_encoding = ISO-8859-1
; Iconv. output_encoding = ISO-8859-1
[SQLite]
; SQLite. assoc_case = 0
[XMLRPC]
; Xmlrpc_error_number = 0
; Xmlrpc_errors = 0
[PCRE]
; PCRE Library response tracking restrictions.
; PCRE. backtrack_limit = 100000
; PCRE Library recursion restrictions.
; Note that if you set this item to a very high value, you may exhaust all the available process stacks and eventually get down with PHP (because it has reached the heap size limit imposed by the operating system ).
; PCRE. recursion_limit = 100000
[Syslog]
; Whether to define different syslog variables (for example,. $ log_pid,
; $ Log_cron, etc.). Disabling this option is good for performance.
At runtime, you can call the define_syslog_variables () function to define these variables.
Define_syslog_variables = off
[Mail function]
For win32.
SMTP = localhost
Smtp_port = 25
For win32.
; Sendmail_from = me@example.com
For Unix. Supported parameters (default: "sendmail-t-I ").
; Sendmail_path =
; Force the extra specified parameter to be transmitted to the Sendmail execution file as an extension parameter.
These parameters always Replace the fifth parameter value of the mail () function, even in safe mode.
; Mail. force_extra_parameters =
[SQL]
SQL. safe_mode = off
[ODBC]
; ODBC. default_db = currently invalid
; ODBC. default_user = currently invalid
; ODBC. default_pw = currently invalid
; Allow or block persistent connections.
ODBC. allow_persistent = on
; Check whether the connection is available before reuse.
ODBC. check_persistent = on
; The maximum number of persistent connections.-1 means no limit.
ODBC. max_persistent =-1
; Maximum number of connections (persistent + non-persistent).-1 means no limit.
ODBC. max_links =-1
; Long field processing. The number of bytes of the returned variable. 0 indicates skipping.
ODBC. defaultll = 4096
; Binary data processing. 0 means skipping, 1 returns according to the actual, 2 converts to character.
View the odbc_binmode and odbc_longreadlen documents to obtain the uodbc. defaultll and uodbc. defaultbinmode explanations.
ODBC. defaultbinmode = 1
[MySQL]
; Allow or block persistent connections.
MySQL. allow_persistent = on
; The maximum number of persistent connections.-1 means no limit.
MySQL. max_persistent =-1
; Maximum number of connections (persistent + non-persistent).-1 means no limit.
MySQL. max_links =-1
; Mysql_connect () Default port number. If not set, mysql_connect () will use $ mysql_tcp_port
Or the mysql-TCP entry in/etc/services or the mysql_port value defined during compilation (in this Order ).
; Win32 only searches for the value of mysql_port.
MySQL. default_port =
The default socket name for the local MySQL connection. If it is null, use the default built-in MySQL value.
MySQL. default_socket =
; Default host value of mysql_connect () (not effective in security mode ).
MySQL. default_host =
; Default User value of mysql_connect () (not effective in security mode ).
MySQL. default_user =
; Default password value of mysql_connect () (not effective in security mode ).
Note that saving the password in this file is generally ** bad.
* Any * PHP user can execute 'echo get_cmd_var ("mysql. default_password ")
And get this password! And, of course, any user with the permission to read this file can obtain this password.
MySQL. default_password =
; Maximum connection timeout time (in seconds),-1 means no limit.
MySQL. connect_timeout = 60
Tracking mode. When trace_mode is enabled (= on), table/index scan warnings and SQL errors are displayed.
MySQL. trace_mode = off
[Mysqli]
; Maximum number of connections.-1 means no limit.
Mysqli. max_links =-1
; Mysqli_connect () Default port number. If not set, mysql_connect () will use $ mysql_tcp_port
Or the mysql-TCP entry in/etc/services or the mysql_port value defined during compilation (in this Order ).
; Win32 only searches for the value of mysql_port.
Mysqli. default_port = 3306
The default socket name for the local MySQL connection. If it is null, use the default built-in MySQL value.
Mysqli. default_socket =
; Default host value of mysqli_connect () (not effective in security mode ).
Mysqli. default_host =
; Default User value of mysqli_connect () (not effective in security mode ).
Mysqli. default_user =
; Default password value of mysqli_connect () (not effective in security mode ).
Note that saving the password in this file is generally ** bad.
; * Any * PHP user can execute 'echo get_cmd_var ("mysqli. default_password ")
And get this password! And, of course, any user with the permission to read this file can obtain this password.
Mysqli. default_pw =
; Allow or block persistent connections.
Mysqli. Reconnect = off
[Msql]
; Allow or block persistent connections.
Msql. allow_persistent = on
; The maximum number of persistent connections.-1 means no limit.
Msql. max_persistent =-1
; Maximum number of connections (persistent + non-persistent).-1 means no limit.
Msql. max_links =-1
[Oci8]
; Open the authorization connection using external authentication (oci_sysoper, oci_sysdba)
; Oci8.privileged _ connect = off
; Connection: the maximum number of persistent oci8 connections for each process.-1 means no limit.
; Oci8.max _ persistent =-1
Connection: the maximum number of seconds that a process can maintain a idle persistent connection.
;-1 indicates that the idle persistent connection is always maintained.
; Oci8.persistent _ timeout =-1
; Connection: the number of seconds that must pass each Ping request when oci_pconnect () checks whether a connection is valid.
When it is set to 0, each oci_pconnect () will initiate a ping. Using-1 to completely disable the ping.
; Oci8.ping _ interval = 60
; Tuning: This option enables the statement cache and specifies the number of declarations in the buffer. Use 0 to disable the Declaration buffer.
; Oci8.statement _ cache_size = 20
; Optimization: Enable statement prefetch and set the number of rows automatically obtained after the declaration is executed.
; Oci8.default _ prefetch = 10
; Compatibility: if it is set to on, it means that oci_close () will not close the connection between oci_connect () and oci_new_connect.
; Oci8.old _ oci_close_semantics = off
[Postgressql]
; Allow or block persistent connections.
Pgsql. allow_persistent = on
; Always detects disconnected persistent connections during pg_pconnect.
; Automatic resetting will cause a little overhead.
Pgsql. auto_reset_persistent = off
; The maximum number of persistent connections.-1 means no limit.
Pgsql. max_persistent =-1
; Maximum number of connections (persistent + non-persistent).-1 means no limit.
Pgsql. max_links =-1
Whether to ignore PostgreSQL backend announcement messages.
It requires a little overhead to advertise message records.
Pgsql. ignore_notice = 0
; Whether to record PostgreSQL backend announcement messages.
; The module cannot record the announcement message unless pgsql. ignore_notice = 0
Pgsql. log_notice = 0
[Sybase]
; Allow or block persistent connections.
Sybase. allow_persistent = on
; The maximum number of persistent connections.-1 means no limit.
Sybase. max_persistent =-1
; Maximum number of connections (persistent + non-persistent).-1 means no limit.
Sybase. max_links =-1
; Sybase. interface_file = "/usr/Sybase/interfaces"
The minimum severity of the displayed message.
Sybase. min_error_severity = 10
The minimum severity of the displayed message.
Sybase. min_message_severity = 10
Compatible with the PHP 3.0 mode of the old version.
If it is set to on, PHP will automatically bind the result record type to the Sybase type, instead of processing all of them according to the string.
; This compatibility mode may not exist permanently, so it is best to try to make necessary modifications in the place you need in your code, and then disable this option.
Sybase. compatability_mode = off
[Sybase-CT]
; Allow or block persistent connections.
Sybct. allow_persistent = on
; The maximum number of persistent connections.-1 means no limit.
Sybct. max_persistent =-1
; Maximum number of connections (persistent + non-persistent).-1 means no limit.
Sybct. max_links =-1
; Minimum Error severity.
Sybct. min_server_severity = 10
The minimum severity of the displayed message.
Sybct. min_client_severity = 10
[Bcmath]
; Decimal places of all bcmath Functions
Bcmath. Scale = 0
[Browscap]
; Browscap = extra/browscap. ini