com php-langspec: Add missing core constants: spec/06-constants.md

[email protected] (Nikita Popov) Tue, 02 Jan 2018 19:38:51 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    63375439ff7e8a1be93d0ef7d3c3b4833d5e35a0=0AAuthor:    Alexander =
Holman MBCS AMIAP <[email protected]>         Tue, 2=
 Jan 2018 15:59:24 +0000=0ACommitter: Nikita Popov <[email protected]>  =
    Tue, 2 Jan 2018 20:38:51 +0100=0AParents:   1dc4793ede53b12a2b193698d9e=
f44709bcf9b10=0ABranches:  master=0A=0ALink:       http://git.php.net/?p=3D=
php-langspec.git;a=3Dcommitdiff;h=3D63375439ff7e8a1be93d0ef7d3c3b4833d5e35a=
0=0A=0ALog:=0AAdd missing core constants=0A=0ACloses #214.=0A=0ABugs:=0Ahtt=
ps://bugs.php.net/214=0A=0AChanged paths:=0A  M  spec/06-constants.md=0A=0A=
=0ADiff:=0Adiff --git a/spec/06-constants.md b/spec/06-constants.md=0Aindex=
 76e2c1d..5670599 100644=0A--- a/spec/06-constants.md=0A+++ b/spec/06-const=
ants.md=0A@@ -109,11 +109,16 @@ Constant Name | Description=0A `PHP_INT_MAX=
` | `int`; the maximum representable value for an integer.=0A `PHP_INT_MIN`=
 | `int`; the minimum representable value for an integer.=0A `PHP_INT_SIZE`=
 |  `int`; the number of bytes used to represent an integer.=0A+`PHP_FLOAT_=
DIG` | `int`; the number of decimal digits that can be rounded into a float=
 and back without precision loss.=0A+`PHP_FLOAT_EPSILON` | `float`; the sma=
llest representable positive number `x`, so that `x + 1.0 !=3D 1.0`.=0A+`PH=
P_FLOAT_MIN` | `float`; the smallest representable normalized floating poin=
t number larger than zero.=0A+`PHP_FLOAT_MAX` | `float`; the largest repres=
entable floating point number.=0A `PHP_MAJOR_VERSION` | `int`; the current =
PHP major version=0A `PHP_MANDIR`  | `string`; the installation location of=
 the manual pages.=0A `PHP_MAXPATHLEN` |  `int`; the maximum length of a fu=
lly qualified filename supported by this build.=0A `PHP_MINOR_VERSION` | `i=
nt`; the current PHP minor version.=0A `PHP_OS` | `string`; the current ope=
rating system.=0A+`PHP_OS_FAMILY` | `string`; the operating system family P=
HP was built for. Either of 'Windows', 'BSD', 'Darwin', 'Solaris', 'Linux' =
or 'Unknown'.=0A `PHP_PREFIX`  | `string`; the value to which "--prefix" wa=
s set when configured.=0A `PHP_RELEASE_VERSION` | `int`; the current PHP re=
lease version.=0A `PHP_ROUND_HALF_DOWN` | `int`; Round halves down.=0A