php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #56177 Ordering on status is inconsistent
Submitted: 2004-08-22 16:38 UTC Modified: 2004-11-14 07:08 UTC
From: arnaud at limbourg dot com Assigned:
Status: Closed Package: PECL bug system (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: arnaud at limbourg dot com
New email:
PHP Version: OS:

 

 [2004-08-22 16:38 UTC] arnaud at limbourg dot com
Description:
------------
When looking at bugs and ordering by status the sorting is not done properly. For example a bug with a status of 254 days will appear before one with 38 days.

I didn't look at the code but I guess natural sorting should be used.

Reproduce code:
---------------
http://pear.php.net/bugs/search.php?cmd=display&status=Feedback&search_for=&php_os=&boolean=0&author_email=&bug_type=&bug_age=0&order_by=status&direction=DESC&phpver=&limit=All&handle=&assign=&maintain=&reorder_by=status

Expected result:
----------------
38
254

Actual result:
--------------
254
38

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-14 07:08 UTC] helgi at trance dot is
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PEAR better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC