. Removed support for BeOS. (Kalle)
. Add PHP_VERSION to phpinfo() <title/>. (github/MattJeevas)
. Add net_get_interfaces(). (Sara, Joe, Anatol)
+ . Added gc_status(). (Benjamin Eberlei)
. Implemented flexible heredoc and nowdoc syntax, per
RFC https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes.
(Thomas Punt)
platform, the function returns false.
. Added net_get_interfaces() to retrieve an array of available network
interfaces including several details.
+ . Added the gc_status() function to retrieve status information regarding the
+ cyclic GC.
Date:
. Added the DateTime::createFromImmutable() method, which mirrors