mirror of
https://github.com/php/php-src.git
synced 2024-12-20 23:39:46 +08:00
Remove accidental NEWS and UPGRADING entries
Merge mistake from PHP-7.1.
This commit is contained in:
parent
600bf56d88
commit
6dccadaac6
4
NEWS
4
NEWS
@ -29,9 +29,5 @@ PHP NEWS
|
||||
. Implemented request #69086 (enhancement for mb_convert_encoding() that
|
||||
handles multibyte replacement char nicely) (Masakielastic, Yasuo)
|
||||
|
||||
- Reflection:
|
||||
. Reverted prepending \ for class names and ? for nullable types returned
|
||||
from ReflectionType::__toString(). (Trowski)
|
||||
|
||||
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|
||||
|
||||
|
@ -25,11 +25,6 @@ PHP 7.1 UPGRADE NOTES
|
||||
. is_object() will now return true for objects of class
|
||||
__PHP_Incomplete_Class.
|
||||
|
||||
- Reflection:
|
||||
. ReflectionNamedType will be returned from ReflectionParameter::getType()
|
||||
and ReflectionFunctionAbstract::getReturnType(). This class includes a
|
||||
getName() method that returns the type name as a string.
|
||||
|
||||
========================================
|
||||
2. New Features
|
||||
========================================
|
||||
|
Loading…
Reference in New Issue
Block a user