rfc:deprecations_php_8_1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
rfc:deprecations_php_8_1 [2021/07/06 17:42] – Fix creation date patrickallaertrfc:deprecations_php_8_1 [2021/07/10 02:06] – Fixed typo reported by Checho Man patrickallaert
Line 496: Line 496:
 $f = fopen($url, 'r', context: $context); $f = fopen($url, 'r', context: $context);
 $response = stream_get_contents($f); $response = stream_get_contents($f);
-$headers = stream_get_meta_data($fp)['wrapper_data'];+$headers = stream_get_meta_data($f)['wrapper_data'];
 </PHP> </PHP>
  
rfc/deprecations_php_8_1.txt · Last modified: 2021/07/14 07:23 by nikic