rfc:deprecations_php_8_1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionLast revisionBoth sides next revision | ||
rfc:deprecations_php_8_1 [2021/06/30 08:30] – nikic | rfc:deprecations_php_8_1 [2021/07/10 02:06] – Fixed typo reported by Checho Man patrickallaert | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== PHP RFC: Deprecations for PHP 8.1 ====== | ====== PHP RFC: Deprecations for PHP 8.1 ====== | ||
- | * Date: 2019-07-23 | + | * Date: 2021-02-23 |
* Author: Nikita Popov < | * Author: Nikita Popov < | ||
* Status: Voting | * Status: Voting | ||
Line 496: | Line 496: | ||
$f = fopen($url, ' | $f = fopen($url, ' | ||
$response = stream_get_contents($f); | $response = stream_get_contents($f); | ||
- | $headers = stream_get_meta_data($fp)[' | + | $headers = stream_get_meta_data($f)[' |
</ | </ | ||
rfc/deprecations_php_8_1.txt · Last modified: 2021/07/14 07:23 by nikic