tony2001 Mon, 27 Dec 2010 20:25:34 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306761
Log:
initialize script_encoding_list (reported by Gustavo Lopes)
Changed paths:
U php/php-src/trunk/Zend/zend.c
Modified: php/php-src/trunk/Zend/zend.c
===================================================================
--- php/php-src/trunk/Zend/zend.c 2010-12-27 19:00:13 UTC (rev 306760)
+++ php/php-src/trunk/Zend/zend.c 2010-12-27 20:25:34 UTC (rev 306761)
@@ -522,6 +522,7 @@
} else {
compiler_globals->static_members_table = NULL;
}
+ compiler_globals->script_encoding_list = NULL;
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php