mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- missing INI directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232747 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
57d5f77e18
commit
deba427523
1 changed files with 57 additions and 1 deletions
|
@ -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>
|
||||
|
@ -100,6 +100,62 @@
|
|||
</entry>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue