From: Bob Weinand Date: Thu, 14 May 2015 20:30:01 +0000 (+0200) Subject: Add NEWS/UPGRADING for ReflectionGenerator class X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~42^2~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06693c3d43ac04ffac9a95081ab60ae179a6e568;p=php Add NEWS/UPGRADING for ReflectionGenerator class --- diff --git a/NEWS b/NEWS index 8651046424..2a3019a4c9 100644 --- a/NEWS +++ b/NEWS @@ -180,6 +180,7 @@ - Reflection . Fixed inheritance chain of Reflector interface. (Tjerk) + . Added ReflectionGenerator class. (Bob) - Session: . Fixed bug #67694 (Regression in session_regenerate_id()). (Tjerk) diff --git a/UPGRADING b/UPGRADING index d77ab839b5..2f0975cc6e 100644 --- a/UPGRADING +++ b/UPGRADING @@ -537,6 +537,9 @@ Other built against OpenSSL 1.0.2 or newer. Negotiated protocol information is accessible through stream_get_meta_data() output. +- Reflection + . Added a ReflectionGenerator class (yield from Traces, current file/line etc.) + ======================================== 3. Changes in SAPI modules ========================================