PHP 8.0: NewIniDirectives: account for configurable string length in getTraceAsString() by jrfnl · Pull Request #1191 · PHPCompatibility/PHPCompatibility
Navigation Menu
{{ message }}
PHPCompatibility / PHPCompatibility Public
- Notifications You must be signed in to change notification settings
- Fork 204
Merged
Conversation
Copy link Copy Markdown
Member
- zend.exception_string_param_max_len
. New INI directive to set the maximum string length in an argument of a
stringified stack strace.
Refs:
- https://wiki.php.net/rfc/throwable_string_param_max_len
- https://github.com/php/php-src/blob/47e4001976f3ff85a6d479df39dc82d4ceb18b19/UPGRADING#L957-L959
- [RFC] Make string length for getTraceAsString() configurable php/php-src#5769
- php/php-src@07db641
Includes unit tests.
Related to #809
…getTraceAsString() > - zend.exception_string_param_max_len > . New INI directive to set the maximum string length in an argument of a > stringified stack strace. Refs: * https://wiki.php.net/rfc/throwable_string_param_max_len * https://github.com/php/php-src/blob/47e4001976f3ff85a6d479df39dc82d4ceb18b19/UPGRADING#L957-L959 * php/php-src#5769 * php/php-src@07db641 Includes unit tests.
jrfnl
added
Type: enhancement
PR: quick merge
PR: ready for review labels
Jul 30, 2020
jrfnl
added this to the
10.0.0 milestone
jrfnl
requested a review
from wimg
jrfnl
mentioned this pull request
40 tasks
wimg approved these changes Aug 9, 2020
wimg approved these changes Aug 9, 2020
wimg
merged commit
0a105a9
into
develop
wimg
deleted the
php-8.0/newinidirectives-gettraceasstring-rfc
branch
jrfnl
removed
PR: quick merge
PR: ready for review labels
Aug 9, 2020This 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment