Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-09-04 12:14:28 +02:00
commit 81fd5d212b
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@
"ext-xml": "*",
"ext-pcre": "*",
"ext-json": "*",
"ext-ctype": "*",
"phpmyadmin/sql-parser": "^4.2",
"phpmyadmin/motranslator": "^3.0",
"phpmyadmin/shapefile": "^2.0",

View File

@ -13,7 +13,7 @@ PHP
---
* You need PHP 5.5.0 or newer, with ``session`` support, the Standard PHP Library
(SPL) extension, and JSON support.
(SPL) extension, ctype, and JSON support.
* The ``mbstring`` extension (see :term:`mbstring`) is strongly recommended
for performance reasons.