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 commits
[2010-01-07 12:54 UTC] iliaa@php.net