Added changelog for PHP5.3

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259217 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2008-05-07 06:22:30 +00:00
parent e4d9a5e410
commit 2ac7541357
5 changed files with 120 additions and 10 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry xml:id="function.acosh" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>acosh</refname>
@ -16,7 +16,6 @@
<parameter>arg</parameter>, i.e. the value whose
hyperbolic cosine is <parameter>arg</parameter>.
</para>
&note.no-windows;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
@ -39,6 +38,29 @@
The inverse hyperbolic cosine of <parameter>arg</parameter>
</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.3.0</entry>
<entry>
This function is now available on all platforms
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.asinh" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>asinh</refname>
@ -16,7 +16,6 @@
<parameter>arg</parameter>, i.e. the value whose
hyperbolic sine is <parameter>arg</parameter>.
</para>
&note.no-windows;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
@ -39,6 +38,29 @@
The inverse hyperbolic sine of <parameter>arg</parameter>
</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.3.0</entry>
<entry>
This function is now available on all platforms
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry xml:id="function.atanh" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>atanh</refname>
@ -16,7 +16,6 @@
<parameter>arg</parameter>, i.e. the value whose
hyperbolic tangent is <parameter>arg</parameter>.
</para>
&note.no-windows;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
@ -39,6 +38,29 @@
Inverse hyperbolic tangent of <parameter>arg</parameter>
</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.3.0</entry>
<entry>
This function is now available on all platforms
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry xml:id='function.expm1' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>expm1</refname>
@ -22,7 +22,6 @@
a case where 'exp (<parameter>arg</parameter>) - 1' would be
inaccurate due to subtraction of two numbers that are nearly equal.
</para>
&note.no-windows;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
@ -45,6 +44,29 @@
'e' to the power of <parameter>arg</parameter> minus one
</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.3.0</entry>
<entry>
This function is now available on all platforms
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<refentry xml:id='function.log1p' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>log1p</refname>
@ -22,7 +22,6 @@
<function>log</function> might only return log(1) in this case
due to lack of precision.
</para>
&note.no-windows;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
@ -45,6 +44,29 @@
log(1 + <parameter>number</parameter>)
</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.3.0</entry>
<entry>
This function is now available on all platforms
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>