1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
This commit is contained in:
Stanislav Malyshev
2012-08-07 01:47:50 -07:00
parent a15459b291
commit 1190bc440b
+4
View File
@@ -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)