php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2707 Weird POST problem
Submitted: 1999-11-12 10:19 UTC Modified: 1999-11-25 21:43 UTC
From: jakow at mindless dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 2 OS: Linux 2.0.36
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: jakow at mindless dot com
New email:
PHP Version: OS:

 

 [1999-11-12 10:19 UTC] jakow at mindless dot com
PHP engine doesn't parse POST data in a right way. If some variable contains special character (@ ; \ etc), PHP engine recognizes only characters preceeding this special one, and adds a percent sign. (E. g. if in POST data were ...&var1=asd@fgh&...

   print $var;

prints only

   asd%

).

Our PHP configuration:
Apache 1.3.9 (Unix) PHP/4.0B2 mod_ssl/2.4.5 OpenSSL/0.9.4 rus/PL28.20

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-25 21:43 UTC] rasmus at cvs dot php dot net
There is no bug here.  A @ is not a valid character in POST data of type application/x-www-form-urlencoded  
Please refer to http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.4.1
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 01:01:28 2024 UTC