diff options
author | Davey Shafik <me@daveyshafik.com> | 2016-09-28 10:31:22 -0700 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2016-09-28 10:31:22 -0700 |
commit | bc4e09f497baa90b494a964d901292d4c3e17635 (patch) | |
tree | 21ad88db936400739358b080b291bbef51bcd38a | |
parent | f70fb05138e9d5dd2126eadec0377abf705dec74 (diff) | |
download | php-git-bc4e09f497baa90b494a964d901292d4c3e17635.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,6 +49,10 @@ PHP NEWS - phpdbg: . Added generator command for inspection of currently alive generators. (Bob) +- Reflection + . Undo backwards compatiblity break in ReflectionType->__toString() and + deprecate via documentation instead. (Nikita) + - Session: . Fixed bug #73100 (session_destroy null dereference in ps_files_path_create). (cmb) |