~ubuntu-branches/ubuntu/saucy/phpmyadmin/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-09-07 09:16:38 UTC
  • mfrom: (1.2.45)
  • Revision ID: package-import@ubuntu.com-20130907091638-59opve9rjooe089r
Tags: 4:4.0.6-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
---
14
14
 
15
15
* You need PHP 5.2.0 or newer, with ``session`` support, the Standard PHP Library 
16
 
  (SPL) extension and JSON support.
 
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.
19
19
 
20
 
* For proper support of multibyte strings (eg. UTF-8, which is currently
21
 
  the default), you should install the ``mbstring`` and ``ctype`` extensions.
22
 
 
23
20
* You need GD2 support in PHP to display inline thumbnails of JPEGs
24
21
  ("image/jpeg: inline") with their original aspect ratio.
25
22
 
34
31
  5.2.17 or newer and the `libxml <http://www.php.net/libxml>`_
35
32
  extension.
36
33
 
 
34
* Performance suggestion: install the ``ctype`` extension.
 
35
 
37
36
.. seealso:: :ref:`faq1_31`, :ref:`authentication_modes`
38
37
 
39
38
Database