ID: 35268 Updated by: [EMAIL PROTECTED] Reported By: megsuma at gmail dot com -Status: Open +Status: Bogus -Bug Type: Website problem +Bug Type: Documentation problem Operating System: *NIX (Fedora Core 3) PHP Version: Irrelevant New Comment:
everything is correct. Previous Comments: ------------------------------------------------------------------------ [2005-11-17 20:27:19] 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-17 20:23:39] 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/ ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35268&edit=1