PHP :: Bug #50680 :: "eight" -> "eighth"

Bug #50680 "eight" -> "eighth"
Submitted: 2010-01-06 16:43 UTC Modified: 2010-01-07 12:54 UTC
From: danielc at analysisandsolutions dot com Assigned:
Status: Closed Package: Date/time related
PHP Version: 5.3SVN-2010-01-06 (SVN) OS:
Private report: No CVE-ID: None

 [2010-01-06 16:43 UTC] danielc at analysisandsolutions dot com

Description:
------------
In ext/date/lib/parse_date.re, reltextnumber and timelib_reltext_lookup contain ordinal numbers, but when it comes to 8th, it mistakenly uses "eight", rather than "eighth".  Guess it now needs to contain both to provide backwards compatibility.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports

 [2010-01-07 12:54 UTC] iliaa@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.