|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch Use-AdarII-for-non-leap-years for Calendar related Bug #54254Patch version 2012-01-10 20:06 UTC Return to Bug #54254 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: eitan@mosenkis.net
Index: ext/calendar/jewish.c
===================================================================
--- ext/calendar/jewish.c (revision 322030)
+++ ext/calendar/jewish.c (working copy)
@@ -587,11 +587,11 @@
(*pMonth)--;
(*pDay) += 30;
} else {
- *pMonth = 6;
+ *pMonth = 7;
*pDay = inputDay - tishri1 + 207;
if (*pDay > 0)
return;
- (*pMonth)--;
+ (*pMonth)-=2;
(*pDay) += 30;
}
if (*pDay > 0)
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 15:00:01 2025 UTC |