View Issue Details

IDProjectCategoryView StatusLast Update
0000843XdebugUncategorizedpublic2012-05-28 17:41
Reporterdinu Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
OSLinuxOS Versionall 
Product Version2.2.0 
Target Version2.2.1Fixed in Version2.2.1 
Summary0000843: Text output depends on php locale
Description

The output in trace and profile logs depends line-by-line on php locale. I assume this holds true for any kind of output. Particularly important for machine-readable floating point format such as trace mode=1.

Steps To Reproduce

<?php
rand();
setlocale(LC_ALL,'ro_RO');
rand();
?>

You will notice that the decimal point becomes a comma in the middle of the trace log for instance.

TagsNo tags attached.
Operating SystemAll Unix-style systems should be affected, prolly Windows too
PHP Version5.3.3

Activities

derick

2012-05-28 08:19

administrator   ~0002196

I can reproduce this as well.

derick

2012-05-28 17:41

administrator   ~0002211

Fixed on github, thanks for your report!

Issue History

Date Modified Username Field Change
2012-05-27 14:21 dinu New Issue
2012-05-28 08:19 derick Target Version => 2.2.1
2012-05-28 08:19 derick Note Added: 0002196
2012-05-28 17:41 derick Note Added: 0002211
2012-05-28 17:41 derick Status new => closed
2012-05-28 17:41 derick Assigned To => derick
2012-05-28 17:41 derick Resolution open => fixed
2012-05-28 17:41 derick Fixed in Version => 2.2.1
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized