--- embedaddon/php/Zend/zend_stream.h 2012/02/21 23:47:52 1.1 +++ embedaddon/php/Zend/zend_stream.h 2013/07/22 01:32:16 1.1.1.3 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2013 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 | @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_stream.h,v 1.1 2012/02/21 23:47:52 misho Exp $ */ +/* $Id: zend_stream.h,v 1.1.1.3 2013/07/22 01:32:16 misho Exp $ */ #ifndef ZEND_STREAM_H #define ZEND_STREAM_H @@ -61,7 +61,7 @@ typedef struct _zend_stream { typedef struct _zend_file_handle { zend_stream_type type; - char *filename; + const char *filename; char *opened_path; union { int fd;