--- embedaddon/php/UPGRADING 2013/07/22 01:31:37 1.1.1.3 +++ embedaddon/php/UPGRADING 2014/06/15 20:03:41 1.1.1.5 @@ -1,4 +1,4 @@ -$Id: UPGRADING,v 1.1.1.3 2013/07/22 01:31:37 misho Exp $ +$Id: UPGRADING,v 1.1.1.5 2014/06/15 20:03:41 misho Exp $ PHP 5.4 UPGRADE NOTES @@ -350,6 +350,9 @@ PHP 5.4 UPGRADE NOTES - Since 5.4.7, ctor is always called when new user stream wrapper object is created. Before, it was called only when stream_open was called. +- Manipulated serialization strings for objects implementing Serializable by + replacing "C:" with "O:" at the start will now produce an error. + ============================== 5. Changes to existing classes ============================== @@ -621,6 +624,7 @@ c. New functions - LDAP: - ldap_control_paged_result() - ldap_control_paged_result_response() + - ldap_modify_batch (5.4.26) - libxml: - libxml_set_external_entity_loader() @@ -639,6 +643,9 @@ c. New functions - SPL - class_uses() + + - SplFixedArray + - SplFixedArray::__wakeup() (5.4.18) d. New global constants