philip Sun May 21 21:25:23 2006 UTC
Modified files: /phpdoc/en/reference/errorfunc/functions debug-backtrace.xml Log: Added a changelog, and moved the 5.1.1 change into it http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml?r1=1.16&r2=1.17&diff_format=u Index: phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml diff -u phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.16 phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.17 --- phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml:1.16 Sun May 21 16:51:59 2006 +++ phpdoc/en/reference/errorfunc/functions/debug-backtrace.xml Sun May 21 21:25:23 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <refentry id="function.debug-backtrace"> <refnamediv> <refname>debug_backtrace</refname> @@ -71,8 +71,7 @@ <entry>object</entry> <entry><type>object</type></entry> <entry> - The current <link linkend="language.oop">object</link>. This element - was added in PHP 5.1.1. + The current <link linkend="language.oop">object</link>. </entry> </row> <row> @@ -97,6 +96,30 @@ </para> </refsect1> + <refsect1 role="changelog"> + &reftitle.changelog; + <para> + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>&Version;</entry> + <entry>&Description;</entry> + </row> + </thead> + <tbody> + <row> + <entry>5.1.1</entry> + <entry> + Added the current <type>object</type> as a possible return element. + </entry> + </row> + </tbody> + </tgroup> + </informaltable> + </para> + </refsect1> + <refsect1 role="examples"> &reftitle.examples; <para>