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

version 1.1.1.3, 2013/07/22 01:31:37 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()
Line 639  c. New functions Line 643  c. New functions
   
   - SPL    - SPL
     - class_uses()      - class_uses()
   
     - SplFixedArray
       - SplFixedArray::__wakeup() (5.4.18)
   
 d. New global constants  d. New global constants
   

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


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