bug #1554166, magic_quotes_runtime problems

This commit is contained in:
Marc Delisle
2006-09-09 12:47:07 +00:00
parent 5d88225fe7
commit 75acdfeb69
2 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
$Id$ $Id$
$Source$ $Source$
2006-09-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1554166, magic_quotes_runtime
2006-09-08 Marc Delisle <lem9@users.sourceforge.net> 2006-09-08 Marc Delisle <lem9@users.sourceforge.net>
* lang/check_lang.sh: ignore differences in doc_lang * lang/check_lang.sh: ignore differences in doc_lang
* lang/italian: Update, thanks to Rebe - rebeluca. * lang/italian: Update, thanks to Rebe - rebeluca.

View File

@@ -57,6 +57,12 @@ if (defined('E_STRICT')) {
@ini_set('zend.ze1_compatibility_mode',false); @ini_set('zend.ze1_compatibility_mode',false);
/**
* Avoid problems with magic_quotes_runtime
*/
@ini_set('magic_quotes_runtime',false);
/******************************************************************************/ /******************************************************************************/
/* definition of functions LABEL_definition_of_functions */ /* definition of functions LABEL_definition_of_functions */