nlopess Mon Dec 26 12:12:12 2005 EDT
Modified files:
/phpdoc/en/appendices ini.xml
/phpdoc/en/reference/bc ini.xml
/phpdoc/en/reference/oci8 ini.xml
/phpdoc/en/reference/pdo_odbc ini.xml
/phpdoc/en/reference/session ini.xml
/phpdoc/en/reference/sybase ini.xml
/phpdoc/en/reference/unicode ini.xml
/phpdoc/scripts/iniupdate cvs-versions.php
Log:
major update of INI stuff:
with the update in the software, we are now able to catch more ini entries
that were using the magic cfg_get_*()
minor tune in script
we are still lacking a better PECL integration, which is in my TODO list
~
http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/ini.xml?r1=1.31&r2=1.32&diff_format=u
Index: phpdoc/en/appendices/ini.xml
diff -u phpdoc/en/appendices/ini.xml:1.31 phpdoc/en/appendices/ini.xml:1.32
--- phpdoc/en/appendices/ini.xml:1.31 Wed Dec 21 15:03:03 2005
+++ phpdoc/en/appendices/ini.xml Mon Dec 26 12:12:12 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
<appendix id="ini">
<title>&php.ini; directives</title>
@@ -39,7 +39,7 @@
<entry>allow_url_include</entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Available since PHP 5.1.0.</entry>
+ <entry>Available since PHP 6.0.0.</entry>
</row>
<row>
<entry><link
linkend="ini.always-populate-raw-post-data">always_populate_raw_post_data</link></entry>
@@ -54,12 +54,6 @@
<entry></entry>
</row>
<row>
- <entry>apc.dynamic_error</entry>
- <entry>"0"</entry>
- <entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
- </row>
- <row>
<entry><link linkend="ini.apc.enabled">apc.enabled</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
@@ -237,7 +231,7 @@
<entry><link linkend="ini.bcmath.scale">bcmath.scale</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 5.0.0.</entry>
+ <entry></entry>
</row>
<row>
<entry>bcompiler.enabled</entry>
@@ -249,7 +243,7 @@
<entry>birdstep.max_links</entry>
<entry>"-1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.2.0.</entry>
</row>
<row>
<entry>blenc.key_file</entry>
@@ -264,34 +258,40 @@
<entry></entry>
</row>
<row>
+ <entry>cgi.discard_path</entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry>Available since PHP 6.0.0.</entry>
+ </row>
+ <row>
<entry><link
linkend="ini.cgi.fix-pathinfo">cgi.fix_pathinfo</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.3.0.</entry>
</row>
<row>
<entry><link
linkend="ini.cgi.force-redirect">cgi.force_redirect</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.2.0.</entry>
</row>
<row>
<entry>cgi.nph</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.3.5.</entry>
</row>
<row>
<entry><link
linkend="ini.cgi.redirect-status-env">cgi.redirect_status_env</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.2.0.</entry>
</row>
<row>
<entry><link
linkend="ini.cgi.rfc2616-headers">cgi.rfc2616_headers</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.3.0.</entry>
</row>
<row>
<entry><link
linkend="ini.child-terminate">child_terminate</link></entry>
@@ -585,13 +585,13 @@
<entry><link
linkend="ini.fastcgi.impersonate">fastcgi.impersonate</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.3.0.</entry>
</row>
<row>
<entry>fastcgi.logging</entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.4.0.</entry>
</row>
<row>
<entry>fbsql.allow_persistent</entry>
@@ -763,7 +763,7 @@
</row>
<row>
<entry>http.etag_mode</entry>
- <entry>"-2"</entry>
+ <entry>"MD5"</entry>
<entry>PHP_INI_ALL</entry>
<entry></entry>
</row>
@@ -774,6 +774,30 @@
<entry></entry>
</row>
<row>
+ <entry>http.ob_deflate_auto</entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_PERDIR</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>http.ob_deflate_flags</entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>http.ob_inflate_auto</entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_PERDIR</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>http.ob_inflate_flags</entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry></entry>
+ </row>
+ <row>
<entry>http.only_exceptions</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
@@ -1038,6 +1062,18 @@
<entry></entry>
</row>
<row>
+ <entry>ingres.timeout</entry>
+ <entry>"-1"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry></entry>
+ </row>
+ <row>
+ <entry>ingres.trace_connect</entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry></entry>
+ </row>
+ <row>
<entry>ircg.control_user</entry>
<entry>"nobody"</entry>
<entry>PHP_INI_ALL</entry>
@@ -1212,6 +1248,12 @@
<entry>Available since PHP 4.3.0.</entry>
</row>
<row>
+ <entry>mbstring.strict_detection</entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry>Available since PHP 5.1.2.</entry>
+ </row>
+ <row>
<entry><link
linkend="ini.mbstring.substitute-character">mbstring.substitute_character</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
@@ -1278,6 +1320,12 @@
<entry>Available since PHP 4.0.4.</entry>
</row>
<row>
+ <entry>mssql.charset</entry>
+ <entry>""</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry>Available since PHP 5.1.2.</entry>
+ </row>
+ <row>
<entry>mssql.compatability_mode</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
@@ -1491,43 +1539,43 @@
<entry><link
linkend="ini.oci8.default_prefetch">oci8.default_prefetch</link></entry>
<entry>"10"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry><link
linkend="ini.oci8.max_persistent">oci8.max_persistent</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry><link
linkend="ini.oci8.old_oci_close_semantics">oci8.old_oci_close_semantics</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry><link
linkend="ini.oci8.persistent_timeout">oci8.persistent_timeout</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry><link
linkend="ini.oci8.ping_interval">oci8.ping_interval</link></entry>
<entry>"60"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry><link
linkend="ini.oci8.privileged_connect">oci8.privileged_connect</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry><link
linkend="ini.oci8.statement_cache_size">oci8.statement_cache_size</link></entry>
<entry>"20"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry><link
linkend="ini.uodbc.allow-persistent">odbc.allow_persistent</link></entry>
@@ -1635,7 +1683,7 @@
<entry><link
linkend="ini.pdo-odbc.connection-pooling">pdo_odbc.connection_pooling</link></entry>
<entry>"strict"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 5.1.0.</entry>
</row>
<row>
<entry>pfpro.defaulthost</entry>
@@ -1975,7 +2023,7 @@
</row>
<row>
<entry><link
linkend="ini.session.use-only-cookies">session.use_only_cookies</link></entry>
- <entry>"0"</entry>
+ <entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 4.3.0.</entry>
</row>
@@ -2145,7 +2193,7 @@
<entry><link
linkend="ini.sybase.allow-persistent">sybase.allow_persistent</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.3.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. PHP_INI_SYSTEM in PHP <=
4.0.3.</entry>
</row>
<row>
<entry><link
linkend="ini.sybase.compatability-mode">sybase.compatability_mode</link></entry>
@@ -2163,13 +2211,13 @@
<entry><link
linkend="ini.sybase.max-links">sybase.max_links</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.3.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. PHP_INI_SYSTEM in PHP <=
4.0.3.</entry>
</row>
<row>
<entry><link
linkend="ini.sybase.max-persistent">sybase.max_persistent</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.3.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. PHP_INI_SYSTEM in PHP <=
4.0.3.</entry>
</row>
<row>
<entry><link
linkend="ini.sybase.min-error-severity">sybase.min_error_severity</link></entry>
@@ -2187,7 +2235,7 @@
<entry><link
linkend="ini.sybct.allow-persistent">sybct.allow_persistent</link></entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. Available since PHP
4.0.2.</entry>
</row>
<row>
<entry><link
linkend="ini.sybct.deadlock-retry-count">sybct.deadlock_retry_count</link></entry>
@@ -2199,49 +2247,49 @@
<entry><link linkend="ini.sybct.hostname">sybct.hostname</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>Available since PHP 4.0.2.</entry>
</row>
<row>
<entry><link
linkend="ini.sybct.login-timeout">sybct.login_timeout</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.3.5.</entry>
+ <entry>Available since PHP 4.0.2.</entry>
</row>
<row>
<entry><link
linkend="ini.sybct.max-links">sybct.max_links</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. Available since PHP
4.0.2.</entry>
</row>
<row>
<entry><link
linkend="ini.sybct.max-persistent">sybct.max_persistent</link></entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. Available since PHP
4.0.2.</entry>
</row>
<row>
<entry><link
linkend="ini.sybct.min-client-severity">sybct.min_client_severity</link></entry>
<entry>"10"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>Available since PHP 4.0.2.</entry>
</row>
<row>
<entry><link
linkend="ini.sybct.min-server-severity">sybct.min_server_severity</link></entry>
<entry>"10"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>Available since PHP 4.0.2.</entry>
</row>
<row>
<entry>sybct.packet_size</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.3.5.</entry>
</row>
<row>
<entry><link linkend="ini.sybct.timeout">sybct.timeout</link></entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.0.2.</entry>
</row>
<row>
<entry>sysvshm.init_mem</entry>
@@ -2271,49 +2319,49 @@
<entry>unicode.fallback_encoding</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode.from_error_mode</entry>
<entry>"2"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode.from_error_subst_char</entry>
<entry>"3f"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode.http_input_encoding</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 6.0.0.</entry>
</row>
<row>
<entry><link
linkend="ini.unicode.output-encoding">unicode.output_encoding</link></entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode.runtime_encoding</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode.script_encoding</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 6.0.0.</entry>
</row>
<row>
<entry>unicode_semantics</entry>
<entry>"off"</entry>
<entry>PHP_INI_PERDIR</entry>
- <entry></entry>
+ <entry>Available since PHP 6.0.0.</entry>
</row>
<row>
<entry>unserialize_callback_func</entry>
@@ -2367,7 +2415,7 @@
<entry><link
linkend="ini.variables-order">variables_order</link></entry>
<entry>"EGPCS"</entry>
<entry>PHP_INI_PERDIR</entry>
- <entry></entry>
+ <entry>PHP_INI_ALL in PHP <= 5.0.5.</entry>
</row>
<row>
<entry><link linkend="ini.xbithack">xbithack</link></entry>
@@ -2839,7 +2887,7 @@
<entry>variables_order</entry>
<entry>"EGPCS"</entry>
<entry>PHP_INI_PERDIR</entry>
- <entry></entry>
+ <entry>PHP_INI_ALL in PHP <= 5.0.5.</entry>
</row>
<row>
<entry>auto_globals_jit</entry>
@@ -3306,31 +3354,31 @@
<entry>cgi.fix_pathinfo</entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.3.0.</entry>
</row>
<row>
<entry>cgi.force_redirect</entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.2.0.</entry>
</row>
<row>
<entry>cgi.redirect_status_env</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.2.0.</entry>
</row>
<row>
<entry>fastcgi.impersonate</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.3.0.</entry>
</row>
<row>
<entry>cgi.rfc2616_headers</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry></entry>
+ <entry>Available since PHP 4.3.0.</entry>
</row>
</tbody>
</tgroup>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/bc/ini.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/bc/ini.xml
diff -u phpdoc/en/reference/bc/ini.xml:1.5 phpdoc/en/reference/bc/ini.xml:1.6
--- phpdoc/en/reference/bc/ini.xml:1.5 Tue Feb 22 17:36:04 2005
+++ phpdoc/en/reference/bc/ini.xml Mon Dec 26 12:12:12 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<section id="bc.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -20,7 +20,7 @@
<entry>bcmath.scale</entry>
<entry>"0"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 5.0.0.</entry>
+ <entry></entry>
</row>
</tbody>
</tgroup>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/oci8/ini.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/oci8/ini.xml
diff -u phpdoc/en/reference/oci8/ini.xml:1.1
phpdoc/en/reference/oci8/ini.xml:1.2
--- phpdoc/en/reference/oci8/ini.xml:1.1 Tue Sep 6 20:18:26 2005
+++ phpdoc/en/reference/oci8/ini.xml Mon Dec 26 12:12:12 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="oci8.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -20,43 +20,43 @@
<entry>oci8.privileged_connect</entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Became available in oci8 module version 1.1</entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry>oci8.max_persistent</entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Became available in oci8 module version 1.1</entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry>oci8.persistent_timeout</entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Became available in oci8 module version 1.1</entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry>oci8.ping_interval</entry>
<entry>"60"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Became available in oci8 module version 1.1</entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry>oci8.statement_cache_size</entry>
<entry>"20"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Became available in oci8 module version 1.1</entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry>oci8.default_prefetch</entry>
<entry>"10"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Became available in oci8 module version 1.1</entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
<row>
<entry>oci8.old_oci_close_semantics</entry>
<entry>"0"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Became available in oci8 module version 1.1</entry>
+ <entry>Available since PHP 5.1.2.</entry>
</row>
</tbody>
</tgroup>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pdo_odbc/ini.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/pdo_odbc/ini.xml
diff -u phpdoc/en/reference/pdo_odbc/ini.xml:1.2
phpdoc/en/reference/pdo_odbc/ini.xml:1.3
--- phpdoc/en/reference/pdo_odbc/ini.xml:1.2 Wed Dec 14 04:05:54 2005
+++ phpdoc/en/reference/pdo_odbc/ini.xml Mon Dec 26 12:12:12 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<section id="pdo_odbc.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -19,8 +19,8 @@
<row>
<entry>pdo_odbc.connection_pooling</entry>
<entry>"strict"</entry>
- <entry>PHP_INI_SYSTEM</entry>
- <entry></entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry>Available since PHP 5.1.0.</entry>
</row>
<row>
<entry>pdo_odbc.db2instance_name</entry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/session/ini.xml?r1=1.38&r2=1.39&diff_format=u
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.38
phpdoc/en/reference/session/ini.xml:1.39
--- phpdoc/en/reference/session/ini.xml:1.38 Sun Dec 18 17:17:12 2005
+++ phpdoc/en/reference/session/ini.xml Mon Dec 26 12:12:12 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.38 $ -->
+<!-- $Revision: 1.39 $ -->
<section id="session.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -96,7 +96,7 @@
</row>
<row>
<entry>session.use_only_cookies</entry>
- <entry>"0"</entry>
+ <entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 4.3.0.</entry>
</row>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/sybase/ini.xml?r1=1.16&r2=1.17&diff_format=u
Index: phpdoc/en/reference/sybase/ini.xml
diff -u phpdoc/en/reference/sybase/ini.xml:1.16
phpdoc/en/reference/sybase/ini.xml:1.17
--- phpdoc/en/reference/sybase/ini.xml:1.16 Wed Jul 20 18:45:49 2005
+++ phpdoc/en/reference/sybase/ini.xml Mon Dec 26 12:12:12 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<section id="sybase.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -20,19 +20,19 @@
<entry>sybase.allow_persistent</entry>
<entry>"1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.3.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. PHP_INI_SYSTEM in PHP <=
4.0.3.</entry>
</row>
<row>
<entry>sybase.max_persistent</entry>
<entry>"-1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.3.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. PHP_INI_SYSTEM in PHP <=
4.0.3.</entry>
</row>
<row>
<entry>sybase.max_links</entry>
<entry>"-1"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.3.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. PHP_INI_SYSTEM in PHP <=
4.0.3.</entry>
</row>
<row>
<entry>sybase.interface_file </entry>
@@ -198,37 +198,37 @@
<entry>sybct.allow_persistent</entry>
<entry>"1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2.</entry>
</row>
<row>
<entry>sybct.max_persistent</entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2.</entry>
</row>
<row>
<entry>sybct.max_links</entry>
<entry>"-1"</entry>
<entry>PHP_INI_SYSTEM</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>PHP_INI_ALL in PHP <= 4.0.2. Available since PHP 4.0.2.</entry>
</row>
<row>
<entry>sybct.min_server_severity</entry>
<entry>"10"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>Available since PHP 4.0.2.</entry>
</row>
<row>
<entry>sybct.min_client_severity</entry>
<entry>"10"</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>Available since PHP 4.0.2.</entry>
</row>
<row>
<entry>sybct.hostname</entry>
<entry>NULL</entry>
<entry>PHP_INI_ALL</entry>
- <entry>Available since PHP 4.0.4.</entry>
+ <entry>Available since PHP 4.0.2.</entry>
</row>
<row>
<entry>sybct.deadlock_retry_count</entry>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/unicode/ini.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/unicode/ini.xml
diff -u phpdoc/en/reference/unicode/ini.xml:1.1
phpdoc/en/reference/unicode/ini.xml:1.2
--- phpdoc/en/reference/unicode/ini.xml:1.1 Sun Sep 25 16:29:13 2005
+++ phpdoc/en/reference/unicode/ini.xml Mon Dec 26 12:12:12 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="unicode.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -24,7 +24,7 @@
</row>
<row>
<entry>unicode.from_error_mode</entry>
- <entry>2</entry>
+ <entry>"2"</entry>
<entry>PHP_INI_ALL</entry>
<entry>Available since PHP 6.0.0.</entry>
</row>
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/iniupdate/cvs-versions.php?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/scripts/iniupdate/cvs-versions.php
diff -u phpdoc/scripts/iniupdate/cvs-versions.php:1.2
phpdoc/scripts/iniupdate/cvs-versions.php:1.3
--- phpdoc/scripts/iniupdate/cvs-versions.php:1.2 Mon Dec 26 10:03:21 2005
+++ phpdoc/scripts/iniupdate/cvs-versions.php Mon Dec 26 12:12:12 2005
@@ -33,9 +33,9 @@
$cvs_versions = array();
foreach ($data as $v) {
if ($v[2] == 'HEAD') {
- $version = "PHP $v[1].0.0";
+ $version = "$v[1].0.0";
} else {
- $version = 'PHP ' . make_cvs_version(substr($v[2], 4));
+ $version = make_cvs_version(substr($v[2], 4));
}
$cvs_versions["php_$v[1]_cvs"] = $version;
}