Diff for /embedaddon/php/Zend/zend_types.h between versions 1.1.1.1 and 1.1.1.4

version 1.1.1.1, 2012/02/21 23:47:52 version 1.1.1.4, 2014/06/15 20:04:04
Line 2 Line 2
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
    | Zend Engine                                                          |     | Zend Engine                                                          |
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
   | Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) |   | Copyright (c) 1998-2014 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |     | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |     | that is bundled with this package in the file LICENSE, and is        |
Line 55  typedef struct _zend_object_handlers zend_object_handl Line 55  typedef struct _zend_object_handlers zend_object_handl
   
 typedef struct _zend_object_value {  typedef struct _zend_object_value {
         zend_object_handle handle;          zend_object_handle handle;
        zend_object_handlers *handlers;        const zend_object_handlers *handlers;
 } zend_object_value;  } zend_object_value;
   
 #endif /* ZEND_TYPES_H */  #endif /* ZEND_TYPES_H */

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


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