mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
fix elastic.inc.php to work on PHP 5.2
Without this change, I get the following syntax error on PHP 5.2.6: PHP Parse error: syntax error, unexpected ':' in /var/www/adminer/adminer/drivers/elastic.inc.php on line 415 I haven't actually tested the alter_table() method.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Adminer 4.5.1-dev:
|
||||
Fix counting selected rows after going back to select page
|
||||
PHP <5.3 compatibility even with Elasticsearch enabled
|
||||
|
||||
Adminer 4.5.0 (released 2018-01-24):
|
||||
Display name of the object in confirmation when dropping it
|
||||
|
Reference in New Issue
Block a user