php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34709 Searching something with space
Submitted: 2005-10-02 23:57 UTC Modified: 2005-11-07 16:05 UTC
From: jsgoupil@php.net Assigned:
Status: Wont fix Package: Website problem
PHP Version: Irrelevant OS:
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: jsgoupil@php.net
New email:
PHP Version: OS:

 

 [2005-10-02 23:57 UTC] jsgoupil@php.net
Description:
------------
When searching something on PHP.net with URL rewritting that contains space, the script transforms the space in %20 directly on the webpage

"http://www.php.net/multi byte" (without quote)

The website says : "If you want to search the entire PHP website for the string "multi%20byte", then click here."
So nothing is found because it searches for %20 and not a space.

I think it is a bug, or a feature that won't be fixed.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-07 16:05 UTC] sniper@php.net
Feature that won't be fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC