View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002295 | Xdebug | Uncategorized | public | 2024-10-08 16:49 | 2024-11-27 15:44 |
Reporter | Firehed | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.3.0 | ||||
Fixed in Version | 3.3dev | ||||
Summary | 0002295: var_dump(SensitiveParameterValue) segfaults | ||||
Description | With XDebug installed, var_dump'ing a still-wrapped | ||||
Steps To Reproduce | <?php function sp(#[SensitiveParameter] string $str): void function spv(SensitiveParameterValue $spv): void sp('a'); // ok | ||||
Additional Information | See original PHP issue: https://github.com/php/php-src/issues/16207. It contains sample code and an XDebug stack trace | ||||
Tags | No tags attached. | ||||
Operating System | macOS 15 | ||||
PHP Version | 8.3.0-8.3.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-10-08 16:49 | Firehed | New Issue | |
2024-10-08 17:25 | derick | Assigned To | => derick |
2024-10-08 17:25 | derick | Status | new => closed |
2024-10-08 17:25 | derick | Resolution | open => fixed |
2024-10-08 17:25 | derick | Fixed in Version | => 3.3dev |
2024-10-08 17:25 | derick | Note Added: 0007068 | |
2024-11-27 15:44 | derick | Relationship added | has duplicate 0002304 |