--- embedaddon/php/Zend/zend_stream.h 2012/02/21 23:47:52 1.1.1.1 +++ embedaddon/php/Zend/zend_stream.h 2012/05/29 12:34:36 1.1.1.2 @@ -19,7 +19,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_stream.h,v 1.1.1.1 2012/02/21 23:47:52 misho Exp $ */ +/* $Id: zend_stream.h,v 1.1.1.2 2012/05/29 12:34:36 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;