Други промени
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Други промени
Референца за `migration72.other-changes.php` со подобрена типографија и навигација.
Други промени
Moving of utf8_encode() and utf8_decode()
На 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.
, секвенците U+2028 и U+2029 сега се избегнуваат. mail() and mb_send_mail()
The $additional_headers parameter of mail() and mb_send_mail() опцијата на array наместо string.
LMDB support
На DBA extension now has support for LMDB.
Changes to the PHP build system
- Unix: Autoconf 2.64 or greater is now required to build PHP.
-
Unix:
--with-pdo-ociconfigure argument no longer needs the version number of the Oracle Instant Client. -
Unix:
--enable-gd-native-ttfconfigure argument has been removed. This was not used since PHP 5.5.0. -
» CNG-API
--with-config-profileconfigure argument has been added. This can be used to save specific configures, much like the magical config.nice.bat file.
, секвенците U+2028 и U+2029 сега се избегнуваат. GD
- imageantialias() is now also available if compiled with a system libgd.
- imagegd() stores truecolor images as real truecolor images. Formerly, they have been converted to palette.
Moving MCrypt to PECL
На 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 Натриум extension should be used.
session_module_name()
Поминување "user" to session_module_name()
now raises an error of level E_RECOVERABLE_ERROR. Порано, ова беше тивко игнорирано.