[PHP-DOC] cvs: phpdoc /en/reference/filter ini.xml

2006-10-20 Thread Pierre-Alain Joye
pajoye  Fri Oct 20 15:26:17 2006 UTC

  Modified files:  
/phpdoc/en/reference/filter ini.xml 
  Log:
  - remaining old function name
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.6r2=1.7diff_format=u
Index: phpdoc/en/reference/filter/ini.xml
diff -u phpdoc/en/reference/filter/ini.xml:1.6 
phpdoc/en/reference/filter/ini.xml:1.7
--- phpdoc/en/reference/filter/ini.xml:1.6  Fri Oct 20 01:48:13 2006
+++ phpdoc/en/reference/filter/ini.xml  Fri Oct 20 15:26:17 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 section id=filter.configuration
  reftitle.runtime;
  extension.runtime;
@@ -58,7 +58,7 @@
/term
listitem
 para
- Default flags for functionfilter_data/function.
+ Default flags
 /para
/listitem
   /varlistentry


[PHP-DOC] cvs: phpdoc /en/reference/filter ini.xml

2006-10-20 Thread Pierre-Alain Joye
pajoye  Fri Oct 20 18:06:13 2006 UTC

  Modified files:  
/phpdoc/en/reference/filter ini.xml 
  Log:
  - explain which values can be used in filter.default
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.7r2=1.8diff_format=u
Index: phpdoc/en/reference/filter/ini.xml
diff -u phpdoc/en/reference/filter/ini.xml:1.7 
phpdoc/en/reference/filter/ini.xml:1.8
--- phpdoc/en/reference/filter/ini.xml:1.7  Fri Oct 20 15:26:17 2006
+++ phpdoc/en/reference/filter/ini.xml  Fri Oct 20 18:06:13 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 section id=filter.configuration
  reftitle.runtime;
  extension.runtime;
@@ -48,6 +48,10 @@
  Filter all $_GET, $_POST, $_COOKIE and $_REQUEST data by this filter.
  Original data can be accessed through functionfilter_input/function.
 /para
+para
+ Accepts the name of the filter you like to use by default. See the
+ existing filter list for the list of the filter names.
+/para
/listitem
   /varlistentry
   


Re: [PHP-DOC] cvs: phpdoc /en/reference/filter ini.xml

2006-05-10 Thread Derick Rethans
On Tue, 9 May 2006, Dave Barr wrote:

 dave  Tue May  9 23:58:06 2006 UTC
 
   Modified files:  
 /phpdoc/en/reference/filter   ini.xml 
   Log:
   - INI entry changelog.

I honestly don't think this should be kept track of for pre-release 
versions. It's just going to confuse people.

Derick

 http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.3r2=1.4diff_format=u
 Index: phpdoc/en/reference/filter/ini.xml
 diff -u phpdoc/en/reference/filter/ini.xml:1.3 
 phpdoc/en/reference/filter/ini.xml:1.4
 --- phpdoc/en/reference/filter/ini.xml:1.3Tue May  9 02:07:12 2006
 +++ phpdoc/en/reference/filter/ini.xmlTue May  9 23:58:06 2006
 @@ -1,5 +1,5 @@
  ?xml version=1.0 encoding=iso-8859-1?
 -!-- $Revision: 1.3 $ --
 +!-- $Revision: 1.4 $ --
  section id=filter.configuration
   reftitle.runtime;
   extension.runtime;
 @@ -20,13 +20,19 @@
entryfilter.default/entry
entryunsafe_raw/entry
entryPHP_INI_PERDIR/entry
 -  entry/entry
 +  entry
 +   Before Filter 0.9.5, default was literalstring/literal and
 +   changeable was constantPHP_INI_SYSTEM/constant.
 + /entry
   /row
   row
entryfilter.default_flags/entry
entry/entry
entryPHP_INI_PERDIR/entry
 -  entry/entry
 +  entry
 +   Before Filter 0.9.5, changeable was
 +   constantPHP_INI_SYSTEM/constant.
 +  /entry
   /row
  /tbody
 /tgroup
 

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org


