Commit: e1489c579389bfa820aa0f4eb20d12ef575c3afc Author: Eitan Mosenkis <ei...@mosenkis.net> Sun, 15 Jul 2012 20:36:34 -0400 Committer: Stanislav Malyshev <s...@php.net> Tue, 7 Aug 2012 01:48:31 -0700 Parents: ad545949d027f39dad783d9cec1f4e4b58cd3680 Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e1489c579389bfa820aa0f4eb20d12ef575c3afc Log: Update documentation to reflect fix of 54254 Changed paths: M ext/calendar/jewish.c Diff: diff --git a/ext/calendar/jewish.c b/ext/calendar/jewish.c index ac256c9..494d065 100644 --- a/ext/calendar/jewish.c +++ b/ext/calendar/jewish.c @@ -85,8 +85,8 @@ * 3 Kislev 29 30 30 29 30 30 (variable) * 4 Tevet 29 29 29 29 29 29 * 5 Shevat 30 30 30 30 30 30 - * 6 Adar I 29 29 29 30 30 30 (variable) - * 7 Adar II -- -- -- 29 29 29 (optional) + * 6 Adar I -- -- -- 30 30 30 (optional) + * 7 Adar II 29 29 29 29 29 29 * 8 Nisan 30 30 30 30 30 30 * 9 Iyyar 29 29 29 29 29 29 * 10 Sivan 30 30 30 30 30 30 @@ -100,8 +100,8 @@ * have multiple possible spellings in the Roman character set. I have * chosen to use the spellings found in the Encyclopedia Judaica. * - * Adar II, the month added for leap years, is sometimes referred to as - * the 13th month, but I have chosen to assign it the number 7 to keep + * Adar I, the month added for leap years, is sometimes referred to as + * the 13th month, but I have chosen to assign it the number 6 to keep * the months in chronological order. This may not be consistent with * other numbering schemes. * -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php