View Issue Details

IDProjectCategoryView StatusLast Update
0000843XdebugUncategorizedpublic2012-05-28 17:41
Reporterdinu Assigned To 
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!