Remove duplication

This commit is contained in:
Christoph M. Becker 2019-07-25 19:09:21 +02:00
parent d758691b9b
commit e1c80d8ea7

View File

@ -640,7 +640,7 @@ PHP 7.4 UPGRADE NOTES
========================================
- zend.exception_ignore_args
. New INI directive which displays or hides arguments from the stack traces
. New INI directive to include or exclude arguments from stack traces
generated for exceptions.
========================================
@ -759,10 +759,6 @@ The following extensions and SAPIs are affected:
14. Other Changes
========================================
- Core:
. Add zend.exception_ignore_args to force the omission of arguments from
stack traces collected for exceptions.
========================================
15. Performance Improvements
========================================