php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13615 Search can change language
Submitted: 2001-10-09 11:19 UTC Modified: 2001-10-09 11:22 UTC
From: freek at macfreek dot nl Assigned:
Status: Not a bug Package: Website problem
PHP Version: 4.0.6 OS: N/A
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:
43 - 7 = ?
Subscribe to this entry?

 
 [2001-10-09 11:19 UTC] freek at macfreek dot nl
When you are on a manual webpage, and perform a search 
using the form in the header of the page, you will be 
directed to the page or function in the manual of the 
default language of the current site. This default language 
of a site may not be the same as the language the user had 
chosen earlier.

Example:
At http://www.php.net/manual/nl/, do a search on 
'phpinfo' and you will end up at
http://www.php.net/manual/en/function.phpinfo.php
Effectively switching from Dutch (nl) to English (en)

Or, at http://nl.php.net/manual/en/, do a search on 
'phpinfo' and you will end up at
http://nl.php.net/manual/nl/function.phpinfo.php
Effectively switching from English to Dutch.

Possible fix: just add a 'input type=hidden name=lang 'tag 
with the current language in the CommonHeader.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-09 11:22 UTC] sniper@php.net
submitted twice
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC