Merge branch 'QA_4_5' into QA_4_6
This commit is contained in:
commit
1960ab70b0
@ -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
|
||||
|
||||
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user