php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10751 When ever I submit the japanese sjis charset string f\ftfgfEfFfA from the client
Submitted: 2001-05-09 09:55 UTC Modified: 2001-06-05 02:24 UTC
From: umesh at in dot ardensys dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0.5 OS: Red Hat Linux 6.2
Private report: No CVE-ID: None
 [2001-05-09 09:55 UTC] umesh at in dot ardensys dot com
When ever I submit the japanese sjis charset string 
?\?t?g?E?F?A from the client side, a backslash is introduced into the string like this ?\\?t?g?E?F?A at the server side.

Please let me know the solution if anybody knows it. Do I need to make a server setting in the php.ini file or is it s bug in PHP scripting engine ?

Please let me know ASAP. this is an very very urgent call. It is a SOS call from me.

Thanx
Umesh

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-10 04:33 UTC] umesh at in dot ardensys dot com
When ever I submit the japanese sjis charset string 
?\?t?g?E?F?A from the client side, a backslash is introduced into the string like this
?\\?t?g?E?F?A at the server side.

Please let me know the solution if anybody knows it. Do I need to make a server setting in
the php.ini file or is it s bug in PHP scripting engine ?

Please let me know ASAP. this is an very very urgent call. It is a SOS call from me.

Thanx
Umesh


 [2001-06-05 02:23 UTC] sniper@php.net
Set this off:

; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = On


--Jani

 [2001-06-05 02:24 UTC] sniper@php.net
that is in the php.ini file of course..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 01:01:30 2024 UTC