php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #35268 Broken Link
Submitted: 2005-11-17 20:23 UTC Modified: 2005-11-18 14:06 UTC
From: megsuma at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: *NIX (Fedora Core 3)
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: megsuma at gmail dot com
New email:
PHP Version: OS:

 

 [2005-11-17 20:23 UTC] megsuma at gmail dot com
Description:
------------
Hi, there is a problem with the page http://us3.php.net/manual/en/function.natsort.php 
At one point, a link references a SourceForge page but the link's href tag says sourcefrog.net instead of sourceforge.net. Below is a cutout from the page and the offending link will be marked with !!! on either side:
-----------------------------------------
...
The above example will output:

Standard sorting
Array
(
    [0] => img1.png
    [1] => img10.png
    [2] => img12.png
    [3] => img2.png
)

Natural order sorting
Array
(
    [3] => img1.png
    [2] => img2.png
    [1] => img10.png
    [0] => img12.png
)

For more information see: !!!Martin Pool's Natural Order String Comparison!!! page. 
...
------------------------------------
Shouldn't take much to fix. The link on the page is
http://sourcefrog.net/projects/natsort/
and should be
http://sourceforge.net/projects/natsort/


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-17 20:27 UTC] megsuma at gmail dot com
There is a correction for this, it seems the SourceForge project for natsort no longer exists. A search on google didn't really help as most pages that turned up were PHP related references to the natsort() function. Seems this link should be removed all together if the page doesn't exist anymore.
 [2005-11-18 12:00 UTC] nlopess@php.net
everything is correct.
 [2005-11-18 14:06 UTC] megsuma at gmail dot com
Ok, I suppose the sourcefrog servers were down yesterday as I wasn't getting a response and I assumed it was a typo. Sorry.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 03 05:01:29 2024 UTC