Bug 1071160

Summary: Swedish special chars (åäö) disapears php 5.5.9, Fedora 20, Apache 2.4 Mysqql 5.1 (on another server)
Product: [Fedora] Fedora Reporter: pekka seitola <pekkaseitola17>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 20CC: covex, dimitris, fedora, jorton, piotrdrag, rcollet
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Other   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-26 09:32:45 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description pekka seitola 2014-02-28 07:25:16 UTC
It´s a combination between PHP 5.5.9, Fedora 20 Apache 2.4 and MySql 5.1
When I run the php application on this configuration it and bring up strings with swedish chars in - the system filters these whole strings so they don´t reach the client. 


Version-Release number of selected component (if applicable):
php 5.5.9, Fedora 20, Apache 2.4 Mysqql 5.1 (on another server)

How reproducible:
Evry time

Steps to Reproduce:
1.Just run the application
2.
3.

Actual results:
Strings with swedish special chars (åäö) disapear.

Expected results:
Strings with swedish chars

Additional info:
The same application works fine in ffolowing setup
Fedora 7, php 5.3.? Apache 2.2 and Mysql 5.1 (same server as above)

Comment 1 Adam Pribyl 2014-02-28 08:45:12 UTC
I am not sure this is a problem with localization. It looks to me like this is a problem either with the app - e.g. the app is not using utf8 or somewhere else in the chain. You should narrow it down.

1. simply do a query in console from mysql where the string is
2. run php to query the mysql
3. report where the string disappears

create a minimal test case if possible - few SQL lines with approriate strings, php that reads it...

Comment 2 Remi Collet 2014-02-28 14:56:33 UTC
Please provide a simple reproducer.

But web application using UTF-8 string have no issue, so I rather think to a configuration issue.

Comment 3 Remi Collet 2014-03-26 09:32:45 UTC
As can't reproduce, and no reproducer provided, closing.