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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 13:01:31 2024 UTC