php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16921 string overflow
Submitted: 2002-04-29 22:18 UTC Modified: 2002-06-06 06:07 UTC
From: dijo at sc dot rr dot com Assigned:
Status: Not a bug Package: Strings related
PHP Version: 4.1.2 OS: Slackware linux 8
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
39 + 16 = ?
Subscribe to this entry?

 
 [2002-04-29 22:18 UTC] dijo at sc dot rr dot com
In Aol instant messenger you can do QueryStrings in a link like so:

<a href="http://dijo.yi.org?name=John Doe">Site</a> and it doesnt add the %20 between the John and Doe .. 

so what happens is .. the name variable holds John and the $SERVER_PROTOCOL variable holds Doe HTTP /1.0

I didnt know if you wanted to call it an overflow or what.

A friend suggested that it was a bug, so i'm turning it in.

Thanks.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-06 06:07 UTC] sander@php.net
This is not a bug in PHP but a bug in the client (Aol instant messenger in this case).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 16 18:01:30 2024 UTC