mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add upgrading notes about removed functionality that were deprecated in PHP 7.4
This commit is contained in:
parent
b95da3c75f
commit
73730eebca
1 changed files with 6 additions and 0 deletions
|
@ -287,6 +287,12 @@ PHP 8.0 UPGRADE NOTES
|
|||
generated salt is used instead.
|
||||
. The quotemeta() function will now return an empty string if an empty string
|
||||
was passed. Previously false was returned.
|
||||
. hebrevc() has been removed.
|
||||
. convert_cyr_string() has been removed.
|
||||
. money_format() has been removed.
|
||||
. ezmlm_hash() has been removed.
|
||||
. get_magic_quotes_gpc() and get_magic_quotes_gpc_runtime() has been removed.
|
||||
. FILTER_SANITIZE_MAGIC_QUOTES has been removed.
|
||||
|
||||
- tidy:
|
||||
. The $use_include_path parameter, which was not used internally, has been
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue