Diff for /embedaddon/php/Zend/zend_globals.h between versions 1.1.1.2 and 1.1.1.5

version 1.1.1.2, 2012/05/29 12:34:35 version 1.1.1.5, 2014/06/15 20:04:03
Line 2 Line 2
    +----------------------------------------------------------------------+     +----------------------------------------------------------------------+
    | Zend Engine                                                          |     | 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,     |     | 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        |      | that is bundled with this package in the file LICENSE, and is        | 
Line 306  struct _zend_php_scanner_globals { Line 306  struct _zend_php_scanner_globals {
         unsigned char *script_filtered;          unsigned char *script_filtered;
         size_t script_filtered_size;          size_t script_filtered_size;
   
        /* input/ouput filters */        /* input/output filters */
         zend_encoding_filter input_filter;          zend_encoding_filter input_filter;
         zend_encoding_filter output_filter;          zend_encoding_filter output_filter;
         const zend_encoding *script_encoding;          const zend_encoding *script_encoding;

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>