Browse Source

Add NEWS/UPGRADING for ReflectionGenerator class

pull/1224/merge
Bob Weinand 11 years ago
parent
commit
06693c3d43
  1. 1
      NEWS
  2. 3
      UPGRADING

1
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)

3
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
========================================

Loading…
Cancel
Save