View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002313 | Xdebug | Code Coverage | public | 2025-01-15 00:40 | 2025-01-17 00:39 |
Reporter | Undralex | Assigned To | derick | ||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | PHP | OS | Windows | OS Version | 10 |
Product Version | 3.4.0 | ||||
Summary | 0002313: var_dump does not output some Russian characters | ||||
Description | When outputting a string, var_dump does not display some of the Russian characters encoded in Windows-1251. | ||||
Steps To Reproduce | Install Windows 10 | ||||
Additional Information | If you disable the xdebug extension, the string is displayed without problems. | ||||
Tags | cyrillic, php8.4, var_dump | ||||
Operating System | windows 10 | ||||
PHP Version | 8.3.5-8.3.9 | ||||
|
Platform = Desktop PC |
|
There is way too little information in this report. There is no actual script to test, and I'm certainly not going to "Install Windows 10". It is also not "urgent" or a "crash". Even if you provide an actual full test case, I sincerely doubt there is a bug in Xdebug here; and merely something where you are messing up character sets. |
|
Unfortunately, there is no way to send a script here. There is no way to request a test in another version of Windows. |
|
|
|
It might be clearer this way. |
|
To reproduce this bug, you need to run a simple 4-line script. The question is, how do I pass this script to you? |
|
test_00.php (219 bytes)
<?php header('Content-Type:text/html;charset=Windows-1251'); $s = '��������'; echo 'php: ', phpversion(), ', xdebug: ', phpversion('xdebug'), '<br><br>'; echo $s; var_dump($s); |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-01-15 00:40 | Undralex | New Issue | |
2025-01-15 00:40 | Undralex | Tag Attached: cyrillic | |
2025-01-15 00:40 | Undralex | Tag Attached: php8.4 | |
2025-01-15 00:40 | Undralex | Tag Attached: var_dump | |
2025-01-16 02:06 | Undralex | Note Added: 0007153 | |
2025-01-16 10:35 | derick | Assigned To | => derick |
2025-01-16 10:35 | derick | Status | new => resolved |
2025-01-16 10:35 | derick | Resolution | open => no change required |
2025-01-16 10:35 | derick | Note Added: 0007154 | |
2025-01-16 18:35 | Undralex | Note Added: 0007155 | |
2025-01-16 18:51 | Undralex | Note Added: 0007156 | |
2025-01-16 18:51 | Undralex | File Added: image.png | |
2025-01-17 00:15 | Undralex | Note Added: 0007157 | |
2025-01-17 00:15 | Undralex | File Added: image-2.png | |
2025-01-17 00:37 | Undralex | Note Added: 0007158 | |
2025-01-17 00:39 | Undralex | Note Added: 0007159 | |
2025-01-17 00:39 | Undralex | File Added: test_00.php |