diff options
author | Stanislav Malyshev <stas@php.net> | 2012-08-07 01:47:50 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-08-07 01:48:32 -0700 |
commit | 1190bc440be0ab8ef6703dc9cb1dc4d64bf538f0 (patch) | |
tree | 7d021123d7cb8932c40f0d94dd6c2338656202b2 | |
parent | a15459b2916b3ebbbe574f616529b31c2d9fbfe4 (diff) | |
download | php-git-1190bc440be0ab8ef6703dc9cb1dc4d64bf538f0.tar.gz |
bug #54254
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |