--- embedaddon/php/Zend/zend_types.h 2012/02/21 23:47:52 1.1 +++ embedaddon/php/Zend/zend_types.h 2014/06/15 20:04:04 1.1.1.4 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | 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, | | that is bundled with this package in the file LICENSE, and is | @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_types.h,v 1.1 2012/02/21 23:47:52 misho Exp $ */ +/* $Id: zend_types.h,v 1.1.1.4 2014/06/15 20:04:04 misho Exp $ */ #ifndef ZEND_TYPES_H #define ZEND_TYPES_H @@ -55,7 +55,7 @@ typedef struct _zend_object_handlers zend_object_handl typedef struct _zend_object_value { zend_object_handle handle; - zend_object_handlers *handlers; + const zend_object_handlers *handlers; } zend_object_value; #endif /* ZEND_TYPES_H */