~ubuntu-branches/ubuntu/utopic/phpmyadmin/utopic

« back to all changes in this revision

Viewing changes to doc/html/_sources/require.txt

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2014-05-10 16:31:42 UTC
  • mfrom: (1.2.55)
  • Revision ID: package-import@ubuntu.com-20140510163142-z03w5qirp4nnfoiy
Tags: 4:4.2.0-1
* New upstream release.
* Upgrade database for current phpMyAdmin configuration storage and
  in the configuration (Closes: #746956).

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
PHP
13
13
---
14
14
 
15
 
* You need PHP 5.3.0 or newer, with ``session`` support, the Standard PHP Library 
 
15
* You need PHP 5.3.0 or newer, with ``session`` support, the Standard PHP Library
16
16
  (SPL) extension, JSON support, and the ``mbstring`` extension.
17
17
 
18
18
* To support uploading of ZIP files, you need the PHP ``zip`` extension.
27
27
 
28
28
* To support upload progress bars, see :ref:`faq2_9`.
29
29
 
30
 
* To support XML and Open Document Spreadsheet importing, you need the 
 
30
* To support XML and Open Document Spreadsheet importing, you need the
31
31
  `libxml <http://www.php.net/libxml>`_ extension.
32
32
 
33
33
* Performance suggestion: install the ``ctype`` extension.
37
37
Database
38
38
--------
39
39
 
40
 
phpMyAdmin supports MySQL-compatible databases. 
 
40
phpMyAdmin supports MySQL-compatible databases.
41
41
 
42
42
* MySQL 5.5 or newer
43
43
* MariaDB 5.5 or newer