--- embedaddon/php/UPGRADING 2013/10/14 08:02:09 1.1.1.4 +++ embedaddon/php/UPGRADING 2014/06/15 20:03:41 1.1.1.5 @@ -1,4 +1,4 @@ -$Id: UPGRADING,v 1.1.1.4 2013/10/14 08:02:09 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()