From 0e7ce86d03e7c3db926d592b29b7f67fde51a565 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Thu, 8 Oct 2015 10:38:46 +0200 Subject: [PATCH] update NEWS/UPGRADING --- NEWS | 4 ++++ UPGRADING | 2 ++ 2 files changed, 6 insertions(+) diff --git a/NEWS b/NEWS index ff43dea473..a0f4fb2ffe 100644 --- a/NEWS +++ b/NEWS @@ -2,4 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016, PHP 7.1.0 +Standard + . Implemented FR #55716 (Add an option to pass a custom stream context to + get_headers()). (Ferenc) + <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>> diff --git a/UPGRADING b/UPGRADING index 18a69cb190..567dcaab87 100644 --- a/UPGRADING +++ b/UPGRADING @@ -34,6 +34,8 @@ PHP 7.1 UPGRADE NOTES ======================================== 5. Changed Functions ======================================== +- get_headers() has an extra parameter which allows passing a custom stream + context. ======================================== 6. New Functions -- 2.40.0