Changing notes about CVS constants to 4.0.2

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31653 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
James Moore 2000-08-31 22:02:16 +00:00
parent 2481980043
commit 7255355962

View file

@ -80,7 +80,7 @@
<row>
<entry>M_SQRTPI</entry>
<entry>1.77245385090551602729</entry>
<entry>sqrt(pi) [CVS]</entry>
<entry>sqrt(pi) [4.0.2]</entry>
</row>
<row>
<entry>M_2_SQRTPI</entry>
@ -95,7 +95,7 @@
<row>
<entry>M_SQRT3</entry>
<entry>1.73205080756887729352</entry>
<entry>sqrt(3) [CVS]</entry>
<entry>sqrt(3) [4.0.2]</entry>
</row>
<row>
<entry>M_SQRT1_2</entry>
@ -105,19 +105,19 @@
<row>
<entry>M_LNPI</entry>
<entry>1.14472988584940017414</entry>
<entry>log_e(pi) [CVS]</entry>
<entry>log_e(pi) [4.0.2]</entry>
</row>
<row>
<entry>M_EULER</entry>
<entry>0.57721566490153286061</entry>
<entry>Euler constant [CVS]</entry>
<entry>Euler constant [4.0.2]</entry>
</row>
</tbody>
</tgroup>
</table>
Only M_PI is available in PHP versions up to and including PHP4RC1.
All other constants are available starting with PHP4.0. Constants
labelled [CVS] only available in the CVS code for PHP4.
labelled [4.0.2] were added in PHP 4.0.2.
</para>
</sect2>
</sect1>