--- embedaddon/php/Zend/zend_globals.h 2013/07/22 01:32:15 1.1.1.3 +++ embedaddon/php/Zend/zend_globals.h 2014/06/15 20:04:03 1.1.1.5 @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2013 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_globals.h,v 1.1.1.3 2013/07/22 01:32:15 misho Exp $ */ +/* $Id: zend_globals.h,v 1.1.1.5 2014/06/15 20:04:03 misho Exp $ */ #ifndef ZEND_GLOBALS_H #define ZEND_GLOBALS_H @@ -306,7 +306,7 @@ struct _zend_php_scanner_globals { unsigned char *script_filtered; size_t script_filtered_size; - /* input/ouput filters */ + /* input/output filters */ zend_encoding_filter input_filter; zend_encoding_filter output_filter; const zend_encoding *script_encoding;