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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: umesh at in dot ardensys dot com
New email:
PHP Version: OS:

 

 [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: Thu May 02 08:01:32 2024 UTC