php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71939 Escaping wrong for Google search
Submitted: 2016-04-01 10:39 UTC Modified: -
Votes:2
Avg. Score:2.5 ± 0.5
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: okj at imos dot net Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2016-04-01 10:39 UTC] okj at imos dot net
Description:
------------
When using either the search that is automatically added to Chrome, or typing in a URL like php.net/searchterm, the search terms are incorrectly escaped for Google Custom Search.

It would be nice if links like this would work:
http://php.net/array%20functions

Expected result:
----------------
Search for "array functions"

Actual result:
--------------
Search for "array%20functions"

Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-09-29 13:09 UTC] cmb@php.net
Automatic comment on behalf of me@kelunik.com
Revision: http://git.php.net/?p=web/php.git;a=commit;h=410b34e36176a979a28710f6b4bf438912a32d5c
Log: Fix bug #71939 (Double escaped search)
 [2016-09-29 13:09 UTC] cmb@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 19:01:28 2024 UTC