vrana Sun Mar 12 08:53:46 2006 UTC
Modified files:
/phpdoc/en/reference/filter ini.xml
Log:
Changeable, typo, description of filter.default
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/filter/ini.xml
diff -u phpdoc/en/reference/filter/ini.xml:1.1
phpdoc/en/reference/filter/ini.xml:1.2
--- phpdoc/en/reference/filter/ini.xml:1.1 Sat Mar 11 21:19:27 2006
+++ phpdoc/en/reference/filter/ini.xml Sun Mar 12 08:53:46 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="filter.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -19,13 +19,13 @@
<row>
<entry>filter.default</entry>
<entry>string</entry>
- <entry>PHP_INI_ALL</entry>
+ <entry>PHP_INI_SYSTEM</entry>
<entry></entry>
</row>
<row>
- <entry>filter.default-flags</entry>
+ <entry>filter.default_flags</entry>
<entry></entry>
- <entry>PHP_INI_ALL</entry>
+ <entry>PHP_INI_SYSTEM</entry>
<entry></entry>
</row>
</tbody>
@@ -45,7 +45,8 @@
</term>
<listitem>
<para>
- Filter all GET, POST, COOKIE (and REQUEST) data by this filter.
+ Filter all $_GET, $_POST, $_COOKIE and $_REQUEST data by this filter.
+ Original data can be accessed through <function>input_get</function>.
</para>
</listitem>
</varlistentry>