ini_set

(PHP 4, PHP 5)

ini_set — 为一个配置选项设置值

string ini_set ( string $varname , string $newvalue )

设置指定配置选项的值。这个选项会在脚本运行时保持新的值,并在脚本结束时恢复。

参数:

varname

   不是所有有效的选项都能够用 ini_set() 来改变的。 这里有个有效选项的清单附录。

newvalue

   选项新的值。

返回值:

成功时返回旧的值,失败时返回 FALSE。

例子:

这里有个有效选项的清单附录:

php.ini 配置选项列表

可以在 php.ini 中使用下列配置选项对 PHP 进行配置。

“可修改范围”列决定了该配置选项在什么情况下可以被设置。查看配置可被设定范围列表查看具体定义。

配置选项
名字 默认 可修改范围 更新日志
"1" PHP_INI_PERDIR 在 PHP 4.0.0 时是 PHP_INI_ALL。 在 PHP 5.4.0 中移除该选项。
"1" PHP_INI_SYSTEM 在 PHP <= 4.3.4 时是 PHP_INI_ALL。
"0" PHP_INI_ALL 在 PHP 5 时是 PHP_INI_SYSTEM。 从 PHP 5.2.0 起可用。
"0" PHP_INI_PERDIR 在 PHP <= 4.2.3 时是 PHP_INI_ALL。 从 PHP 4.1.0 起可用。
"1" PHP_INI_ALL 在 APC <= 3.0.12 时是 PHP_INI_SYSTEM。 从 APC 3.0.0 起可用。
"1" PHP_INI_SYSTEM 在 APC 2 时是 PHP_INI_SYSTEM。 在 APC <= 3.0.12 时是 PHP_INI_ALL。
"0" PHP_INI_SYSTEM 从 APC 3.0.7 起可用。
"2" PHP_INI_SYSTEM 从 APC 3.0.6 起可用。
NULL PHP_INI_SYSTEM
"3600" PHP_INI_SYSTEM
"0" PHP_INI_SYSTEM 从 APC 3.0.12 起可用。
"0" PHP_INI_SYSTEM 从 APC 3.0.14 起可用。
"512" PHP_INI_SYSTEM 从 APC 3.0.14 起可用。
"1M" PHP_INI_SYSTEM 从 APC 3.0.7 起可用。
NULL PHP_INI_SYSTEM
"1000" PHP_INI_SYSTEM
"0" PHP_INI_ALL 在 APC 2 时是 PHP_INI_SYSTEM。 在 APC 3.0.13 中移除该选项。
"0" PHP_INI_SYSTEM 从 APC 3.0.11 起可用。
"0" PHP_INI_SYSTEM 从 APC 3.0.13 起可用。
"0" PHP_INI_SYSTEM
"APC_UPLOAD_PROGRESS" PHP_INI_SYSTEM
"upload_" PHP_INI_SYSTEM
"1" PHP_INI_SYSTEM
"30" PHP_INI_SYSTEM
"0" PHP_INI_SYSTEM 从 APC 3.0.0 起可用。
"1" PHP_INI_SYSTEM 从 APC 3.0.10 起可用。
"0" PHP_INI_SYSTEM 从 APC 3.0.13 起可用。
"0" PHP_INI_SYSTEM 从 APC 3.0.0 起可用。
"4096" PHP_INI_SYSTEM 从 APC 3.0.0 起可用。
"0" PHP_INI_SYSTEM 从 APC 3.0.0 起可用。
"1" PHP_INI_SYSTEM 从 APC 3.0.11 起可用。
apd.bitmask "0" PHP_INI_ALL 在 apd 0.9 中移除该选项。
NULL PHP_INI_ALL
"0" PHP_INI_ALL 从 apd 0.9 起可用。
arg_separator "&" PHP_INI_ALL 在 PHP 4.0.6 中移除该选项。
"&" PHP_INI_PERDIR 从 PHP 4.0.5 起可用。
"&" PHP_INI_ALL 从 PHP 4.0.5 起可用。
"0" PHP_INI_PERDIR 在 PHP 4.0.0 时是 PHP_INI_ALL。
"1" PHP_INI_ALL
"0" PHP_INI_ALL
NULL PHP_INI_ALL
"0" PHP_INI_ALL
"1" PHP_INI_ALL
async_send "0" PHP_INI_ALL 从 PHP 4.2.0 起可用。 在 PHP 4.3.0 中移除该选项。
NULL PHP_INI_PERDIR 在 PHP <= 4.2.3 时是 PHP_INI_ALL。
"0" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"1" PHP_INI_PERDIR 从 PHP 5.0.0 起可用。
NULL PHP_INI_PERDIR 在 PHP <= 4.2.3 时是 PHP_INI_ALL。
axis2.client_home "~/work/axisc/c/deply" PHP_INI_ALL
axis2.enable_exception "1" PHP_INI_ALL
axis2.enable_trace "1" PHP_INI_ALL
axis2.log_path "/tmp" PHP_INI_ALL
"0" PHP_INI_ALL
bcompiler.enabled "1" PHP_INI_ALL 从 bcompiler 0.8 起可用。
birdstep.max_links "-1" PHP_INI_ALL 从 PHP 4.2.0 起可用。
blenc.key_file "/usr/local/etc/blenckeys" PHP_INI_ALL
NULL PHP_INI_SYSTEM
"1" PHP_INI_SYSTEM 从 PHP 5.2.1 起可用。
cgi.discard_path "0" PHP_INI_SYSTEM 从 PHP 5.3.0 起可用。
"1" PHP_INI_SYSTEM 在 PHP <= 5.2.0 时是 PHP_INI_ALL。 从 PHP 4.3.0 起可用。
"1" PHP_INI_SYSTEM 在 PHP <= 5.2.0 时是 PHP_INI_ALL。 从 PHP 4.2.0 起可用。
cgi.nph "0" PHP_INI_ALL 从 PHP 4.3.5 起可用。
NULL PHP_INI_SYSTEM 在 PHP <= 5.2.0 时是 PHP_INI_ALL。 从 PHP 4.2.0 起可用。
"0" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"0" PHP_INI_ALL 从 PHP 4.0.5 起可用。
"" PHP_INI_ALL 从 PHP 5.4.0 起可用。
"\\b \\> " PHP_INI_ALL 从 PHP 5.4.0 起可用。
"0" PHP_INI_ALL 从 PHP 5.4.0 起可用。
coin_acceptor.autoreset "On" PHP_INI_ALL 在 coin_acceptor 0.2 中移除该选项。
coin_acceptor.auto_initialize "Off" PHP_INI_ALL 从 coin_acceptor 0.2 起可用。
coin_acceptor.auto_reset "On" PHP_INI_ALL 从 coin_acceptor 0.2 起可用。
coin_acceptor.command_function "Off" PHP_INI_ALL 从 coin_acceptor 0.3 起可用。
coin_acceptor.delay "53132" PHP_INI_ALL 在 coin_acceptor 0.2 中移除该选项。
coin_acceptor.delay_coins "53132" PHP_INI_ALL 从 coin_acceptor 0.2 起可用。
coin_acceptor.delay_prom "55748" PHP_INI_ALL 从 coin_acceptor 0.2 起可用。
coin_acceptor.device "/dev/ttyS1" PHP_INI_ALL 在 coin_acceptor 0.2 中移除该选项。
coin_acceptor.lock_on_close "Off" PHP_INI_ALL 从 coin_acceptor 0.2 起可用。
coin_acceptor.start_unlocked "On" PHP_INI_ALL 从 coin_acceptor 0.2 起可用。
"0" PHP_INI_SYSTEM 从 PHP 4.0.5 起可用。
"1" PHP_INI_ALL 在 PHP 4 时是 PHP_INI_SYSTEM。从 PHP 4.1.0 起可用。
"0" PHP_INI_ALL 在 PHP 4 时是 PHP_INI_SYSTEM。 从 PHP 4.1.0 起可用。
"0" PHP_INI_ALL 在 PHP 4 时是 PHP_INI_SYSTEM。 从 PHP 4.1.0 起可用。
"" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"" PHP_INI_SYSTEM 从 PHP 4.0.5 起可用。
crack.default_dictionary NULL PHP_INI_PERDIR 在 crack <= 0.2 时是 PHP_INI_SYSTEM。 从 PHP 4.0.5 起可用。 在 PHP 5.0.0 中移除该选项。
daffodildb.default_host "localhost" PHP_INI_ALL
daffodildb.default_password "daffodil" PHP_INI_ALL
daffodildb.default_socket NULL PHP_INI_ALL
daffodildb.default_user "DAFFODIL" PHP_INI_ALL
daffodildb.port "3456" PHP_INI_ALL
"31.7667" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"35.2333" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"90.583333" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"90.583333" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"" PHP_INI_ALL 从 PHP 5.1.0 起可用。
dba.default_handler "" PHP_INI_ALL 从 PHP 4.3.3 起可用。
"unchanged" PHP_INI_SYSTEM 从 PHP 4.3.0 起可用。 在 PHP 5.1.0 中移除该选项。
"" PHP_INI_ALL
"text/html" PHP_INI_ALL
"60" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"0" PHP_INI_ALL 在 PHP 5.4.0 中移除该选项。
"1" PHP_INI_ALL 从 PHP 5.1.0 起可用。 本过时特性肯定会在未来被移除
"" php.ini only 从 PHP 4.3.2 起可用。
"" php.ini only 从 PHP 4.0.1 起可用。
"1" PHP_INI_ALL
"0" PHP_INI_ALL 从 PHP 4.0.3 起可用。
"" PHP_INI_ALL 从 PHP 4.3.2 起可用。
"" PHP_INI_ALL 从 PHP 4.3.0 起可用。
NULL PHP_INI_SYSTEM
"1" PHP_INI_SYSTEM 本过时特性肯定会在未来被移除
"1" PHP_INI_ALL 从 PHP 4.0.5 起可用。
NULL PHP_INI_ALL
NULL PHP_INI_ALL
NULL PHP_INI_ALL
NULL PHP_INI_ALL
etpan.default.charset "utf-8" PHP_INI_ALL
etpan.default.protocol "imap" PHP_INI_ALL
"JIS" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"JIS" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"UCS-2LE" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"UCS-2BE" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"ISO-8859-15" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"" PHP_INI_ALL 从 PHP 5.3 起可用。0
"" PHP_INI_ALL
"1" PHP_INI_ALL
"10" PHP_INI_ALL
"1" php.ini only
NULL php.ini only
"/path/to/php" PHP_INI_SYSTEM
"0" PHP_INI_SYSTEM 在 PHP <= 5.2.0 时是 PHP_INI_ALL。 从 PHP 4.3.0 起可用。
"1" PHP_INI_SYSTEM 在 PHP <= 5.2.0 时是 PHP_INI_ALL。 从 PHP 4.4.0 起可用。
fbsql.allow_persistant "1" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。 在 PHP 4.2.0 中移除该选项。
fbsql.allow_persistent "1" PHP_INI_SYSTEM 从 PHP 4.2.0 起可用。
fbsql.autocommit "1" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.batchSize "1000" PHP_INI_SYSTEM 从 PHP 4.2.0 起可用。 在 PHP 5.1.0 中移除该选项。
fbsql.batchsize "1000" PHP_INI_ALL 从 PHP 5.1.0 起可用。
fbsql.default_database "" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.default_database_password "" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.default_host NULL PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.default_password "" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.default_user "_SYSTEM" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.generate_warnings "0" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.max_connections "128" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.max_links "128" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.max_persistent "-1" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.max_results "128" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。
fbsql.mbatchSize "1000" PHP_INI_SYSTEM 从 PHP 4.0.6 起可用。 在 PHP 4.2.0 中移除该选项。
fbsql.show_timestamp_decimals "0" PHP_INI_SYSTEM 从 PHP 5.1.5 起可用。
"1" PHP_INI_SYSTEM 在 PHP <= 4.2.3 时是 PHP_INI_ALL。 从 PHP 4.0.3 起可用。
"unsafe_raw" PHP_INI_PERDIR 在 filter <= 0.9.4 时是 PHP_INI_ALL。 从 PHP 5.2.0 起可用。
NULL PHP_INI_PERDIR 在 filter <= 0.9.4 时是 PHP_INI_ALL。 从 PHP 5.2.0 起可用。
"" PHP_INI_ALL
"0" PHP_INI_ALL 从 PHP 5.1.3 起可用。
geoip.custom_directory NULL PHP_INI_ALL 从 geoip 1.0.1 起可用。
geoip.database_standard "GeoIP.dat" PHP_INI_ALL 在 geoip 1.0.1 中移除该选项。
"GPC" PHP_INI_ALL 在 PHP 5.0.0 中移除该选项。
hidef.ini_path (char*)default_ini_path PHP_INI_SYSTEM
"#FFFFFF" PHP_INI_ALL 在 PHP 5.4.0 中移除该选项。
"#FF8000" PHP_INI_ALL
"#0000BB" PHP_INI_ALL
"#000000" PHP_INI_ALL
"#007700" PHP_INI_ALL
"#DD0000" PHP_INI_ALL
"1" PHP_INI_ALL 在 PHP <= 4.2.3 时是 PHP_INI_SYSTEM。 从 PHP 4.0.2 起可用。
htscanner.config_file ".htaccess" PHP_INI_SYSTEM
htscanner.default_docroot "/" PHP_INI_SYSTEM
htscanner.default_ttl "300" PHP_INI_SYSTEM 从 htscanner 0.6.0 起可用。
htscanner.stop_on_error "0" PHP_INI_SYSTEM 从 htscanner 0.7.0 起可用。
http.allowed_methods "" PHP_INI_ALL Available since pecl_http 0.4.0. 在 pecl_http 1.0.0 中移除该选项。
http.allowed_methods_log "" PHP_INI_ALL Available since pecl_http 0.12.0. 在 pecl_http 1.0.0 中移除该选项。
http.cache_log "" PHP_INI_ALL Available since pecl_http 0.8.0. 在 pecl_http 1.0.0 中移除该选项。
http.composite_log "" PHP_INI_ALL Available since pecl_http 0.12.0. 在 pecl_http 1.0.0 中移除该选项。
http.etag.mode "MD5" PHP_INI_ALL 从 pecl_http 1.0.0 起可用。
http.etag_mode "MD5" PHP_INI_ALL Available since pecl_http 0.12.0. 在 pecl_http 1.0.0 中移除该选项。
http.force_exit "1" PHP_INI_ALL 从 pecl_http 0.18.0 起可用。
http.log.allowed_methods "" PHP_INI_ALL 从 pecl_http 1.0.0 起可用。
http.log.cache "" PHP_INI_ALL 从 pecl_http 1.0.0 起可用。
http.log.composite "" PHP_INI_ALL 从 pecl_http 1.0.0 起可用。
http.log.not_found "" PHP_INI_ALL 从 pecl_http 1.0.0 起可用。
http.log.redirect "" PHP_INI_ALL 从 pecl_http 1.0.0 起可用。
http.ob_deflate_auto "0" PHP_INI_PERDIR Available since pecl_http 0.21.0. 在 pecl_http 1.0.0 中移除该选项。
http.ob_deflate_flags "0" PHP_INI_ALL Available since pecl_http 0.21.0. 在 pecl_http 1.0.0 中移除该选项。
http.ob_inflate_auto "0" PHP_INI_PERDIR Available since pecl_http 0.21.0. 在 pecl_http 1.0.0 中移除该选项。
http.ob_inflate_flags "0" PHP_INI_ALL Available since pecl_http 0.21.0. 在 pecl_http 1.0.0 中移除该选项。
http.only_exceptions "0" PHP_INI_ALL 从 pecl_http 0.11.0 起可用。
http.persistent.handles.ident "GLOBAL" PHP_INI_ALL 从 pecl_http 1.5.0 起可用。
http.persistent.handles.limit "-1" PHP_INI_SYSTEM 从 pecl_http 1.5.0 起可用。
http.redirect_log "" PHP_INI_ALL Available since pecl_http 0.12.0. 在 pecl_http 1.0.0 中移除该选项。
http.request.datashare.connect "0" PHP_INI_SYSTEM 从 pecl_http 1.3.0 起可用。
http.request.datashare.cookie "0" PHP_INI_SYSTEM 从 pecl_http 1.3.0 起可用。
http.request.datashare.dns "1" PHP_INI_SYSTEM 从 pecl_http 1.3.0 起可用。
http.request.datashare.ssl "0" PHP_INI_SYSTEM 从 pecl_http 1.3.0 起可用。
http.request.methods.allowed "" PHP_INI_ALL 从 pecl_http 1.0.0 起可用。
http.request.methods.custom "" PHP_INI_PERDIR 从 pecl_http 1.0.0 起可用。
http.send.deflate.start_auto "0" PHP_INI_PERDIR 从 pecl_http 1.0.0 起可用。
http.send.deflate.start_flags "0" PHP_INI_ALL 从 pecl_http 1.0.0 起可用。
http.send.inflate.start_auto "0" PHP_INI_PERDIR 从 pecl_http 1.0.0 起可用。
http.send.inflate.start_flags "0" PHP_INI_ALL 从 pecl_http 1.0.0 起可用。
http.send.not_found_404 "1" PHP_INI_ALL 从 pecl_http 1.0.0 起可用。
hyerwave.allow_persistent "0" PHP_INI_SYSTEM 在 PHP 4.3.2 中移除该选项。
hyperwave.allow_persistent "0" PHP_INI_SYSTEM 从 PHP 4.3.2 起可用。 在 PHP 5.0.0 中移除该选项。
hyperwave.default_port "418" PHP_INI_ALL 在 PHP 5.0.0 中移除该选项。
"1" PHP_INI_SYSTEM
"%Y-%m-%d" PHP_INI_ALL
NULL PHP_INI_ALL 从 PHP 5.0.0 起可用。
NULL PHP_INI_SYSTEM 从 PHP 5.0.0 起可用。
NULL PHP_INI_ALL
NULL PHP_INI_ALL
"-1" PHP_INI_SYSTEM
"-1" PHP_INI_SYSTEM
"%H:%M:%S" PHP_INI_ALL
"%Y-%m-%d %H:%M:%S" PHP_INI_ALL
"1" PHP_INI_ALL
"0" PHP_INI_SYSTEM 从 ibm_db2 1.4.9 起可用。
"0" PHP_INI_SYSTEM 从 ibm_db2 1.5.0 起可用。
NULL PHP_INI_SYSTEM 从 ibm_db2 1.0.2 起可用。
"ISO-8859-1" PHP_INI_ALL 从 PHP 4.0.5 起可用。
"ISO-8859-1" PHP_INI_ALL 从 PHP 4.0.5 起可用。
"ISO-8859-1" PHP_INI_ALL 从 PHP 4.0.5 起可用。
"1" PHP_INI_SYSTEM 在 PHP 5.2.1 中移除该选项。
"1" PHP_INI_ALL 在 PHP 5.2.1 中移除该选项。
"0" PHP_INI_ALL 在 PHP 5.2.1 中移除该选项。
"0" PHP_INI_ALL 在 PHP 5.2.1 中移除该选项。
NULL PHP_INI_SYSTEM 在 PHP 5.2.1 中移除该选项。
NULL PHP_INI_SYSTEM 在 PHP 5.2.1 中移除该选项。
NULL PHP_INI_SYSTEM 在 PHP 5.2.1 中移除该选项。
"-1" PHP_INI_SYSTEM 在 PHP 5.2.1 中移除该选项。
"-1" PHP_INI_SYSTEM 在 PHP 5.2.1 中移除该选项。
"0" PHP_INI_ALL 在 PHP 5.2.1 中移除该选项。
"0" PHP_INI_ALL 在 PHP 5.2.1 中移除该选项。
"0" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"0" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"0" PHP_INI_ALL
imlib2.font_cache_max_size "524288" PHP_INI_ALL
imlib2.font_path "/usr/share/php/fonts/" PHP_INI_ALL
"0" PHP_INI_ALL 在 PHP <= 4.2.3 时是 PHP_INI_PERDIR。
".;/path/to/php/pear" PHP_INI_ALL
"1" PHP_INI_SYSTEM 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
"1" PHP_INI_ALL 从 ingres 1.4.0 起可用。
"4096" PHP_INI_ALL 从 ingres 1.2.0 起可用。
"0" PHP_INI_ALL 从 ingres 1.1 起可用。
NULL PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
NULL PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
NULL PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
"-1" PHP_INI_SYSTEM 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
"-1" PHP_INI_SYSTEM 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
ingres.report_db_warnings "1" PHP_INI_ALL 从 ingres 1.1 起可用。
ingres.timeout "-1" PHP_INI_ALL 从 ingres 1.4.0 起可用。
"0" PHP_INI_ALL 从 ingres 1.2.1 起可用。
ircg.control_user "nobody" PHP_INI_ALL 从 PHP 5.0.0 起可用。 在 PHP 5.1.0 中移除该选项。
ircg.keep_alive_interval "60" PHP_INI_ALL 从 PHP 5.0.0 起可用。 在 PHP 5.1.0 中移除该选项。
ircg.max_format_message_sets "12" PHP_INI_ALL 从 PHP 5.0.0 起可用。 在 PHP 5.1.0 中移除该选项。
ircg.shared_mem_size "6000000" PHP_INI_ALL 从 PHP 5.0.0 起可用。 在 PHP 5.1.0 中移除该选项。
ircg.work_dir "/tmp/ircg" PHP_INI_ALL 从 PHP 5.0.0 起可用。 在 PHP 5.1.0 中移除该选项。
"0" PHP_INI_ALL 从 PHP 4.0.5 起可用。
ldap.base_dn NULL PHP_INI_ALL 在 PHP 4.2.0 中移除该选项。
ldap.max_links "-1" PHP_INI_SYSTEM
log.dbm_dir "" PHP_INI_ALL 在 PHP 4.0.1 中移除该选项。
"0" PHP_INI_ALL
"1024" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"1" PHP_INI_PERDIR 在 PHP <= 4.2.3 时是 PHP_INI_ALL。 从 PHP 5.3.0 起不推荐使用。 在 PHP 5.4.0 中移除该选项。
"0" PHP_INI_ALL 在 PHP 5.4.0 中移除该选项。
"0" PHP_INI_ALL 在 PHP 5.4.0 中移除该选项。
"0" PHP_INI_PERDIR 从 PHP 5.3.0 起可用。
mail.force_extra_parameters NULL php.ini only 从 PHP 5.0.0 起可用。
"" PHP_INI_ALL 从 PHP 5.3.0 起可用。
mailparse.def_charset "us-ascii" PHP_INI_ALL 从 PHP 4.1.0 起可用。 在 PHP 4.2.0 中移除该选项。
NULL PHP_INI_ALL
NULL PHP_INI_ALL
NULL PHP_INI_ALL
NULL PHP_INI_ALL
"200" PHP_INI_ALL
"30" PHP_INI_ALL
"64" PHP_INI_PERDIR 从 PHP 4.4 起可用。8 and PHP 5.2.3.
1000 PHP_INI_PERDIR 从 PHP 5.3.9 起可用。
"-1" PHP_INI_PERDIR 从 PHP 4.3.0 起可用。
NULL PHP_INI_ALL 从 PHP 4.0.6 起可用。
"0" PHP_INI_PERDIR 从 PHP 4.3.0 起可用。
"0" PHP_INI_SYSTEM 在 PHP <= 4.2.3 时是 PHP_INI_SYSTEM;从 PHP 4.3 起可用于 PHP_INI_SYSTEM | PHP_INI_PERDIR 。        through 5.2.6. 从 PHP 4.2.0 起可用。
"pass" PHP_INI_ALL 从 PHP 4.0.6 起可用。
"pass" PHP_INI_ALL 从 PHP 4.0.6 起可用。
NULL PHP_INI_ALL 从 PHP 4.0.6 起可用。
"neutral" PHP_INI_ALL       从 PHP 4.3.0 起可用;在 PHP <= 5.2.6 时是 PHP_INI_PERDIR 。      
mbstring.script_encoding NULL PHP_INI_ALL 从 PHP 4.3.0 起可用。
"0" PHP_INI_ALL 从 PHP 5.1.2 起可用。
NULL PHP_INI_ALL 从 PHP 4.0.6 起可用。
NULL PHP_INI_ALL 从 PHP 4.0.2 起可用。
NULL PHP_INI_ALL 从 PHP 4.0.2 起可用。
"1" PHP_INI_ALL 从 memcache 2.0.2 起可用。
"8192" PHP_INI_ALL 从 memcache 2.0.2 起可用。
"11211" PHP_INI_ALL 从 memcache 2.0.2 起可用。
"crc32" PHP_INI_ALL 从 memcache 2.2.0 起可用。
"standard" PHP_INI_ALL 从 memcache 2.2.0 起可用。
"20" PHP_INI_ALL 从 memcache 2.1.0 起可用。
"128M" PHP_INI_ALL
"0" PHP_INI_SYSTEM 从 PHP 5.0.0 起可用。
"/path/to/php/magic.mime" PHP_INI_SYSTEM 从 PHP 4.3.0 起可用。
"1" PHP_INI_ALL
"-1" PHP_INI_ALL
"-1" PHP_INI_ALL
mssql.allow_persistent "1" PHP_INI_SYSTEM
mssql.batchsize "0" PHP_INI_ALL 从 PHP 4.0.4 起可用。
mssql.charset "" PHP_INI_ALL 从 PHP 5.1.2 起可用。
mssql.compatability_mode "0" PHP_INI_ALL
mssql.connect_timeout "5" PHP_INI_ALL
mssql.datetimeconvert "1" PHP_INI_ALL 从 PHP 4.2.0 起可用。
mssql.max_links "-1" PHP_INI_SYSTEM
mssql.max_persistent "-1" PHP_INI_SYSTEM
mssql.max_procs "-1" PHP_INI_ALL 从 PHP 4.3.0 起可用。
mssql.min_error_severity "10" PHP_INI_ALL
mssql.min_message_severity "10" PHP_INI_ALL
mssql.secure_connection "0" PHP_INI_SYSTEM 从 PHP 4.3.0 起可用。
mssql.textlimit "-1" PHP_INI_ALL
mssql.textsize "-1" PHP_INI_ALL
mssql.timeout "60" PHP_INI_ALL 从 PHP 4.1.0 起可用。
"1" PHP_INI_SYSTEM
"60" PHP_INI_ALL 在 PHP <= 4.3.2 时是 PHP_INI_SYSTEM。 从 PHP 4.3.0 起可用。
NULL PHP_INI_ALL
NULL PHP_INI_ALL
NULL PHP_INI_ALL
NULL PHP_INI_ALL 从 PHP 4.0.1 起可用。
NULL PHP_INI_ALL
"-1" PHP_INI_SYSTEM
"-1" PHP_INI_SYSTEM
"0" PHP_INI_ALL 从 PHP 4.3.0 起可用。
NULL PHP_INI_ALL 从 PHP 5.0.0 起可用。
"3306" PHP_INI_ALL 从 PHP 5.0.0 起可用。
NULL PHP_INI_ALL 从 PHP 5.0.0 起可用。
NULL PHP_INI_ALL 从 PHP 5.0.0 起可用。
NULL PHP_INI_ALL 从 PHP 5.0.0 起可用。
"-1" PHP_INI_SYSTEM 从 PHP 5.0.0 起可用。
"0" PHP_INI_SYSTEM 从 PHP 5.0.0 起可用。
namazu.debugmode "0" PHP_INI_ALL
namazu.lang NULL PHP_INI_ALL
namazu.loggingmode "0" PHP_INI_ALL
namazu.sortmethod NULL PHP_INI_ALL
namazu.sortorder NULL PHP_INI_ALL
"60" PHP_INI_ALL 从 PHP 4.3.3 起可用。
"10" PHP_INI_SYSTEM 从 PHP 5.1.2 起可用。
"-1" PHP_INI_SYSTEM 从 PHP 5.1.2 起可用。
"0" PHP_INI_SYSTEM 从 PHP 5.1.2 起可用。
"-1" PHP_INI_SYSTEM 从 PHP 5.1.2 起可用。
"60" PHP_INI_SYSTEM 从 PHP 5.1.2 起可用。
"0" PHP_INI_SYSTEM 从 PHP 5.1.2 起可用。
"20" PHP_INI_SYSTEM 从 PHP 5.1.2 起可用。
"1" PHP_INI_SYSTEM
"1" PHP_INI_SYSTEM
"1" PHP_INI_ALL
"4096" PHP_INI_ALL
NULL PHP_INI_ALL
NULL PHP_INI_ALL
NULL PHP_INI_ALL
"-1" PHP_INI_SYSTEM
"-1" PHP_INI_SYSTEM
odbtp.datetime_format "object" PHP_INI_ALL
odbtp.detach_default_queries "0" PHP_INI_ALL
odbtp.guid_format "string" PHP_INI_ALL 从 odbtp 1.1.3 起可用。
odbtp.interface_file "/usr/local/share/odbtp.conf" PHP_INI_ALL
odbtp.truncation_errors "1" PHP_INI_ALL
opendirectory.default_separator "/" PHP_INI_ALL 在 opendirectory 0.2.2 中移除该选项。
opendirectory.max_refs "-1" PHP_INI_ALL
opendirectory.separator "/" PHP_INI_ALL 从 opendirectory 0.2.2 起可用。
NULL PHP_INI_ALL 在 PHP < 5.2.3 时是 PHP_INI_SYSTEM。
oracle.allow_persistent "-1" PHP_INI_ALL 在 PHP 5.1.0 中移除该选项。
oracle.max_links "-1" PHP_INI_ALL 在 PHP 5.1.0 中移除该选项。
oracle.max_persistent "-1" PHP_INI_ALL 在 PHP 5.1.0 中移除该选项。
"0" PHP_INI_PERDIR
NULL PHP_INI_PERDIR 从 PHP 4.0.4 起可用。
pam.servicename "php" PHP_INI_ALL
"1000000" PHP_INI_ALL 从 PHP 5.2.0 起可用。
"100000" PHP_INI_ALL 从 PHP 5.2.0 起可用。
php.ini only 从 PHP 5.1.0 起可用。
"strict" PHP_INI_ALL 从 PHP 5.1.0 起可用。
NULL PHP_INI_SYSTEM 从 PHP 5.1.1 起可用。 本过时特性肯定会在未来被移除
pfpro.defaulthost "test-payflow.verisign.com" PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
pfpro.defaultport "443" PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
pfpro.defaulttimeout "30" PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
pfpro.proxyaddress "" PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
pfpro.proxylogon "" PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
pfpro.proxypassword "" PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
pfpro.proxyport "" PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 5.1.0 中移除该选项。
"1" PHP_INI_SYSTEM
"0" PHP_INI_SYSTEM 从 PHP 4.2.0 起可用。
"0" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"0" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"-1" PHP_INI_SYSTEM
"-1" PHP_INI_SYSTEM
"" PHP_INI_ALL 从 phar 1.1.0 起可用。
"1" PHP_INI_ALL
"1" PHP_INI_ALL
On PHP_INI_PERDIR 从 PHP 5.4.0 起可用。
"8M" PHP_INI_PERDIR 在 PHP <= 4.2.3 时是 PHP_INI_SYSTEM。 从 PHP 4.0.3 起可用。
"14" PHP_INI_ALL
printer.default_printer "" PHP_INI_ALL 从 PHP 4.0.6 起可用。 在 PHP 4.1.1 中移除该选项。
python.append_path "" PHP_INI_ALL
python.prepend_path "." PHP_INI_ALL
"16K" PHP_INI_SYSTEM 从 PHP 5.1.0 起可用。
"120" PHP_INI_SYSTEM 从 PHP 5.1.0 起可用。
"1" PHP_INI_PERDIR 在 PHP <= 4.2.3 时是 PHP_INI_ALL。
"0" PHP_INI_PERDIR 在 PHP <= 4.2.3 时是 PHP_INI_ALL。 从 PHP 5.3.0 起不推荐使用。 在 PHP 5.4.0 中移除该选项。
"1" PHP_INI_PERDIR 从 PHP 5.0.0 起可用。 从 PHP 5.3.0 起不推荐使用。在 PHP 5.4.0 中移除该选项。
"1" PHP_INI_ALL 从 PHP 4.3.0 起可用。
report_zend_debug "1" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"" PHP_INI_PERDIR 在 PHP 5.3.0 时增加
"0" PHP_INI_SYSTEM
"" PHP_INI_PERDIR
"0" PHP_INI_SYSTEM 在 PHP 5.4.0 中移除该选项。
"PHP_" PHP_INI_SYSTEM 在 PHP 5.4.0 中移除该选项。
"" PHP_INI_SYSTEM 在 PHP 5.4.0 中移除该选项。
"0" PHP_INI_SYSTEM 从 PHP 4.1.0 起可用。 在 PHP 5.4.0 中移除该选项。
NULL PHP_INI_SYSTEM 从 PHP 4.1.0 起可用。 在 PHP 5.4.0 中移除该选项。
"LD_LIBRARY_PATH" PHP_INI_SYSTEM 在 PHP 5.4.0 中移除该选项。
NULL PHP_INI_ALL
"/usr/sbin/sendmail -t -i" PHP_INI_SYSTEM
"17" PHP_INI_ALL        从 PHP 4.3.2 起可用。 Until PHP 5.3.5, the default value was 100.      
"0" PHP_INI_ALL
"1" PHP_INI_ALL 从 PHP 4.3.0 起可用。 在 PHP 5.4.0 中移除该选项。
"1" PHP_INI_ALL 从 PHP 4.3.0 起可用。 在 PHP 5.4.0 中移除该选项。
"180" PHP_INI_ALL
"nocache" PHP_INI_ALL
"" PHP_INI_ALL
"" PHP_INI_ALL 从 PHP 5.2.0 起可用。
"0" PHP_INI_ALL
"/" PHP_INI_ALL
"" PHP_INI_ALL 从 PHP 4.0.4 起可用。
"" PHP_INI_ALL
"0" PHP_INI_ALL
session.gc_dividend "100" PHP_INI_ALL 从 PHP 4.3.0 起可用。 在 PHP 4.3.2 中移除该选项。
"100" PHP_INI_ALL 从 PHP 4.3.2 起可用。
"1440" PHP_INI_ALL
"1" PHP_INI_ALL
"4" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"0" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"PHPSESSID" PHP_INI_ALL
"" PHP_INI_ALL
"files" PHP_INI_ALL
"" PHP_INI_ALL
"php" PHP_INI_ALL
"1" PHP_INI_ALL
"1" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"0" PHP_INI_ALL 在 PHP <= 4.2.3 时是 PHP_INI_ALL。 在 PHP < 5 时是 PHP_INI_PERDIR。 从 PHP 4.0.3 起可用。
session_pgsql.create_table "1" PHP_INI_SYSTEM
session_pgsql.db "host=localhost dbname=php_session user=nobody" PHP_INI_SYSTEM
session_pgsql.disable "0" PHP_INI_SYSTEM
session_pgsql.failover_mode "0" PHP_INI_SYSTEM
session_pgsql.gc_interval "3600" PHP_INI_SYSTEM
session_pgsql.keep_expired "0" PHP_INI_SYSTEM
session_pgsql.sem_file_name "/tmp/php_session_pgsql" PHP_INI_SYSTEM
session_pgsql.serializable "0" PHP_INI_SYSTEM
session_pgsql.short_circuit "0" PHP_INI_SYSTEM
session_pgsql.use_app_vars "0" PHP_INI_SYSTEM
session_pgsql.vacuum_interval "21600" PHP_INI_SYSTEM
"1" PHP_INI_ALL 在 PHP 4.0.0 时是 PHP_INI_ALL。 在 PHP < 5.3.0 时是 PHP_INI_PERDIR
simple_cvs.authMethod "0" PHP_INI_ALL
simple_cvs.compressionLevel "0" PHP_INI_ALL
simple_cvs.cvsRoot "0" PHP_INI_ALL
simple_cvs.host "0" PHP_INI_ALL
simple_cvs.moduleName "0" PHP_INI_ALL
simple_cvs.userName "0" PHP_INI_ALL
simple_cvs.workingDir "0" PHP_INI_ALL
"localhost" PHP_INI_ALL
"25" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"1" PHP_INI_ALL 从 PHP 5.1.5 起可用。
"/tmp" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"1" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"5" PHP_INI_ALL 从 PHP 5.1.5 起可用。
"86400" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"0" PHP_INI_SYSTEM
"0" PHP_INI_ALL 从 PHP 5.0.0 起可用。
"1" PHP_INI_ALL 在 PHP <= 4.0.2 时是 PHP_INI_ALL。 在 PHP <= 4.0.3 时是 PHP_INI_SYSTEM。
sybase.hostname NULL PHP_INI_ALL 在 PHP 4.0.2 中移除该选项。
sybase.interface_file "" PHP_INI_ALL
sybase.login_timeout "0" PHP_INI_ALL 在 PHP 4.0.2 中移除该选项。
"-1" PHP_INI_ALL 在 PHP <= 4.0.2 时是 PHP_INI_ALL。 在 PHP <= 4.0.3 时是 PHP_INI_SYSTEM。
"-1" PHP_INI_ALL 在 PHP <= 4.0.2 时是 PHP_INI_ALL。 在 PHP <= 4.0.3 时是 PHP_INI_SYSTEM。
sybase.min_client_severity "10" PHP_INI_ALL 在 PHP 4.0.2 中移除该选项。
"10" PHP_INI_ALL
"10" PHP_INI_ALL
sybase.min_server_severity "10" PHP_INI_ALL 在 PHP 4.0.2 中移除该选项。
sybase.timeout "0" PHP_INI_ALL 在 PHP 4.0.2 中移除该选项。
"1" PHP_INI_SYSTEM 在 PHP <= 4.0.2 时是 PHP_INI_ALL。 从 PHP 4.0.2 起可用。 在 PHP 4.0.3 中移除该选项。
"0" PHP_INI_ALL 从 PHP 4.3.0 起可用。
NULL PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 4.0.3 中移除该选项。
"-1" PHP_INI_ALL 从 PHP 4.0.2 起可用。
"-1" PHP_INI_SYSTEM 在 PHP <= 4.0.2 时是 PHP_INI_ALL。 从 PHP 4.0.2 起可用。 在 PHP 4.0.3 中移除该选项。
"-1" PHP_INI_SYSTEM 在 PHP <= 4.0.2 时是 PHP_INI_ALL。 从 PHP 4.0.2 起可用。 在 PHP 4.0.3 中移除该选项。
"10" PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 4.0.3 中移除该选项。
"10" PHP_INI_ALL 从 PHP 4.0.2 起可用。 在 PHP 4.0.3 中移除该选项。
sybct.packet_size "0" PHP_INI_ALL 从 PHP 4.3.5 起可用。
"0" PHP_INI_ALL 从 PHP 4.0.2 起可用。
"10000" PHP_INI_ALL
"0" PHP_INI_USER 在 PHP 5 时是 PHP_INI_PERDIR。 从 PHP 5.0.0 起可用。
"" PHP_INI_SYSTEM 从 PHP 5.0.0 起可用。
"0" PHP_INI_ALL
"1" PHP_INI_ALL 在 PHP 4.0.3 中移除该选项。
unserialize_callback_func NULL PHP_INI_ALL 从 PHP 4.2.0 起可用。
uploadprogress.file.filename_template "/tmp/upt_%s.txt" PHP_INI_ALL
"2M" PHP_INI_PERDIR 在 PHP <= 4.2.3 时是 PHP_INI_ALL。
20 PHP_INI_SYSTEM 从 PHP 5.2.12 起可用。
NULL PHP_INI_SYSTEM
"a=href,area=href,frame=src,form=,fieldset=" PHP_INI_ALL 从 PHP 4.0.4 起可用。
NULL PHP_INI_ALL 从 PHP 4.3.0 起可用。
NULL PHP_INI_SYSTEM
user_ini.cache_ttl "300" PHP_INI_SYSTEM 从 PHP 5.3.0 起可用。
user_ini.filename ".user.ini" PHP_INI_SYSTEM 从 PHP 5.3.0 起可用。
valkyrie.auto_validate "0" PHP_INI_ALL
valkyrie.config_path NULL PHP_INI_ALL
"EGPCS" PHP_INI_PERDIR 在 PHP <= 5.0.5 时是 PHP_INI_ALL。
velocis.max_links "-1" PHP_INI_ALL 在 PHP 4.2.0 中移除该选项。
vld.active "0" PHP_INI_SYSTEM
vld.execute "1" PHP_INI_SYSTEM 从 vld 0.8.0 起可用。
vld.skip_append "0" PHP_INI_SYSTEM 从 vld 0.8.0 起可用。
vld.skip_prepend "0" PHP_INI_SYSTEM 从 vld 0.8.0 起可用。
"0" PHP_INI_ALL 从 PHP 5.4.0 起可用。
"0" PHP_INI_ALL 从 PHP 4.0.5 起可用。
xdebug.auto_profile "0" PHP_INI_ALL 在 Xdebug 2.0.0 中移除该选项。
xdebug.auto_profile_mode "0" PHP_INI_ALL 在 Xdebug 2.0.0 中移除该选项。
xdebug.auto_trace "0" PHP_INI_ALL
xdebug.collect_includes "1" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.collect_params "0" PHP_INI_ALL
xdebug.collect_return "0" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.collect_vars "0" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.default_enable "1" PHP_INI_ALL 在 Xdebug 1 时是 PHP_INI_SYSTEM。
xdebug.dump.COOKIE NULL PHP_INI_ALL
xdebug.dump.ENV NULL PHP_INI_ALL
xdebug.dump.FILES NULL PHP_INI_ALL
xdebug.dump.GET NULL PHP_INI_ALL
xdebug.dump.POST NULL PHP_INI_ALL
xdebug.dump.REQUEST NULL PHP_INI_ALL
xdebug.dump.SERVER NULL PHP_INI_ALL
xdebug.dump.SESSION NULL PHP_INI_ALL
xdebug.dump_globals "1" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.dump_once "1" PHP_INI_ALL
xdebug.dump_undefined "0" PHP_INI_ALL
xdebug.extended_info "1" PHP_INI_SYSTEM 从 Xdebug 2.0.0 起可用。
xdebug.idekey "" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.manual_url "http://www.php.net" PHP_INI_ALL
xdebug.max_nesting_level "100" PHP_INI_ALL
xdebug.output_dir "/tmp" PHP_INI_PERDIR 在 Xdebug <= 1.2.0 时是 PHP_INI_SYSTEM。 在 Xdebug 2.0.0 中移除该选项。
xdebug.profiler_aggregate "0" PHP_INI_PERDIR 从 Xdebug 2.0.0 起可用。
xdebug.profiler_append "0" PHP_INI_PERDIR 从 Xdebug 2.0.0 起可用。
xdebug.profiler_enable "0" PHP_INI_PERDIR 从 Xdebug 2.0.0 起可用。
xdebug.profiler_enable_trigger "0" PHP_INI_PERDIR 从 Xdebug 2.0.0 起可用。
xdebug.profiler_output_dir "/tmp" PHP_INI_PERDIR 从 Xdebug 2.0.0 起可用。
xdebug.profiler_output_name "cachegrind.out.%p" PHP_INI_PERDIR 从 Xdebug 2.0.0 起可用。
xdebug.remote_autostart "0" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.remote_enable "0" PHP_INI_PERDIR
xdebug.remote_handler "dbgp" PHP_INI_ALL
xdebug.remote_host "localhost" PHP_INI_ALL
xdebug.remote_log "" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.remote_mode "req" PHP_INI_ALL
xdebug.remote_port "9000" PHP_INI_ALL
xdebug.show_exception_trace "0" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.show_local_vars "0" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.show_mem_delta "0" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.trace_format "0" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.trace_options "0" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.trace_output_dir "/tmp" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.trace_output_name "trace.%c" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.var_display_max_children "128" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.var_display_max_data "512" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
xdebug.var_display_max_depth "3" PHP_INI_ALL 从 Xdebug 2.0.0 起可用。
"0" PHP_INI_SYSTEM 从 PHP 4.1.0 起可用。
"0" PHP_INI_ALL 从 PHP 4.1.0 起可用。
xmms.path "/usr/bin/xmms" PHP_INI_ALL
xmms.session "0" PHP_INI_ALL
"1" PHP_INI_ALL 在 PHP 5.4.0 中移除该选项。
yami.response.timeout "5" PHP_INI_ALL 从 yami 1.0.1 起可用。
yaz.keepalive "120" PHP_INI_ALL
yaz.log_file NULL PHP_INI_ALL 从 PHP 4.3.0 起可用。 在 PHP 5.0.0 中移除该选项。
yaz.log_mask NULL PHP_INI_ALL 从 yaz 1.0.3 起可用。
yaz.max_links "100" PHP_INI_ALL 从 PHP 4.3.0 起可用。 在 PHP 5.0.0 中移除该选项。
"1" PHP_INI_ALL 从 PHP 5.3.0 起可用。
"0" PHP_INI_PERDIR 从 PHP 5.4.0 起可用。
NULL PHP_INI_ALL 从 PHP 5.4 起可用。0
"0" PHP_INI_SYSTEM 从 PHP 5.4 起可用。0
"0" PHP_INI_ALL 从 PHP 5.0.0 起可用。 在 PHP 5.3.0 中移除该选项。
NULL php.ini only
NULL php.ini only
NULL php.ini only
NULL php.ini only
"0" PHP_INI_ALL 从 PHP 4.0.5 起可用。
"-1" PHP_INI_ALL 从 PHP 4.3.0 起可用。
"" PHP_INI_ALL 从 PHP 4.3.0 起可用。