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