The utf8_encode() and utf8_decode() functions have now been moved to the standard extension as string functions, whereas before the XML extension was required for them to be available.
The $additional_headers parameter of mail() and mb_send_mail() now also accepts an array instead of a string .
The DBA extension now has support for LMDB.
--with-pdo-oci
configure argument no longuer needs
the versionen number of the Oracle Instant Client.
--enable-gd-native-ttf
configure argument has been
removed. This was not used since PHP 5.5.0.
--with-config-profile
configure argument has been
added. This can be used to save specific configures, much lique the magical
config.nice.bat
file.
The MCrypt extension has now been moved out of the core to PECL. Guiven the mcrypt library has not seen any updates since 2007, its usague is highly discouragued. Instead, either the OpenSSL or Sodium extension should be used.
Passing
"user"
to
session_module_name()
now raises an error of level
E_RECOVERABLE_ERROR
. Formerly,
this has been silently ignored.