Added the zend framework 2 library, the path is specified in line no.26 in zend_modul...
[openemr.git] / phpmyadmin / doc / html / require.html
blobb47afe5f091f360836f6a06ed2928c019d0c34a7
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7 <html xmlns="http://www.w3.org/1999/xhtml">
8 <head>
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 <title>Requirements &mdash; phpMyAdmin 4.0.4 documentation</title>
13 <link rel="stylesheet" href="_static/default.css" type="text/css" />
14 <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
16 <script type="text/javascript">
17 var DOCUMENTATION_OPTIONS = {
18 URL_ROOT: '',
19 VERSION: '4.0.4',
20 COLLAPSE_INDEX: false,
21 FILE_SUFFIX: '.html',
22 HAS_SOURCE: true
24 </script>
25 <script type="text/javascript" src="_static/jquery.js"></script>
26 <script type="text/javascript" src="_static/underscore.js"></script>
27 <script type="text/javascript" src="_static/doctools.js"></script>
28 <link rel="copyright" title="Copyright" href="copyright.html" />
29 <link rel="top" title="phpMyAdmin 4.0.4 documentation" href="index.html" />
30 <link rel="next" title="Installation" href="setup.html" />
31 <link rel="prev" title="Introduction" href="intro.html" />
32 </head>
33 <body>
34 <div class="related">
35 <h3>Navigation</h3>
36 <ul>
37 <li class="right" style="margin-right: 10px">
38 <a href="genindex.html" title="General Index"
39 accesskey="I">index</a></li>
40 <li class="right" >
41 <a href="setup.html" title="Installation"
42 accesskey="N">next</a> |</li>
43 <li class="right" >
44 <a href="intro.html" title="Introduction"
45 accesskey="P">previous</a> |</li>
46 <li><a href="index.html">phpMyAdmin 4.0.4 documentation</a> &raquo;</li>
47 </ul>
48 </div>
50 <div class="document">
51 <div class="documentwrapper">
52 <div class="bodywrapper">
53 <div class="body">
55 <div class="section" id="requirements">
56 <span id="require"></span><h1>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline"></a></h1>
57 <div class="section" id="web-server">
58 <h2>Web server<a class="headerlink" href="#web-server" title="Permalink to this headline"></a></h2>
59 <p>Since, phpMyAdmin&#8217;s interface is based entirely in your browser, you&#8217;ll need a
60 web server (such as Apache, <a class="reference internal" href="glossary.html#term-iis"><em class="xref std std-term">IIS</em></a>) to install phpMyAdmin&#8217;s files into.</p>
61 </div>
62 <div class="section" id="php">
63 <h2>PHP<a class="headerlink" href="#php" title="Permalink to this headline"></a></h2>
64 <ul class="simple">
65 <li>You need PHP 5.2.0 or newer, with <tt class="docutils literal"><span class="pre">session</span></tt> support, the Standard PHP Library
66 (SPL) extension and JSON support.</li>
67 <li>To support uploading of ZIP files, you need the PHP <tt class="docutils literal"><span class="pre">zip</span></tt> extension.</li>
68 <li>For proper support of multibyte strings (eg. UTF-8, which is currently
69 the default), you should install the <tt class="docutils literal"><span class="pre">mbstring</span></tt> and <tt class="docutils literal"><span class="pre">ctype</span></tt> extensions.</li>
70 <li>You need GD2 support in PHP to display inline thumbnails of JPEGs
71 (&#8220;image/jpeg: inline&#8221;) with their original aspect ratio.</li>
72 <li>When using the cookie authentication (the default), the <a class="reference external" href="http://www.php.net/mcrypt">mcrypt</a> extension is strongly suggested for most
73 users and is <strong>required</strong> for 64–bit machines. Not using mcrypt will
74 cause phpMyAdmin to load pages significantly slower.</li>
75 <li>To support upload progress bars, see <a class="reference internal" href="faq.html#faq2-9"><em>2.9 Seeing an upload progress bar</em></a>.</li>
76 <li>To support XML and Open Document Spreadsheet importing, you need PHP
77 5.2.17 or newer and the <a class="reference external" href="http://www.php.net/libxml">libxml</a>
78 extension.</li>
79 </ul>
80 <div class="admonition-see-also admonition seealso">
81 <p class="first admonition-title">See also</p>
82 <p class="last"><a class="reference internal" href="faq.html#faq1-31"><em>1.31 Does phpMyAdmin support PHP 5?</em></a>, <a class="reference internal" href="setup.html#authentication-modes"><em>Using authentication modes</em></a></p>
83 </div>
84 </div>
85 <div class="section" id="database">
86 <h2>Database<a class="headerlink" href="#database" title="Permalink to this headline"></a></h2>
87 <p>phpMyAdmin support MySQL compatible databases.</p>
88 <ul class="simple">
89 <li>MySQL 5.0 or newer</li>
90 <li>MariaDB 5.0 or newer</li>
91 <li>Drizzle</li>
92 </ul>
93 <div class="admonition-see-also admonition seealso">
94 <p class="first admonition-title">See also</p>
95 <p class="last"><a class="reference internal" href="faq.html#faq1-17"><em>1.17 Which MySQL versions does phpMyAdmin support?</em></a></p>
96 </div>
97 </div>
98 <div class="section" id="web-browser">
99 <h2>Web browser<a class="headerlink" href="#web-browser" title="Permalink to this headline"></a></h2>
100 <p>To access phpMyAdmin you need a web browser with cookies and javascript
101 enabled.</p>
102 </div>
103 </div>
106 </div>
107 </div>
108 </div>
109 <div class="sphinxsidebar">
110 <div class="sphinxsidebarwrapper">
111 <h3><a href="index.html">Table Of Contents</a></h3>
112 <ul>
113 <li><a class="reference internal" href="#">Requirements</a><ul>
114 <li><a class="reference internal" href="#web-server">Web server</a></li>
115 <li><a class="reference internal" href="#php">PHP</a></li>
116 <li><a class="reference internal" href="#database">Database</a></li>
117 <li><a class="reference internal" href="#web-browser">Web browser</a></li>
118 </ul>
119 </li>
120 </ul>
122 <h4>Previous topic</h4>
123 <p class="topless"><a href="intro.html"
124 title="previous chapter">Introduction</a></p>
125 <h4>Next topic</h4>
126 <p class="topless"><a href="setup.html"
127 title="next chapter">Installation</a></p>
128 <h3>This Page</h3>
129 <ul class="this-page-menu">
130 <li><a href="_sources/require.txt"
131 rel="nofollow">Show Source</a></li>
132 </ul>
133 <div id="searchbox" style="display: none">
134 <h3>Quick search</h3>
135 <form class="search" action="search.html" method="get">
136 <input type="text" name="q" />
137 <input type="submit" value="Go" />
138 <input type="hidden" name="check_keywords" value="yes" />
139 <input type="hidden" name="area" value="default" />
140 </form>
141 <p class="searchtip" style="font-size: 90%">
142 Enter search terms or a module, class or function name.
143 </p>
144 </div>
145 <script type="text/javascript">$('#searchbox').show(0);</script>
146 </div>
147 </div>
148 <div class="clearer"></div>
149 </div>
150 <div class="related">
151 <h3>Navigation</h3>
152 <ul>
153 <li class="right" style="margin-right: 10px">
154 <a href="genindex.html" title="General Index"
155 >index</a></li>
156 <li class="right" >
157 <a href="setup.html" title="Installation"
158 >next</a> |</li>
159 <li class="right" >
160 <a href="intro.html" title="Introduction"
161 >previous</a> |</li>
162 <li><a href="index.html">phpMyAdmin 4.0.4 documentation</a> &raquo;</li>
163 </ul>
164 </div>
165 <div class="footer">
166 &copy; <a href="copyright.html">Copyright</a> 2012 - 2013, The phpMyAdmin devel team.
167 Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
168 </div>
169 </body>
170 </html>