diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-02-01 12:09:29 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-02-11 11:10:13 +0100 |
commit | e93d6d97aab7a5de1f7b8dc750ca9d08214de8c4 (patch) | |
tree | 22434a9ae6a561312ec95b0f34f760f7403464c4 /UPGRADING | |
parent | 5ee11887dfa9b3cb6972ed0f37537abb1cd56043 (diff) | |
download | php-git-e93d6d97aab7a5de1f7b8dc750ca9d08214de8c4.tar.gz |
Disable PEAR by default
Installation of PEAR can be enabled using --with-pear, but will
through a deprecation warning during ./configure.
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -47,6 +47,11 @@ PHP 7.4 UPGRADE NOTES function does not throw, so explicitly checking it is not necessary. RFC: http://php.net/manual/de/function.openssl-random-pseudo-bytes.php +- PEAR: + . Installation of PEAR (including PECL) is no longer enabled by default. It + can be explicitly enabled using --with-pear. This option is deprecated and + may be removed in the future. + - PDO: . Attempting to serialize a PDO or PDOStatement instance will now generate an Exception rather than a PDOException, consistent with other internal @@ -145,8 +150,8 @@ PHP 7.4 UPGRADE NOTES pattern will be interpreted as a string instead. - LDAP: - . ldap_control_paged_result_response and ldap_control_paged_result are deprecated. - Pagination controls can be sent along with ldap_search instead. + . ldap_control_paged_result_response and ldap_control_paged_result are + deprecated. Pagination controls can be sent along with ldap_search instead. ======================================== 5. Changed Functions |