mike Tue Mar 27 14:46:57 2007 UTC
Modified files:
/phpdoc/en/reference/http configuration.xml
Log:
- missing INI directives
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/configuration.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/http/configuration.xml
diff -u phpdoc/en/reference/http/configuration.xml:1.2
phpdoc/en/reference/http/configuration.xml:1.3
--- phpdoc/en/reference/http/configuration.xml:1.2 Tue Mar 27 13:08:17 2007
+++ phpdoc/en/reference/http/configuration.xml Tue Mar 27 14:46:57 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="http.configuration">
<refnamediv>
<refname>Configuration</refname>
@@ -101,6 +101,62 @@
</row>
<row>
+ <entry>http.request.datashare.cookie</entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry>
+ Whether the global <classname>HttpRequestDataShare</classname> should
by default share cookie information.
+ </entry>
+ </row>
+
+ <row>
+ <entry>http.request.datashare.dns</entry>
+ <entry>"1"</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry>
+ Whether the global <classname>HttpRequestDataShare</classname> should
by default share name lookup information.
+ </entry>
+ </row>
+
+ <row>
+ <entry>http.request.datashare.ssl</entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry>
+ Whether the global <classname>HttpRequestDataShare</classname> should
by default share SSL session information.
+ This is not yet implemented in libcurl.
+ </entry>
+ </row>
+
+ <row>
+ <entry>http.request.datashare.connect</entry>
+ <entry>"0"</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry>
+ Whether the global <classname>HttpRequestDataShare</classname> should
by default share connect information.
+ This is not yet implemented in libcurl.
+ </entry>
+ </row>
+
+ <row>
+ <entry>http.persistent.handles.limit</entry>
+ <entry>"-1"</entry>
+ <entry>PHP_INI_SYSTEM</entry>
+ <entry>
+ The maximum amount of persistent handles to keep alive.
+ </entry>
+ </row>
+
+ <row>
+ <entry>http.persistent.handles.ident</entry>
+ <entry>"GLOBAL"</entry>
+ <entry>PHP_INI_ALL</entry>
+ <entry>
+ The ident of persistent handles.
+ </entry>
+ </row>
+
+ <row>
<entry>http.send.inflate.start_auto</entry>
<entry>"0"</entry>
<entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>