--- embedaddon/php/Zend/zend_globals.h 2012/05/29 12:34:35 1.1.1.2 +++ embedaddon/php/Zend/zend_globals.h 2013/10/14 08:02:48 1.1.1.4 @@ -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 | @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: zend_globals.h,v 1.1.1.2 2012/05/29 12:34:35 misho Exp $ */ +/* $Id: zend_globals.h,v 1.1.1.4 2013/10/14 08:02:48 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;