Slide 8
Slide 8 text
PHP_FLOAT_MIN, _MAX, _DIG, _EPSILON
New constants that exist for knowing about floating points.
New Generic Type: "Object"
Sodium crypto library in core, Argon2 hashing.
Full access to the sodium library within PHP, and the hashing API can now deal with Argon2.
You can now specify that something may accept or return any type of object using the
generic typecast. Due to this, "Object" is no longer allowed to be used in class names.
PROC_NICE() works on Windows
Return a string like "Windows" "BSD" "Linux" "Solaris" or "Unknown"
Used to change the priority of a running process.
PHP_OS_FAMILY