mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Add NEWS/UPGRADING for ReflectionGenerator class
This commit is contained in:
parent
aa3c7aa438
commit
06693c3d43
1
NEWS
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)
|
||||
|
@ -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…
Reference in New Issue
Block a user