Other changesMoving of utf8_encode and utf8_decodeThe 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. Changes to mail and mb_send_mailThe $additional_headers parameter of mail and mb_send_mail now also accepts an array instead of a string. LMDB supportThe DBA extension now has support for LMDB. Changes to the PHP build system
Changes to GD
Moving MCrypt to PECLThe MCrypt extension has now been moved out of the core to PECL. Given the mcrypt library has not seen any updates since 2007, its usage is highly discouraged. Instead, either the OpenSSL or Sodium extension should be used. session_module_name
Passing |