22 +----------------------------------------------------------------------+
33 | Zend Engine |
44 +----------------------------------------------------------------------+
5- | Copyright (c) 1998-2011 Zend Technologies Ltd. (http://www.zend.com) |
5+ | Copyright (c) 1998-2012 Zend Technologies Ltd. (http://www.zend.com) |
66 +----------------------------------------------------------------------+
77 | This source file is subject to version 2.00 of the Zend license, |
88 | that is bundled with this package in the file LICENSE, and is |
@@ -110,7 +110,7 @@ ZEND_INI_BEGIN()
110110 STD_ZEND_INI_BOOLEAN ("zend.detect_unicode" , "1" , ZEND_INI_ALL , OnUpdateBool , detect_unicode , zend_compiler_globals , compiler_globals )
111111#ifdef ZEND_SIGNALS
112112 STD_ZEND_INI_BOOLEAN ("zend.signal_check" , "0" , ZEND_INI_SYSTEM , OnUpdateBool , check , zend_signal_globals_t , zend_signal_globals )
113- #endif
113+ #endif
114114ZEND_INI_END ()
115115
116116
@@ -131,7 +131,7 @@ ZEND_API zval zval_used_for_init; /* True global variable */
131131/* version information */
132132static char * zend_version_info ;
133133static uint zend_version_info_length ;
134- #define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998-2011 Zend Technologies\n"
134+ #define ZEND_CORE_VERSION_INFO "Zend Engine v" ZEND_VERSION ", Copyright (c) 1998-2012 Zend Technologies\n"
135135#define PRINT_ZVAL_INDENT 4
136136
137137static void print_hash (zend_write_func_t write_func , HashTable * ht , int indent , zend_bool is_object TSRMLS_DC ) /* {{{ */
0 commit comments