bug #1554166, magic_quotes_runtime problems
This commit is contained in:
@@ -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.
|
||||||
|
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user