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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
42 - 37 = ?
Subscribe to this entry?

 
 [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 26 09:01:29 2024 UTC