Skip to content

Commit f031735

Browse files
committed
Update UPGRADING
[skip ci]
1 parent 802391f commit f031735

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ PHP 8.0 UPGRADE NOTES
285285
representation of the type, and is no longer deprecated. In particular the
286286
result will include a nullability indicator for nullable types. The format
287287
of the return value is not stable and may change between PHP versions.
288+
. Reflection export() methods have been removed.
288289

289290
- Socket:
290291
. The deprecated AI_IDN_ALLOW_UNASSIGNED and AI_IDN_USE_STD3_ASCII_RULES
@@ -328,6 +329,7 @@ PHP 8.0 UPGRADE NOTES
328329
. convert_cyr_string() has been removed.
329330
. money_format() has been removed.
330331
. ezmlm_hash() has been removed.
332+
. restore_include_path() has been removed.
331333
. get_magic_quotes_gpc() and get_magic_quotes_gpc_runtime() has been removed.
332334
. FILTER_SANITIZE_MAGIC_QUOTES has been removed.
333335
. Calling implode() with parameters in a reverse order ($pieces, $glue) is no

0 commit comments

Comments
 (0)