mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix the error that Jakub found in the ini-updater script (regex expression too permissive)
fix the regex that finds the default value in the ini tables add latest php releases (yet to release :)) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182910 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f874069b81
commit
2799cec55e
3 changed files with 14 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -569,6 +569,12 @@
|
|||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.2.3. Available since PHP 4.0.3.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>filter.default</entry>
|
||||
<entry>"notags"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.syntax-highlighting">highlight.bg</link></entry>
|
||||
<entry>"#FFFFFF"</entry>
|
||||
|
@ -613,7 +619,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry>http.allowed_methods</entry>
|
||||
<entry>"OPTIONS,GET,HEAD,POST,PUT,DELETE,TRACE,CONNECT"</entry>
|
||||
<entry>"GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE, CONNECT, "</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
|
@ -936,7 +942,7 @@
|
|||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>maxdb.default_pw</entry>
|
||||
<entry><link linkend="ini.maxdb.default-pw">maxdb.default_pw</link></entry>
|
||||
<entry>NULL</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry></entry>
|
||||
|
@ -1695,7 +1701,7 @@
|
|||
<entry><link linkend="ini.session.use-trans-sid">session.use_trans_sid</link></entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.2.3. PHP_INI_PERDIR in PHP <= 4-cvs. Available since PHP 4.0.3.</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.2.3. PHP_INI_PERDIR in PHP < 5. Available since PHP 4.0.3.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>session_pgsql.create_table</entry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<section id="filesystem.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -125,7 +125,7 @@
|
|||
|
||||
<varlistentry id="ini.from">
|
||||
<term>
|
||||
<parameter>from="joe@example.com"</parameter>
|
||||
<parameter>from</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.31 $ -->
|
||||
<!-- $Revision: 1.32 $ -->
|
||||
<section id="session.configuration">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -134,7 +134,7 @@
|
|||
<entry>session.use_trans_sid</entry>
|
||||
<entry>"0"</entry>
|
||||
<entry>PHP_INI_ALL</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.2.3. PHP_INI_PERDIR in PHP <= 4-cvs. Available since PHP 4.0.3.</entry>
|
||||
<entry>PHP_INI_ALL in PHP <= 4.2.3. PHP_INI_PERDIR in PHP < 5. Available since PHP 4.0.3.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>session.bug_compat_42</entry>
|
||||
|
|
Loading…
Reference in a new issue