php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18843 Search Result flaw
Submitted: 2002-08-10 08:20 UTC Modified: 2002-12-14 10:48 UTC
From: patric at liefdeis dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: 4.2.2 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 !
Your email address:
MUST BE VALID
Solve the problem:
24 - 24 = ?
Subscribe to this entry?

 
 [2002-08-10 08:20 UTC] patric at liefdeis dot com
I was searching for 'case sensitive', and saw this in the fopen() manual (in search result, that short part of the file):

--
If filename begins with "http://www.php.net/manual/en/function.fopen.php#AEN24371">case sensitive), an HTTP 1.0
--

But when you open the file, it says:

--
 If filename begins with "http://" (not case sensitive), an HTTP 1.0
--

With other words, the Search Engine likes rewriting 

--
http://" (not 
--

to

--
http://www.php.net/manual/en/function.fopen.php#AEN24371">
--

For no reason at all! It is kind of enoying :)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-14 10:48 UTC] goba@php.net
The "not" word was there in a previous version of the documentation (indexed by the search engine). The #AEN... part is simply the nearest anchor in the document upwards, so if you click on the word in the search result, you get to the nearest part of the page... => This is not a bug...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 19:01:31 2024 UTC