rfc:deprecations_php_8_0
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
rfc:deprecations_php_8_0 [2020/09/25 11:34] kocsismate |
rfc:deprecations_php_8_0 [2021/01/15 05:22] girgias Add unserialize_callback_func INI setting to the list |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== PHP RFC: Deprecations for PHP 8.1 ====== | ====== PHP RFC: Deprecations for PHP 8.1 ====== | ||
* Date: 2019-07-23 | * Date: 2019-07-23 | ||
- | * Author: Nikita Popov < | + | * Author: Nikita Popov < |
* Status: Under Discussion | * Status: Under Discussion | ||
Line 23: | Line 23: | ||
* %%'' | * %%'' | ||
* '' | * '' | ||
+ | * Return by reference with void type | ||
+ | * NIL constant defined by the IMAP extension | ||
+ | * '' | ||
===== Proposal ===== | ===== Proposal ===== | ||
Line 171: | Line 174: | ||
Since the current behaviour is highly surprising, passing integer values to '' | Since the current behaviour is highly surprising, passing integer values to '' | ||
+ | |||
+ | ==== Predefined variable $http_response_header ==== | ||
+ | W.I.P. | ||
+ | See https:// | ||
+ | We already deprecated/ | ||
+ | |||
+ | ==== Return by reference with void type ==== | ||
+ | |||
+ | '' | ||
+ | |||
+ | |||
+ | ==== NIL constant defined by the IMAP extension ==== | ||
+ | The '' | ||
+ | |||
+ | ==== unserialize_callback_func INI setting ==== | ||
+ | W.I.P. (but from my understanding this was used with __autoload() only - girgias) | ||
===== Backward Incompatible Changes ===== | ===== Backward Incompatible Changes ===== |
rfc/deprecations_php_8_0.txt · Last modified: 2021/02/23 14:37 by nikic