Diff for /embedaddon/php/UPGRADING between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2013/10/14 08:02:09 version 1.1.1.5, 2014/06/15 20:03:41
Line 350  PHP 5.4 UPGRADE NOTES Line 350  PHP 5.4 UPGRADE NOTES
 - Since 5.4.7, ctor is always called when new user stream wrapper object is created.  - 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.    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  5. Changes to existing classes
 ==============================  ==============================
Line 621  c. New functions Line 624  c. New functions
   - LDAP:    - LDAP:
     - ldap_control_paged_result()      - ldap_control_paged_result()
     - ldap_control_paged_result_response()      - ldap_control_paged_result_response()
       - ldap_modify_batch (5.4.26)
   
   - libxml:    - libxml:
     - libxml_set_external_entity_loader()      - libxml_set_external_entity_loader()

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>