php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41164 Hyperwave suddenly appears in URLs
Submitted: 2007-04-22 16:56 UTC Modified: 2007-04-22 17:13 UTC
From: fatlotus at gmail dot com Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2007-04-22 16:56 UTC] fatlotus at gmail dot com
Description:
------------
If you go to a URL on PHP.net that doesn't contain any alpha-numeric 
characters, you will be taken to the hyperwave documentation. 

http://www.php.net/== goes to hyperwave docs


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-22 17:10 UTC] bjori@php.net
Thats not entirely true, http://php.net/<<< works for instance just fine.

The problem is that there is no "==" shortcut URL so we do function lookup. Depending if the mirror has SQLite or not, you will get redirected to "closest match" or a "closest match function list", which in this case are both bogus.

This is a known problem and has been reported before.
 [2007-04-22 17:12 UTC] bjori@php.net
(You are btw looking for http://php.net/language.operators.comparison)
 [2007-04-22 17:13 UTC] fatlotus at gmail dot com
Oops. Sorry about that.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 01:00:01 2026 UTC