From a8b8d3bac17f82367d565d2444f1430c8b71473f Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 28 Sep 2007 22:24:18 +0000 Subject: [PATCH] semi-automatic update of ini.xml files, take #3 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@243111 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/safe-mode.xml | 8 ++++---- reference/apc/ini.xml | 40 ++++++++++++++++++------------------ reference/apd/ini.xml | 4 ++-- reference/datetime/ini.xml | 6 +++--- reference/filesystem/ini.xml | 10 ++++----- reference/ibm_db2/ini.xml | 8 ++++---- reference/ifx/ini.xml | 24 +++++++++++----------- reference/mail/ini.xml | 4 ++-- reference/memcache/ini.xml | 22 ++++++++++---------- reference/session/ini.xml | 4 ++-- reference/sybase/ini.xml | 14 ++++++------- 11 files changed, 72 insertions(+), 72 deletions(-) diff --git a/features/safe-mode.xml b/features/safe-mode.xml index 8a8d8c1956..291f8a7098 100644 --- a/features/safe-mode.xml +++ b/features/safe-mode.xml @@ -1,6 +1,6 @@ - - + + Safe Mode @@ -71,8 +71,8 @@ open_basedir NULL - PHP_INI_SYSTEM - + PHP_INI_ALL + PHP_INI_SYSTEM in PHP < 6. disable_functions diff --git a/reference/apc/ini.xml b/reference/apc/ini.xml index 674b7676c1..6fc6325623 100644 --- a/reference/apc/ini.xml +++ b/reference/apc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -48,7 +48,7 @@ apc.enabled "1" PHP_INI_SYSTEM - PHP_INI_ALL in APC <= 3.0.12p2 + PHP_INI_SYSTEM in APC < 3. PHP_INI_ALL in APC <= 3.0.12. apc.shm_segments @@ -78,19 +78,19 @@ apc.user_entries_hint "4096" PHP_INI_SYSTEM - + Available since APC 3.0.0. apc.ttl "0" PHP_INI_SYSTEM - + Available since APC 3.0.0. apc.user_ttl "0" PHP_INI_SYSTEM - + Available since APC 3.0.0. apc.gc_ttl @@ -102,7 +102,7 @@ apc.cache_by_default "1" PHP_INI_ALL - PHP_INI_SYSTEM in APC <= 3.0.12p2 + PHP_INI_SYSTEM in APC <= 3.0.12. Available since APC 3.0.0. apc.filters @@ -120,85 +120,85 @@ apc.slam_defense "0" PHP_INI_SYSTEM - + Available since APC 3.0.0. apc.file_update_protection "2" PHP_INI_SYSTEM - + Available since APC 3.0.6. apc.enable_cli "0" PHP_INI_SYSTEM - > APC 3.0.6 + Available since APC 3.0.7. apc.max_file_size "1M" PHP_INI_SYSTEM - > APC 3.0.6 + Available since APC 3.0.7. apc.stat "1" PHP_INI_SYSTEM - > APC 3.0.9 + Available since APC 3.0.10. apc.write_lock "1" PHP_INI_SYSTEM - >= APC 3.0.11 + Available since APC 3.0.11. apc.report_autofilter "0" PHP_INI_SYSTEM - >= APC 3.0.11 + Available since APC 3.0.11. apc.include_once_override "0" PHP_INI_SYSTEM - >= APC 3.0.12 + Available since APC 3.0.12. apc.rfc1867 "0" PHP_INI_SYSTEM - >= APC 3.0.13 + Available since APC 3.0.13. apc.rfc1867_prefix "upload_" PHP_INI_SYSTEM - >= APC 3.0.15 + apc.rfc1867_name "APC_UPLOAD_PROGRESS" PHP_INI_SYSTEM - >= APC 3.0.15 + apc.rfc1867_freq "0" PHP_INI_SYSTEM - >= APC 3.0.15 + apc.localcache "0" PHP_INI_SYSTEM - >= APC 3.0.14 + Available since APC 3.0.14. apc.localcache.size "512" PHP_INI_SYSTEM - >= APC 3.0.14 + Available since APC 3.0.14. diff --git a/reference/apd/ini.xml b/reference/apd/ini.xml index 2885d28b61..ab7a696e53 100644 --- a/reference/apd/ini.xml +++ b/reference/apd/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -26,7 +26,7 @@ apd.statement_tracing "0" PHP_INI_ALL - + Available since apd 0.9. diff --git a/reference/datetime/ini.xml b/reference/datetime/ini.xml index 52ad9dafbc..43193049e6 100755 --- a/reference/datetime/ini.xml +++ b/reference/datetime/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -30,13 +30,13 @@ date.sunrise_zenith - "90.83" + "90.583333" PHP_INI_ALL Available since PHP 5.0.0. date.sunset_zenith - "90.83" + "90.583333" PHP_INI_ALL Available since PHP 5.0.0. diff --git a/reference/filesystem/ini.xml b/reference/filesystem/ini.xml index 16833f017f..7b7a8f8862 100644 --- a/reference/filesystem/ini.xml +++ b/reference/filesystem/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -19,14 +19,14 @@ allow_url_fopen "1" - PHP_INI_SYSTEM - PHP_INI_ALL in PHP <= 4.3.4. Available since PHP 4.0.4. + PHP_INI_ALL + PHP_INI_ALL in PHP <= 4.3.4. PHP_INI_SYSTEM in PHP < 6. Available since PHP 4.0.4. allow_url_include "0" - PHP_INI_SYSTEM - Available since PHP 5.2.0. + PHP_INI_ALL + PHP_INI_SYSTEM in PHP < 6. Available since PHP 5.2.0. user_agent diff --git a/reference/ibm_db2/ini.xml b/reference/ibm_db2/ini.xml index 2a35447dc8..b4d0d3fb48 100644 --- a/reference/ibm_db2/ini.xml +++ b/reference/ibm_db2/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -26,19 +26,19 @@ ibm_db2.i5_allow_commit "0" PHP_INI_SYSTEM - + Available since ibm_db2 1.4.9. ibm_db2.i5_dbcs_alloc "0" PHP_INI_SYSTEM - + Available since ibm_db2 1.5.0. ibm_db2.instance_name NULL PHP_INI_SYSTEM - + Available since ibm_db2 1.0.2. diff --git a/reference/ifx/ini.xml b/reference/ifx/ini.xml index 0df02a356d..9627fec809 100644 --- a/reference/ifx/ini.xml +++ b/reference/ifx/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -147,67 +147,67 @@ ifx.allow_persistent "1" PHP_INI_SYSTEM - + Removed in PHP 5.2.1. ifx.max_persistent "-1" PHP_INI_SYSTEM - + Removed in PHP 5.2.1. ifx.max_links "-1" PHP_INI_SYSTEM - + Removed in PHP 5.2.1. ifx.default_host NULL PHP_INI_SYSTEM - + Removed in PHP 5.2.1. ifx.default_user NULL PHP_INI_SYSTEM - + Removed in PHP 5.2.1. ifx.default_password NULL PHP_INI_SYSTEM - + Removed in PHP 5.2.1. ifx.blobinfile "1" PHP_INI_ALL - + Removed in PHP 5.2.1. ifx.textasvarchar "0" PHP_INI_ALL - + Removed in PHP 5.2.1. ifx.byteasvarchar "0" PHP_INI_ALL - + Removed in PHP 5.2.1. ifx.charasvarchar "0" PHP_INI_ALL - + Removed in PHP 5.2.1. ifx.nullformat "0" PHP_INI_ALL - + Removed in PHP 5.2.1. diff --git a/reference/mail/ini.xml b/reference/mail/ini.xml index cd5a2ec4cd..412d1d8005 100644 --- a/reference/mail/ini.xml +++ b/reference/mail/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -36,7 +36,7 @@ sendmail_path - NULL + "/usr/sbin/sendmail -t -i" PHP_INI_SYSTEM diff --git a/reference/memcache/ini.xml b/reference/memcache/ini.xml index 4db267f438..ce72a42c8d 100644 --- a/reference/memcache/ini.xml +++ b/reference/memcache/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -20,49 +20,49 @@ memcache.allow_failover "1" PHP_INI_ALL - Available since Memcache 2.0.2 + Available since memcache 2.0.2. memcache.max_failover_attempts "20" PHP_INI_ALL - Available since Memcache 2.1.0 + Available since memcache 2.1.0. memcache.chunk_size "8192" PHP_INI_ALL - Available since Memcache 2.0.2 + Available since memcache 2.0.2. memcache.default_port "11211" PHP_INI_ALL - Available since Memcache 2.0.2 + Available since memcache 2.0.2. memcache.hash_strategy "standard" PHP_INI_ALL - Available since Memcache 2.2.0 + Available since memcache 2.2.0. memcache.hash_function "crc32" PHP_INI_ALL - Available since Memcache 2.2.0 + Available since memcache 2.2.0. session.save_handler - + "files" PHP_INI_ALL - Available since Memcache 2.1.2 + session.save_path - + "" PHP_INI_ALL - Available since Memcache 2.1.2 + diff --git a/reference/session/ini.xml b/reference/session/ini.xml index 58e63f7f81..c91186b641 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -18,7 +18,7 @@ session.save_path - "/tmp" + "" PHP_INI_ALL diff --git a/reference/sybase/ini.xml b/reference/sybase/ini.xml index ca67d8fe50..1af36bc243 100644 --- a/reference/sybase/ini.xml +++ b/reference/sybase/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -198,37 +198,37 @@ sybct.allow_persistent "1" PHP_INI_SYSTEM - PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2. + PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2. Removed in PHP 4.0.3. sybct.max_persistent "-1" PHP_INI_SYSTEM - PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2. + PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2. Removed in PHP 4.0.3. sybct.max_links "-1" PHP_INI_SYSTEM - PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2. + PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2. Removed in PHP 4.0.3. sybct.min_server_severity "10" PHP_INI_ALL - Available since PHP 4.0.2. + Available since PHP 4.0.2. Removed in PHP 4.0.3. sybct.min_client_severity "10" PHP_INI_ALL - Available since PHP 4.0.2. + Available since PHP 4.0.2. Removed in PHP 4.0.3. sybct.hostname NULL PHP_INI_ALL - Available since PHP 4.0.2. + Available since PHP 4.0.2. Removed in PHP 4.0.3. sybct.deadlock_retry_count