FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Document error_include_args in NEWS and UPGRADING by NattyNarwhal · Pull Request #23487 · php/php-src · GitHub

/ php-src Public
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension No extension  (2) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 2 additions & 0 deletions NEWS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ PHP NEWS
. Deprecate returning values from __construct() and __destruct(). (timwolla)
. base_convert, bindex, hexdec and octdec now raise a notice when they cannot
precisely convert the given number. (Sjoerd Langkemper)
. Added error_include_args INI option to make the display of function
arguments consistent in error output. (Calvin Buckley)

- BCMath:
. Added NUL-byte validation to BCMath functions. (jorgsowa)
Expand Down
9 changes: 9 additions & 0 deletions UPGRADING
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,15 @@ PHP 8.6 UPGRADE NOTES
11. Changes to INI File Handling
========================================

- Core:
. The error_include_args INI option has been added to make the display of
function arguments consistent in errors; it is off by default. Previously,
some functions shown a parameter in the error that was up to call to the
internal error function. Now, all parameters as were actually passed to
the function will be displayed. This uses the same infrastructure as stack
traces, so i.e. sensitive parameters will not be displayed, and strings
will be truncated according to zend.exception_string_param_max_len.

- Mbstring:
. The mbstring.detect_order INI directive now updates the internal detection
order when changed at runtime via ini_set(). Previously, runtime changes
Expand Down

Back | FazBrowse Home | New Git URL