php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47750 PHP.net website
Submitted: 2009-03-22 20:12 UTC Modified: 2009-03-22 20:27 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: manuel at alien-conquest dot nl Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Windows 7 - Safari 4 beta
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: manuel at alien-conquest dot nl
New email:
PHP Version: OS:

 

 [2009-03-22 20:12 UTC] manuel at alien-conquest dot nl
Description:
------------
If you go to http://php.net/parent then you get redirect to 
http://php.net/print

If you go to: http://php.net/keyword.parent then you go to the parent 
page.

Reproduce code:
---------------
-

Expected result:
----------------
That http://php.net/parent redirects to http://php.net/keyword.parent

Actual result:
--------------
Redirected to http://php.net/print

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-03-22 20:16 UTC] danbrown@php.net
Manuel,

Which mirror are you using?
 [2009-03-22 20:18 UTC] manuel at alien-conquest dot nl
nl2.php.net
 [2009-03-22 20:27 UTC] danbrown@php.net
Now I see it.  I misread the report the first time; it actually has 
nothing to do with mirrors.  This is expected behavior because 
'parent' is a keyword, not a function.  The short URL's are only 
meant to work with function lookups, not all manual entries.  And if 
a function does not exist by the name entered, the php.net system 
attempts to find a function of a similar name (in case the user 
misspelled the name of the function).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 19:01:30 2024 UTC