Re: [PHP-DOC] cvs: phpdoc /en/reference/filter ini.xml

2006-05-10 Thread Jakub Vrana
Dave Barr wrote:
 +  entry
 +   Before Filter 0.9.5, default was literalstring/literal and
 +   changeable was constantPHP_INI_SYSTEM/constant.
 + /entry

 +  entry
 +   Before Filter 0.9.5, changeable was
 +   constantPHP_INI_SYSTEM/constant.
 +  /entry

Filter is in EXPERIMENTAL state - I think this kind of changes are not
worth commenting.

Jakub Vrana


[PHP-DOC] cvs: phpdoc /en/reference/filter ini.xml

2006-05-10 Thread Dave Barr
daveWed May 10 08:09:02 2006 UTC

  Modified files:  
/phpdoc/en/reference/filter ini.xml 
  Log:
  - Revert changelog.
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.4r2=1.5diff_format=u
Index: phpdoc/en/reference/filter/ini.xml
diff -u phpdoc/en/reference/filter/ini.xml:1.4 
phpdoc/en/reference/filter/ini.xml:1.5
--- phpdoc/en/reference/filter/ini.xml:1.4  Tue May  9 23:58:06 2006
+++ phpdoc/en/reference/filter/ini.xml  Wed May 10 08:09:02 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 section id=filter.configuration
  reftitle.runtime;
  extension.runtime;
@@ -20,19 +20,13 @@
   entryfilter.default/entry
   entryunsafe_raw/entry
   entryPHP_INI_PERDIR/entry
-  entry
-   Before Filter 0.9.5, default was literalstring/literal and
-   changeable was constantPHP_INI_SYSTEM/constant.
- /entry
+  entry/entry
  /row
  row
   entryfilter.default_flags/entry
   entry/entry
   entryPHP_INI_PERDIR/entry
-  entry
-   Before Filter 0.9.5, changeable was
-   constantPHP_INI_SYSTEM/constant.
-  /entry
+  entry/entry
  /row
 /tbody
/tgroup


[PHP-DOC] cvs: phpdoc /en/reference/filter ini.xml

2006-05-09 Thread Dave Barr
daveTue May  9 23:58:06 2006 UTC

  Modified files:  
/phpdoc/en/reference/filter ini.xml 
  Log:
  - INI entry changelog.
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.3r2=1.4diff_format=u
Index: phpdoc/en/reference/filter/ini.xml
diff -u phpdoc/en/reference/filter/ini.xml:1.3 
phpdoc/en/reference/filter/ini.xml:1.4
--- phpdoc/en/reference/filter/ini.xml:1.3  Tue May  9 02:07:12 2006
+++ phpdoc/en/reference/filter/ini.xml  Tue May  9 23:58:06 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 section id=filter.configuration
  reftitle.runtime;
  extension.runtime;
@@ -20,13 +20,19 @@
   entryfilter.default/entry
   entryunsafe_raw/entry
   entryPHP_INI_PERDIR/entry
-  entry/entry
+  entry
+   Before Filter 0.9.5, default was literalstring/literal and
+   changeable was constantPHP_INI_SYSTEM/constant.
+ /entry
  /row
  row
   entryfilter.default_flags/entry
   entry/entry
   entryPHP_INI_PERDIR/entry
-  entry/entry
+  entry
+   Before Filter 0.9.5, changeable was
+   constantPHP_INI_SYSTEM/constant.
+  /entry
  /row
 /tbody
/tgroup


[PHP-DOC] cvs: phpdoc /en/reference/filter ini.xml

2006-03-12 Thread Jakub Vrana
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.1r2=1.2diff_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
   entryfilter.default/entry
   entrystring/entry
-  entryPHP_INI_ALL/entry
+  entryPHP_INI_SYSTEM/entry
   entry/entry
  /row
  row
-  entryfilter.default-flags/entry
+  entryfilter.default_flags/entry
   entry/entry
-  entryPHP_INI_ALL/entry
+  entryPHP_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 functioninput_get/function.
 /para
/listitem
   /varlistentry