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
 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Aug 05 21:00:03 2025 UTC