1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00

update NEWS

This commit is contained in:
Stanislav Malyshev
2014-02-17 21:16:48 -08:00
parent a80cec1190
commit b79d2285df

4
NEWS
View File

@@ -2,6 +2,8 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2014, PHP 5.4.26
?? ??? 2014, PHP 5.4.26
- JSON:
. Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
(chobieeee@php.net)
@@ -18,7 +20,7 @@ PHP NEWS
. Added warning for dangerous client encoding and remove possible injections
for pg_insert()/pg_update()/pg_delete()/pg_select(). (Yasuo)
?? ??? 2014, PHP 5.4.25
06 Feb 2014, PHP 5.4.25
- Core:
. Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita)