summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-08-07 01:47:50 -0700
committerStanislav Malyshev <stas@php.net>2012-08-07 01:48:32 -0700
commit1190bc440be0ab8ef6703dc9cb1dc4d64bf538f0 (patch)
tree7d021123d7cb8932c40f0d94dd6c2338656202b2
parenta15459b2916b3ebbbe574f616529b31c2d9fbfe4 (diff)
downloadphp-git-1190bc440be0ab8ef6703dc9cb1dc4d64bf538f0.tar.gz
bug #54254
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56a947764f..0c177ddb26 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,10 @@ PHP NEWS
other expressions (https://wiki.php.net/rfc/empty_isset_exprs).
(Nikita Popov)
+- Calendar:
+ . Fixed bug #54254 (cal_from_jd returns month = 6 when there is only one Adar)
+ (Stas, Eitan Mosenkis).
+
- Core:
. Added boolval(). (Jille Timmermans).
. Fixed bug #18556 (Engine uses locale rules to handle class names). (Stas)