diff options
author | Eitan Mosenkis <eitan@mosenkis.net> | 2012-07-15 20:36:34 -0400 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-08-07 01:48:31 -0700 |
commit | e1489c579389bfa820aa0f4eb20d12ef575c3afc (patch) | |
tree | 343be87116b857b1f5d6c0994976316e6c439952 /ext/calendar | |
parent | ad545949d027f39dad783d9cec1f4e4b58cd3680 (diff) | |
download | php-git-e1489c579389bfa820aa0f4eb20d12ef575c3afc.tar.gz |
Update documentation to reflect fix of 54254
Diffstat (limited to 'ext/calendar')
-rw-r--r-- | ext/calendar/jewish.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/calendar/jewish.c b/ext/calendar/jewish.c index ac256c9860..494d065962 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. * |