References: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit
Should we also put this information in the function changelog ? didou Nuno Lopes wrote: > nlopess Sun Jan 2 08:48:14 2005 EDT > > Modified files: > /phpdoc/en/reference/dom/functions dom-domdocument-xinclude.xml > Log: > new options parameter > > http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml?r1=1.6&r2=1.7&ty=u > Index: phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml > diff -u phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml:1.6 > phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml:1.7 > --- phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml:1.6 > Fri Dec 31 06:49:57 2004 > +++ phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml Sun Jan > 2 08:48:14 2005 > @@ -1,5 +1,5 @@ > <?xml version="1.0" encoding="iso-8859-1"?> > -<!-- $Revision: 1.6 $ --> > +<!-- $Revision: 1.7 $ --> > <refentry id="function.dom-domdocument-xinclude"> > <refnamediv> > <refname>DOMDocument->xinclude()</refname> > @@ -14,7 +14,7 @@ > <methodsynopsis> > <type>int</type> > <methodname>xinclude</methodname> > - <void/> > + <methodparam > choice="opt"><type>int</type><parameter>options</parameter></methodparam> > </methodsynopsis> > </classsynopsis> > <para> > @@ -28,6 +28,22 @@ > </para> > </note> > </refsect1> > + <refsect1 role="parameters"> > + &reftitle.parameters; > + <para> > + <variablelist> > + <varlistentry> > + <term><parameter>options</parameter></term> > + <listitem> > + <para> > + <link linkend="simplexml.constants">Libxml parameters</link>. > Available > + since PHP 5.1.0 and Libxml 2.6.0. > + </para> > + </listitem> > + </varlistentry> > + </variablelist> > + </para> > + </refsect1> > <refsect1 role="returnvalues"> > &reftitle.returnvalues; > <para>
