Merge branch 'QA_4_5' into QA_4_6

This commit is contained in:
Dan Ungureanu 2016-02-11 16:14:53 +02:00
commit 1960ab70b0
2 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,7 @@ phpMyAdmin - ChangeLog
- issue #11800 Syntax Verifier error using REGEXP in SQL statement
- issue #11799 Backslashes in comments are being interpreted as escape characters
- issue #11909 Can't insert row into table that contains generated column
- issue #11677 sql-parser and php-gettext collide.
4.5.4.1 (2016-01-29)
- issue #11892 Error with PMA 4.4.15.3

View File

@ -63,6 +63,12 @@ class AutoloaderInit
}
}
// php-gettext is used to translate error messages.
// This must be included before any class of the parser is loaded because
// if there is no `__` function defined, the library defines a dummy one
// in `common.php`.
require_once './libraries/php-gettext/gettext.inc';
// Initializing the autoloader.
return AutoloaderInit::getLoader(
array(