mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
PHP 5.2 directives (bug #40521)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232460 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1202f70151
commit
27c06e3a2c
1 changed files with 19 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.51 $ -->
|
||||
<!-- $Revision: 1.52 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -1685,6 +1685,18 @@
|
|||
<entry>PHP_INI_PERDIR</entry>
|
||||
<entry>Available since PHP 4.0.4.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pcre.backtrack-limit">pcre.backtrack_limit</link></entry>
|
||||
<entry>"100000"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 5.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pcre.recursion-limit">pcre.recursion_limit</link></entry>
|
||||
<entry>"100000"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 5.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.pdo-odbc.connection-pooling">pdo_odbc.connection_pooling</link></entry>
|
||||
<entry>"strict"</entry>
|
||||
|
@ -1931,6 +1943,12 @@
|
|||
<entry>PHP_INI_ALL</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cookie-httponly">session.cookie_httponly</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>Available since PHP 5.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.session.cookie-lifetime">session.cookie_lifetime</link></entry>
|
||||
<entry>"0"</entry>
|
||||
|
|
Loading…
Reference in a new issue