[ZF-10089] Zend_Log
[zend.git] / documentation / manual / cs / ref / requirements.xml
blobd5f75df22aa3fea34c0b9335bea2af340c32705b
1 <appendix id="requirements">
3     <title>Systémové požadavky</title>
5     <para>
6         Tato sekce dokumentuje požadavky pro Zend Framework.
7     </para>
9     <sect1 id="requirements.version">
11         <title>Požadovaná verze PHP</title>
13         <para>
14             Zend Framework vyžaduje PHP 5.1.4 nebo vyšší. Některá SPL rozhraní
15             jako například <code>Countable</code> nebyla v předchozích
16             verzích PHP stabilní.
17         </para>
19         <para>
20             Zend Framework má obsáhlou kolekci automatických testů, které můžete
21             spustit s použitím PHPUnit 3.0 nebo vyšší. Tato verze PHPUnit také
22             vyžaduje PHP 5.1.4 nebo vyšší.
23         </para>
25         <para>
26             Přestože Zend Framework bude fungovat správně s verzí PHP zmíněnou výše,
27             doporučujeme použití PHP 5.2.3 nebo vyšší. Novější verze PHP obsahuje
28             důležitá bezpečnostní a výkonová vylepšení.
29         </para>
31     </sect1>
33     <sect1 id="requirements.extensions">
35         <title>PHP rozšíření (Extensions)</title>
37         <para>
38             Následující tabulka obsahuje všechna rozšíření běžně použitá v PHP
39             a jejich použití v Zend Frameworku. Tato tabulka vám může pomoci zjistit,
40             která rozšíření jsou potřebná pro vaši aplikaci. Ne všechna rozšíření
41             použitá Zend Frameworkem jsou potřebná pro každou aplikaci.
42         </para>
44         <para>
45             Typ použití "Závislost" znamená, že komponenta nebo třídy nejsou
46             použitelné bez přislušného rozšíření. Způsob použití "Volitelné"
47             znamená, že pokud rozšíření není dostupné, komponenta nebo třídy
48             automaticky použije alternativní kód.
49         </para>
51         <table frame='all' id="requirements.extensions.table-1">
52             <title>PHP rozšíření použitá v Zend Frameworku</title>
53             <tgroup cols='3'>
54                 <colspec colwidth='1in'/>
55                 <colspec colwidth='1in'/>
56                 <colspec colwidth='3in'/>
57                 <thead>
58                     <row>
59                         <entry>Rozšíření</entry>
60                         <entry>Typ použití</entry>
61                         <entry>Použito komponentami Zend Frameworku</entry>
62                     </row>
63                 </thead>
64                 <tbody>
65                     <row>
66                         <entry><ulink url="http://www.php.net/manual/en/ref.apc.php"><code>apc</code></ulink></entry>
67                         <entry>Závislost</entry>
68                         <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Apc</code></ulink></entry>
69                     </row>
70                     <row>
71                         <entry><ulink url="http://www.php.net/manual/en/ref.bc.php"><code>bcmath</code></ulink></entry>
72                         <entry>Volitelné</entry>
73                         <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale_Math</code></ulink></entry>
74                     </row>
75                     <row>
76                         <entry><ulink url="http://pecl.php.net/package/Bitset"><code>bitset</code></ulink></entry>
77                         <entry>Volitelné</entry>
78                         <entry><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></entry>
79                     </row>
80                     <row>
81                         <entry><ulink url="http://www.php.net/manual/en/ref.bzip2.php"><code>bz2</code></ulink></entry>
82                         <entry>--</entry>
83                         <entry></entry>
84                     </row>
85                     <row>
86                         <entry><ulink url="http://www.php.net/manual/en/ref.calendar.php"><code>calendar</code></ulink></entry>
87                         <entry>---</entry>
88                         <entry></entry>
89                     </row>
90                     <row>
91                         <entry><ulink url="http://www.php.net/manual/en/ref.com.php"><code>com_dotnet</code></ulink></entry>
92                         <entry>---</entry>
93                         <entry></entry>
94                     </row>
95                     <row>
96                         <entry><ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink></entry>
97                         <entry>Závislost</entry>
98                         <entry>
99                            <ulink url="http://framework.zend.com/manual/en/zend.auth.adapter.http.html"><code>Zend_Auth_Adapter_Http</code></ulink>,
100                            <ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata_App</code></ulink>,
101                            <ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http_Client</code></ulink>,
102                            <ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink>,
103                            <ulink url="http://framework.zend.com/manual/en/zend.rest.client.html"><code>Zend_Rest_Client</code></ulink>,
104                            <ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink>,
105                            <ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink>,
106                            <ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink>,
107                            <ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink>
108                         </entry>
109                     </row>
110                     <row>
111                         <entry><ulink url="http://www.php.net/manual/en/ref.curl.php"><code>curl</code></ulink></entry>
112                         <entry>Závislost</entry>
113                         <entry><ulink url="http://framework.zend.com/manual/en/zend.http.client.adapters.html"><code>Zend_Http_Client_Adapter_Curl</code></ulink></entry>
114                     </row>
115                     <row>
116                         <entry><ulink url="http://www.php.net/manual/en/ref.datetime.php"><code>date</code></ulink></entry>
117                         <entry>---</entry>
118                         <entry></entry>
119                     </row>
120                     <row>
121                         <entry><ulink url="http://www.php.net/manual/en/ref.dba.php"><code>dba</code></ulink></entry>
122                         <entry>---</entry>
123                         <entry></entry>
124                     </row>
125                     <row>
126                         <entry><ulink url="http://www.php.net/manual/en/ref.dbase.php"><code>dbase</code></ulink></entry>
127                         <entry>---</entry>
128                         <entry></entry>
129                     </row>
130                     <row>
131                         <entry><ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink></entry>
132                         <entry>Závislost</entry>
133                         <entry>
134                             <ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink>,
135                             <ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata</code></ulink>,
136                             <ulink url="http://framework.zend.com/manual/en/zend.log.formatters.html"><code>Zend_Log_Formatter_Xml</code></ulink>,
137                             <ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink>,
138                             <ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink>,
139                             <ulink url="http://framework.zend.com/manual/en/zend.service.amazon.html"><code>Zend_Service_Amazon</code></ulink>,
140                             <ulink url="http://framework.zend.com/manual/en/zend.service.delicious.html"><code>Zend_Service_Delicious</code></ulink>,
141                             <ulink url="http://framework.zend.com/manual/en/zend.service.flickr.html"><code>Zend_Service_Flickr</code></ulink>,
142                             <ulink url="http://framework.zend.com/manual/en/zend.service.simpy.html"><code>Zend_Service_Simpy</code></ulink>,
143                             <ulink url="http://framework.zend.com/manual/en/zend.service.yahoo.html"><code>Zend_Service_Yahoo</code></ulink>,
144                             <ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.html"><code>Zend_XmlRpc</code></ulink>
145                         </entry>
146                     </row>
147                     <row>
148                         <entry><ulink url="http://www.php.net/manual/en/ref.exif.php"><code>exif</code></ulink></entry>
149                         <entry>---</entry>
150                         <entry></entry>
151                     </row>
152                     <row>
153                         <entry><ulink url="http://www.php.net/manual/en/ref.fbsql.php"><code>fbsql</code></ulink></entry>
154                         <entry>---</entry>
155                         <entry></entry>
156                     </row>
157                     <row>
158                         <entry><ulink url="http://www.php.net/manual/en/ref.fdf.php"><code>fdf</code></ulink></entry>
159                         <entry>---</entry>
160                         <entry></entry>
161                     </row>
162                     <row>
163                         <entry><ulink url="http://www.php.net/manual/en/ref.filter.php"><code>filter</code></ulink></entry>
164                         <entry>---</entry>
165                         <entry></entry>
166                     </row>
167                     <row>
168                         <entry><ulink url="http://www.php.net/manual/en/ref.ftp.php"><code>ftp</code></ulink></entry>
169                         <entry>---</entry>
170                         <entry></entry>
171                     </row>
172                     <row>
173                         <entry><ulink url="http://www.php.net/manual/en/ref.image.php"><code>gd</code></ulink></entry>
174                         <entry>Závislost</entry>
175                         <entry><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></entry>
176                     </row>
177                     <row>
178                         <entry><ulink url="http://www.php.net/manual/en/ref.gettext.php"><code>gettext</code></ulink></entry>
179                         <entry>---</entry>
180                         <entry></entry>
181                     </row>
182                     <row>
183                         <entry><ulink url="http://www.php.net/manual/en/ref.gmp.php"><code>gmp</code></ulink></entry>
184                         <entry>---</entry>
185                         <entry></entry>
186                     </row>
187                     <row>
188                         <entry><ulink url="http://www.php.net/manual/en/ref.hash.php"><code>hash</code></ulink></entry>
189                         <entry>Závislost</entry>
190                         <entry><ulink url="http://framework.zend.com/manual/en/zend.auth.adapter.http.html"><code>Zend_Auth_Adapter_Http</code></ulink></entry>
191                     </row>
192                     <row>
193                         <entry><ulink url="http://www.php.net/manual/en/ref.ibm-db2.php"><code>ibm_db2</code></ulink></entry>
194                         <entry>Závislost</entry>
195                         <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Db2</code></ulink></entry>
196                     </row>
197                     <row>
198                         <entry><ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink></entry>
199                         <entry>Závislost</entry>
200                         <entry>
201                             <ulink url="http://framework.zend.com/manual/en/zend.locale.parsing.html"><code>Zend_Locale_Format</code></ulink>,
202                             <ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime_Decode</code></ulink>,
203                             <ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink>,
204                             <ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink>,
205                             <ulink url="http://framework.zend.com/manual/en/zend.service.audioscrobbler.html"><code>Zend_Service_Audioscrobbler</code></ulink>,
206                             <ulink url="http://framework.zend.com/manual/en/zend.service.flickr.html"><code>Zend_Service_Flickr</code></ulink>,
207                             <ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.client.html"><code>Zend_XmlRpc_Client</code></ulink>
208                         </entry>
209                     </row>
210                     <row>
211                         <entry><ulink url="http://www.php.net/manual/en/ref.imap.php"><code>imap</code></ulink></entry>
212                         <entry>---</entry>
213                         <entry></entry>
214                     </row>
215                     <row>
216                         <entry><ulink url="http://www.php.net/manual/en/ref.ifx.php"><code>informix</code></ulink></entry>
217                         <entry>---</entry>
218                         <entry></entry>
219                     </row>
220                     <row>
221                         <entry><ulink url="http://www.php.net/manual/en/ref.ibase.php"><code>interbase</code></ulink></entry>
222                         <entry>Závislost</entry>
223                         <entry>Zend_Db_Adapter_Firebird</entry>
224                     </row>
225                     <row>
226                         <entry><ulink url="http://www.php.net/manual/en/ref.json.php"><code>json</code></ulink></entry>
227                         <entry>Volitelné</entry>
228                         <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
229                     </row>
230                     <row>
231                         <entry><ulink url="http://www.php.net/manual/en/ref.ldap.php"><code>ldap</code></ulink></entry>
232                         <entry>---</entry>
233                         <entry></entry>
234                     </row>
235                     <row>
236                         <entry><ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink></entry>
237                         <entry>Závislost</entry>
238                         <entry>
239                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>DOM</code></ulink>,
240                             <ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink>,
241                             <ulink url="http://www.php.net/manual/en/ref.xslt.php"><code>XSLT</code></ulink>
242                         </entry>
243                     </row>
244                     <row>
245                         <entry><ulink url="http://www.php.net/manual/en/ref.mbstring.php"><code>mbstring</code></ulink></entry>
246                         <entry>Závislost</entry>
247                         <entry><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></entry>
248                     </row>
249                     <row>
250                         <entry><ulink url="http://www.php.net/manual/en/ref.mcrypt.php"><code>mcrypt</code></ulink></entry>
251                         <entry>---</entry>
252                         <entry></entry>
253                     </row>
254                     <row>
255                         <entry><ulink url="http://www.php.net/manual/en/ref.memcache.php"><code>memcache</code></ulink></entry>
256                         <entry>Závislost</entry>
257                         <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Memcached</code></ulink></entry>
258                     </row>
259                     <row>
260                         <entry><ulink url="http://www.php.net/manual/en/ref.mhash.php"><code>mhash</code></ulink></entry>
261                         <entry>---</entry>
262                         <entry></entry>
263                     </row>
264                     <row>
265                         <entry><ulink url="http://www.php.net/manual/en/ref.mime-magic.php"><code>mime_magic</code></ulink></entry>
266                         <entry>Závislost</entry>
267                         <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http_Client</code></ulink></entry>
268                     </row>
269                     <row>
270                         <entry><ulink url="http://www.php.net/manual/en/ref.ming.php"><code>ming</code></ulink></entry>
271                         <entry>---</entry>
272                         <entry></entry>
273                     </row>
274                     <row>
275                         <entry><ulink url="http://www.php.net/manual/en/ref.msql.php"><code>msql</code></ulink></entry>
276                         <entry>---</entry>
277                         <entry></entry>
278                     </row>
279                     <row>
280                         <entry><ulink url="http://www.php.net/manual/en/ref.mssql.php"><code>mssql</code></ulink></entry>
281                         <entry>---</entry>
282                         <entry></entry>
283                     </row>
284                     <row>
285                         <entry><ulink url="http://www.php.net/manual/en/ref.mysql.php"><code>mysql</code></ulink></entry>
286                         <entry>---</entry>
287                         <entry></entry>
288                     </row>
289                     <row>
290                         <entry><ulink url="http://www.php.net/manual/en/ref.mysqli.php"><code>mysqli</code></ulink></entry>
291                         <entry>Závislost</entry>
292                         <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Mysqli</code></ulink></entry>
293                     </row>
294                     <row>
295                         <entry><ulink url="http://www.php.net/manual/en/ref.ncurses.php"><code>ncurses</code></ulink></entry>
296                         <entry>---</entry>
297                         <entry></entry>
298                     </row>
299                     <row>
300                         <entry><ulink url="http://www.php.net/manual/en/ref.oci8.php"><code>oci8</code></ulink></entry>
301                         <entry>Závislost</entry>
302                         <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Oracle</code></ulink></entry>
303                     </row>
304                     <row>
305                         <entry><ulink url="http://www.php.net/manual/en/ref.uodbc.php"><code>odbc</code></ulink></entry>
306                         <entry>---</entry>
307                         <entry></entry>
308                     </row>
309                     <row>
310                         <entry><ulink url="http://www.php.net/manual/en/ref.openssl.php"><code>openssl</code></ulink></entry>
311                         <entry>---</entry>
312                         <entry></entry>
313                     </row>
314                     <row>
315                         <entry><ulink url="http://www.php.net/manual/en/ref.pcntl.php"><code>pcntl</code></ulink></entry>
316                         <entry>---</entry>
317                         <entry></entry>
318                     </row>
319                     <row>
320                         <entry><ulink url="http://www.php.net/manual/en/ref.pcre.php"><code>pcre</code></ulink></entry>
321                         <entry>Závislost</entry>
322                         <entry>Virtually all components</entry>
323                     </row>
324                     <row>
325                         <entry><ulink url="http://www.php.net/manual/en/ref.pdo.php"><code>pdo</code></ulink></entry>
326                         <entry>Závislost</entry>
327                         <entry>All PDO database adapters</entry>
328                     </row>
329                     <row>
330                         <entry><ulink url="http://www.php.net/manual/en/ref.pdo-dblib.php"><code>pdo_dblib</code></ulink></entry>
331                         <entry>---</entry>
332                         <entry></entry>
333                     </row>
334                     <row>
335                         <entry><ulink url="http://www.php.net/manual/en/ref.pdo-firebird.php"><code>pdo_firebird</code></ulink></entry>
336                         <entry>---</entry>
337                         <entry></entry>
338                     </row>
339                     <row>
340                         <entry><code>pdo_mssql</code></entry>
341                         <entry>Závislost</entry>
342                         <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Mssql</code></ulink></entry>
343                     </row>
344                     <row>
345                         <entry><ulink url="http://www.php.net/manual/en/ref.pdo-mysql.php"><code>pdo_mysql</code></ulink></entry>
346                         <entry>Závislost</entry>
347                         <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Mysql</code></ulink></entry>
348                     </row>
349                     <row>
350                         <entry><ulink url="http://www.php.net/manual/en/ref.pdo-oci.php"><code>pdo_oci</code></ulink></entry>
351                         <entry>Závislost</entry>
352                         <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Oci</code></ulink></entry>
353                     </row>
354                     <row>
355                         <entry><ulink url="http://www.php.net/manual/en/ref.pdo-pgsql.php"><code>pdo_pgsql</code></ulink></entry>
356                         <entry>Závislost</entry>
357                         <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Pgsql</code></ulink></entry>
358                     </row>
359                     <row>
360                         <entry><ulink url="http://www.php.net/manual/en/ref.pdo-sqlite.php"><code>pdo_sqlite</code></ulink></entry>
361                         <entry>Závislost</entry>
362                         <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Sqlite</code></ulink></entry>
363                     </row>
364                     <row>
365                         <entry><ulink url="http://www.php.net/manual/en/ref.pgsql.php"><code>pgsql</code></ulink></entry>
366                         <entry>---</entry>
367                         <entry></entry>
368                     </row>
369                     <row>
370                         <entry><ulink url="http://www.php.net/manual/en/ref.posix.php"><code>posix</code></ulink></entry>
371                         <entry>Volitelné</entry>
372                         <entry><ulink url="http://framework.zend.com/manual/en/zend.mail.html"><code>Zend_Mail</code></ulink></entry>
373                     </row>
374                     <row>
375                         <entry><ulink url="http://www.php.net/manual/en/ref.pspell.php"><code>pspell</code></ulink></entry>
376                         <entry>---</entry>
377                         <entry></entry>
378                     </row>
379                     <row>
380                         <entry><ulink url="http://www.php.net/manual/en/ref.readline.php"><code>readline</code></ulink></entry>
381                         <entry>---</entry>
382                         <entry></entry>
383                     </row>
384                     <row>
385                         <entry><ulink url="http://www.php.net/manual/en/ref.recode.php"><code>recode</code></ulink></entry>
386                         <entry>---</entry>
387                         <entry></entry>
388                     </row>
389                     <row>
390                         <entry><ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink></entry>
391                         <entry>Závislost</entry>
392                         <entry>
393                             <ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink>,
394                             <ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink>,
395                             <ulink url="http://framework.zend.com/manual/en/zend.filter.input.html"><code>Zend_Filter_Input</code></ulink>,
396                             <ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink>,
397                             <ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink>,
398                             <ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink>,
399                             <ulink url="http://framework.zend.com/manual/en/zend.server.reflection.html"><code>Zend_Server_Reflection</code></ulink>,
400                             <ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink>,
401                             <ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink>,
402                             <ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.server.html"><code>Zend_XmlRpc_Server</code></ulink>
403                         </entry>
404                     </row>
405                     <row>
406                         <entry><ulink url="http://www.php.net/manual/en/ref.session.php"><code>session</code></ulink></entry>
407                         <entry>Závislost</entry>
408                         <entry>
409                             <ulink url="http://framework.zend.com/manual/en/zend.controller.actionhelpers.html"><code>Zend_Controller_Action_Helper_Redirector</code></ulink>,
410                             <ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink>
411                         </entry>
412                     </row>
413                     <row>
414                         <entry><ulink url="http://www.php.net/manual/en/ref.shmop.php"><code>shmop</code></ulink></entry>
415                         <entry>---</entry>
416                         <entry></entry>
417                     </row>
418                     <row>
419                         <entry><ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink></entry>
420                         <entry>Závislost</entry>
421                         <entry>
422                             <ulink url="http://framework.zend.com/manual/en/zend.config.adapters.xml.html"><code>Zend_Config_Xml</code></ulink>,
423                             <ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink>,
424                             <ulink url="http://framework.zend.com/manual/en/zend.rest.client.html"><code>Zend_Rest_Client</code></ulink>,
425                             <ulink url="http://framework.zend.com/manual/en/zend.service.audioscrobbler.html"><code>Zend_Service_Audioscrobbler</code></ulink>,
426                             <ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.html"><code>Zend_XmlRpc</code></ulink>
427                         </entry>
428                     </row>
429                     <row>
430                         <entry><ulink url="http://www.php.net/manual/en/ref.soap.php"><code>soap</code></ulink></entry>
431                         <entry>Závislost</entry>
432                         <entry><ulink url="http://framework.zend.com/manual/en/zend.service.strikeiron.html"><code>Zend_Service_StrikeIron</code></ulink></entry>
433                     </row>
434                     <row>
435                         <entry><ulink url="http://www.php.net/manual/en/ref.sockets.php"><code>sockets</code></ulink></entry>
436                         <entry>---</entry>
437                         <entry></entry>
438                     </row>
439                     <row>
440                         <entry><ulink url="http://www.php.net/manual/en/ref.spl.php"><code>SPL</code></ulink></entry>
441                         <entry>Závislost</entry>
442                         <entry>Virtually all components</entry>
443                     </row>
444                     <row>
445                         <entry><ulink url="http://www.php.net/manual/en/ref.sqlite.php"><code>SQLite</code></ulink></entry>
446                         <entry>Závislost</entry>
447                         <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html">Zend_Cache_Backend_Sqlite</ulink></entry>
448                     </row>
449                     <row>
450                         <entry><code>standard</code></entry>
451                         <entry>Závislost</entry>
452                         <entry>Virtually all components</entry>
453                     </row>
454                     <row>
455                         <entry><ulink url="http://www.php.net/manual/en/ref.sybase.php"><code>sybase</code></ulink></entry>
456                         <entry>---</entry>
457                         <entry></entry>
458                     </row>
459                     <row>
460                         <entry>sysvmsg</entry>
461                         <entry>---</entry>
462                         <entry></entry>
463                     </row>
464                     <row>
465                         <entry>sysvsem</entry>
466                         <entry>---</entry>
467                         <entry></entry>
468                     </row>
469                     <row>
470                         <entry>sysvshm</entry>
471                         <entry>---</entry>
472                         <entry></entry>
473                     </row>
474                     <row>
475                         <entry><ulink url="http://www.php.net/manual/en/ref.tidy.php"><code>tidy</code></ulink></entry>
476                         <entry>---</entry>
477                         <entry></entry>
478                     </row>
479                     <row>
480                         <entry><ulink url="http://www.php.net/manual/en/ref.tokenizer.php"><code>tokenizer</code></ulink></entry>
481                         <entry>---</entry>
482                         <entry></entry>
483                     </row>
484                     <row>
485                         <entry><ulink url="http://www.php.net/manual/en/ref.wddx.php"><code>wddx</code></ulink></entry>
486                         <entry>---</entry>
487                         <entry></entry>
488                     </row>
489                     <row>
490                         <entry><ulink url="http://www.php.net/manual/en/ref.xml.php"><code>xml</code></ulink></entry>
491                         <entry>Závislost</entry>
492                         <entry>
493                             <ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Qt</code></ulink>,
494                             <ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Tmx</code></ulink>,
495                             <ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Xliff</code></ulink>
496                         </entry>
497                     </row>
498                     <row>
499                         <entry><ulink url="http://www.php.net/manual/en/ref.xmlreader.php"><code>XMLReader</code></ulink></entry>
500                         <entry>---</entry>
501                         <entry></entry>
502                     </row>
503                     <row>
504                         <entry><ulink url="http://www.php.net/manual/en/ref.xmlrpc.php"><code>xmlrpc</code></ulink></entry>
505                         <entry>---</entry>
506                         <entry></entry>
507                     </row>
508                     <row>
509                         <entry><ulink url="http://www.php.net/manual/en/ref.xmlwriter.php"><code>XMLWriter</code></ulink></entry>
510                         <entry>---</entry>
511                         <entry></entry>
512                     </row>
513                     <row>
514                         <entry><ulink url="http://www.php.net/manual/en/ref.xsl.php"><code>xsl</code></ulink></entry>
515                         <entry>---</entry>
516                         <entry></entry>
517                     </row>
518                     <row>
519                         <entry><ulink url="http://www.php.net/manual/en/ref.zip.php"><code>zip</code></ulink></entry>
520                         <entry>---</entry>
521                         <entry></entry>
522                     </row>
523                     <row>
524                         <entry><ulink url="http://www.php.net/manual/en/ref.zlib.php"><code>zlib</code></ulink></entry>
525                         <entry>Závislost</entry>
526                         <entry>
527                             <ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink>,
528                             <ulink url="http://www.php.net/manual/en/ref.memcache.php"><code>Memcache</code></ulink>
529                         </entry>
530                     </row>
531                 </tbody>
532             </tgroup>
533         </table>
535     </sect1>
537     <sect1 id="requirements.zendcomponents">
539         <title>Zend Framework komponenty</title>
541         <para>
542             Následující tabulka obsahuje seznam všech komponent Zend Frameworku
543             a která PHP rozšíření potřebují. Tato tabulka vám může pomoci
544             zjistit, které rozšíření jsou potřebná pro vaši aplikaci. Ne všechna
545             rozšíření použitá Zend Frameworkem jsou potřebná pro každou aplikaci.
546         </para>
548         <table frame='all' id="requirements.zendcomponents.table-1">
549             <title>Zend Framework komponenty a PHP rozšíření která používají</title>
550             <tgroup cols='3'>
551                 <colspec colwidth='2in'/>
552                 <colspec colwidth='4in'/>
553                 <thead>
554                     <row>
555                         <entry>Zend Framework komponenta</entry>
556                         <entry>PHP Rozšíření ( Podtřída / Typ použití)</entry>
557                     </row>
558                 </thead>
559                 <tbody>
560                     <row>
561                         <entry>Všechny komponenty</entry>
562                         <entry>
563                             <ulink url="http://www.php.net/manual/en/ref.pcre.php"><code>pcre</code></ulink>
564                             ( Závislost )
565                             <ulink url="http://www.php.net/manual/en/ref.spl.php"><code>SPL</code></ulink>
566                             ( Závislost )
567                             <code>standard</code>
568                             ( Závislost )
569                         </entry>
570                     </row>
571                     <row>
572                         <entry><ulink url="http://framework.zend.com/manual/en/zend.acl.html"><code>Zend_Acl</code></ulink></entry>
573                         <entry>---</entry>
574                     </row>
575                     <row>
576                         <entry><ulink url="http://framework.zend.com/manual/en/zend.auth.html"><code>Zend_Auth</code></ulink></entry>
577                         <entry>
578                             <ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink>
579                             ( <ulink url="http://framework.zend.com/manual/en/zend.auth.adapter.http.html"><code>Zend_Auth_Adapter_Http</code></ulink> / Závislost )
580                             <ulink url="http://www.php.net/manual/en/ref.hash.php"><code>hash</code></ulink>
581                             ( <ulink url="http://framework.zend.com/manual/en/zend.auth.adapter.http.html"><code>Zend_Auth_Adapter_Http</code></ulink> / Závislost )
582                         </entry>
583                     </row>
584                     <row>
585                         <entry><ulink url="http://framework.zend.com/manual/en/zend.cache.html"><code>Zend_Cache</code></ulink></entry>
586                         <entry>
587                             <ulink url="http://www.php.net/manual/en/ref.apc.php"><code>apc</code></ulink>
588                             ( <ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Apc</code></ulink> / Závislost )
589                             <ulink url="http://www.php.net/manual/en/ref.memcache.php"><code>memcache</code></ulink>
590                             ( <ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Memcached</code></ulink> / Závislost )
591                             <ulink url="http://www.php.net/manual/en/ref.sqlite.php"><code>sqlite</code></ulink>
592                             ( <ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Sqlite</code></ulink> / Závislost )
593                             <ulink url="http://www.php.net/manual/en/ref.zlib.php"><code>zlib</code></ulink>
594                             ( <ulink url="http://framework.zend.com/manual/en/zend.cache.backends.html"><code>Zend_Cache_Backend_Zlib</code></ulink> / Závislost )
595                         </entry>
596                     </row>
597                     <row>
598                         <entry><ulink url="http://framework.zend.com/manual/en/zend.config.html"><code>Zend_Config</code></ulink></entry>
599                         <entry>
600                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
601                             ( <ulink url="http://framework.zend.com/manual/en/zend.config.adapters.xml.html"><code>Zend_Config_Xml</code></ulink> / Závislost )
602                             <ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink>
603                             ( <ulink url="http://framework.zend.com/manual/en/zend.config.adapters.xml.html"><code>Zend_Config_Xml</code></ulink> / Závislost )
604                         </entry>
605                     </row>
606                     <row>
607                         <entry><ulink url="http://framework.zend.com/manual/en/zend.console.getopt.html"><code>Zend_Console_Getopt</code></ulink></entry>
608                         <entry>---</entry>
609                     </row>
610                     <row>
611                         <entry><ulink url="http://framework.zend.com/manual/en/zend.controller.html"><code>Zend_Controller</code></ulink></entry>
612                         <entry>
613                             <ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink>
614                             ( Závislost )
615                             <ulink url="http://www.php.net/manual/en/ref.session.php"><code>session</code></ulink>
616                             ( <ulink url="http://framework.zend.com/manual/en/zend.controller.actionhelpers.html"><code>Zend_Controller_Action_Helper_Redirector</code></ulink> / Závislost )
617                         </entry>
618                     </row>
619                     <row>
620                         <entry><ulink url="http://framework.zend.com/manual/en/zend.date.html"><code>Zend_Date</code></ulink></entry>
621                         <entry>---</entry>
622                     </row>
623                     <row>
624                         <entry><ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db</code></ulink></entry>
625                         <entry>
626                             <ulink url="http://www.php.net/manual/en/ref.ibm-db2.php"><code>ibm_db2</code></ulink>
627                             ( <ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Db2</code></ulink> / Závislost )
628                             <ulink url="http://www.php.net/manual/en/ref.mysqli.php"><code>mysqli</code></ulink>
629                             ( <ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Mysqli</code></ulink> / Závislost )
630                             <ulink url="http://www.php.net/manual/en/ref.oci8.php"><code>oci8</code></ulink>
631                             ( <ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Oracle</code></ulink> / Závislost )
632                             <ulink url="http://www.php.net/manual/en/ref.pdo.php"><code>pdo</code></ulink>
633                             ( All PDO Adapters / Závislost )
634                             <code>pdo_mssql</code>
635                             ( <ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Mssql</code></ulink> / Závislost )
636                             <ulink url="http://www.php.net/manual/en/ref.pdo-mysql.php"><code>pdo_mysql</code></ulink>
637                             ( <ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Mysql</code></ulink> / Závislost )
638                             <ulink url="http://www.php.net/manual/en/ref.pdo-oci.php"><code>pdo_oci</code></ulink>
639                             ( <ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Oci</code></ulink> / Závislost )
640                             <ulink url="http://www.php.net/manual/en/ref.pdo-pgsql.php"><code>pdo_pgsql</code></ulink>
641                             ( <ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Pgsql</code></ulink> / Závislost )
642                             <ulink url="http://www.php.net/manual/en/ref.pdo-sqlite.php"><code>pdo_sqlite</code></ulink>
643                             ( <ulink url="http://framework.zend.com/manual/en/zend.db.html"><code>Zend_Db_Adapter_Pdo_Sqlite</code></ulink> / Závislost )
644                         </entry>
645                     </row>
646                     <row>
647                         <entry><ulink url="http://framework.zend.com/manual/en/zend.debug.html"><code>Zend_Debug</code></ulink></entry>
648                         <entry>---</entry>
649                     </row>
650                     <row>
651                         <entry><ulink url="http://framework.zend.com/manual/en/zend.exception.html"><code>Zend_Exception</code></ulink></entry>
652                         <entry>---</entry>
653                     </row>
654                     <row>
655                         <entry><ulink url="http://framework.zend.com/manual/en/zend.feed.html"><code>Zend_Feed</code></ulink></entry>
656                         <entry>
657                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
658                             ( Závislost )
659                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
660                             ( Závislost )
661                             <ulink url="http://www.php.net/manual/en/ref.mbstring.php"><code>mbstring</code></ulink>
662                             ( Závislost )
663                             <ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink>
664                             ( Závislost )
665                         </entry>
666                     </row>
667                     <row>
668                         <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.html"><code>Zend_Filter</code></ulink></entry>
669                         <entry>
670                             <ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink>
671                             ( Závislost )
672                         </entry>
673                     </row>
674                     <row>
675                         <entry><ulink url="http://framework.zend.com/manual/en/zend.filter.input.html"><code>Zend_Filter_Input</code></ulink></entry>
676                         <entry>
677                             <ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink>
678                             ( Závislost )
679                         </entry>
680                     </row>
681                     <row>
682                         <entry><ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata</code></ulink></entry>
683                         <entry>
684                             <ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink>
685                             ( <ulink url="http://framework.zend.com/manual/en/zend.gdata.html"><code>Zend_Gdata_App</code></ulink> / Závislost )
686                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
687                             ( Závislost )
688                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
689                             ( Závislost )
690                         </entry>
691                     </row>
692                     <row>
693                         <entry><ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http</code></ulink></entry>
694                         <entry>
695                             <ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink>
696                             ( <ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http_Client</code></ulink> / Závislost )
697                             <ulink url="http://www.php.net/manual/en/ref.curl.php"><code>curl</code></ulink>
698                             ( <ulink url="http://framework.zend.com/manual/en/zend.http.client.adapters.html"><code>Zend_Http_Client_Adapter_Curl</code></ulink> / Závislost )
699                             <ulink url="http://www.php.net/manual/en/ref.mime-magic.php"><code>mime_magic</code></ulink>
700                             ( <ulink url="http://framework.zend.com/manual/en/zend.http.html"><code>Zend_Http_Client</code></ulink> / Závislost )
701                         </entry>
702                     </row>
703                     <row>
704                         <entry><ulink url="http://framework.zend.com/manual/en/zend.json.html"><code>Zend_Json</code></ulink></entry>
705                         <entry>
706                             <ulink url="http://www.php.net/manual/en/ref.json.php"><code>json</code></ulink>
707                             ( Volitelné )
708                             <ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink>
709                             ( Závislost )
710                         </entry>
711                     </row>
712                     <row>
713                         <entry><ulink url="http://framework.zend.com/manual/en/zend.loader.html"><code>Zend_Loader</code></ulink></entry>
714                         <entry>---</entry>
715                     </row>
716                     <row>
717                         <entry><ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale</code></ulink></entry>
718                         <entry>
719                             <ulink url="http://www.php.net/manual/en/ref.bc.php"><code>bcmath</code></ulink>
720                             ( <ulink url="http://framework.zend.com/manual/en/zend.locale.html"><code>Zend_Locale_Math</code></ulink> / Volitelné )
721                             <ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink>
722                             ( <ulink url="http://framework.zend.com/manual/en/zend.locale.parsing.html"><code>Zend_Locale_Format</code></ulink> / Závislost )
723                         </entry>
724                     </row>
725                     <row>
726                         <entry><ulink url="http://framework.zend.com/manual/en/zend.log.html"><code>Zend_Log</code></ulink></entry>
727                         <entry>
728                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
729                             ( <ulink url="http://framework.zend.com/manual/en/zend.log.formatters.html"><code>Zend_Log_Formatter_Xml</code></ulink> / Závislost )
730                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
731                             ( <ulink url="http://framework.zend.com/manual/en/zend.log.formatters.html"><code>Zend_Log_Formatter_Xml</code></ulink> / Závislost )
732                             <ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink>
733                             ( Závislost )
734                         </entry>
735                     </row>
736                     <row>
737                         <entry><ulink url="http://framework.zend.com/manual/en/zend.mail.html"><code>Zend_Mail</code></ulink></entry>
738                         <entry>
739                             <ulink url="http://www.php.net/manual/en/ref.posix.php"><code>posix</code></ulink>
740                             ( Volitelné )
741                         </entry>
742                     </row>
743                     <row>
744                         <entry><ulink url="http://framework.zend.com/manual/en/zend.measure.html"><code>Zend_Measure</code></ulink></entry>
745                         <entry>---</entry>
746                     </row>
747                     <row>
748                         <entry><ulink url="http://framework.zend.com/manual/en/zend.memory.html"><code>Zend_Memory</code></ulink></entry>
749                         <entry>---</entry>
750                     </row>
751                     <row>
752                         <entry><ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime</code></ulink></entry>
753                         <entry>
754                             <ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink>
755                             ( <ulink url="http://framework.zend.com/manual/en/zend.mime.html"><code>Zend_Mime_Decode</code></ulink> / Závislost )
756                         </entry>
757                     </row>
758                     <row>
759                         <entry><ulink url="http://framework.zend.com/manual/en/zend.pdf.html"><code>Zend_Pdf</code></ulink></entry>
760                         <entry>
761                             <ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink>
762                             ( Závislost )
763                             <ulink url="http://www.php.net/manual/en/ref.image.php"><code>gd</code></ulink>
764                             ( Závislost )
765                             <ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink>
766                             ( Závislost )
767                             <ulink url="http://www.php.net/manual/en/ref.zlib.php"><code>zlib</code></ulink>
768                             ( Závislost )
769                         </entry>
770                     </row>
771                     <row>
772                         <entry><ulink url="http://framework.zend.com/manual/en/zend.registry.html"><code>Zend_Registry</code></ulink></entry>
773                         <entry>---</entry>
774                     </row>
775                     <row>
776                         <entry>Zend_Request</entry>
777                         <entry>---</entry>
778                     </row>
779                     <row>
780                         <entry><ulink url="http://framework.zend.com/manual/en/zend.rest.html"><code>Zend_Rest</code></ulink></entry>
781                         <entry>
782                             <ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink>
783                             ( <ulink url="http://framework.zend.com/manual/en/zend.rest.client.html"><code>Zend_Rest_Client</code></ulink> / Závislost )
784                             ( <ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink> / Závislost )
785                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
786                             ( <ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink> / Závislost )
787                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
788                             ( <ulink url="http://framework.zend.com/manual/en/zend.rest.client.html"><code>Zend_Rest_Client</code></ulink> / Závislost )
789                             ( <ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink> / Závislost )
790                             <ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink>
791                             ( <ulink url="http://framework.zend.com/manual/en/zend.rest.server.html"><code>Zend_Rest_Server</code></ulink> / Závislost )
792                             <ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink>
793                             ( <ulink url="http://framework.zend.com/manual/en/zend.rest.client.html"><code>Zend_Rest_Client</code></ulink> / Závislost )
794                         </entry>
795                     </row>
796                     <row>
797                         <entry><ulink url="http://framework.zend.com/manual/en/zend.search.lucene.html"><code>Zend_Search_Lucene</code></ulink></entry>
798                         <entry>
799                             <ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink>
800                             ( Závislost )
801                             <ulink url="http://pecl.php.net/package/Bitset"><code>bitset</code></ulink>
802                             ( Volitelné )
803                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
804                             ( Závislost )
805                             <ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink>
806                             ( Závislost )
807                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
808                             ( Závislost )
809                         </entry>
810                     </row>
811                     <row>
812                         <entry><ulink url="http://framework.zend.com/manual/en/zend.server.reflection.html"><code>Zend_Server_Reflection</code></ulink></entry>
813                         <entry>
814                             <ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink>
815                             ( Závislost )
816                         </entry>
817                     </row>
818                     <row>
819                         <entry><ulink url="http://framework.zend.com/manual/en/zend.service.akismet.html"><code>Zend_Service_Akismet</code></ulink></entry>
820                         <entry>---</entry>
821                     </row>
822                     <row>
823                         <entry><ulink url="http://framework.zend.com/manual/en/zend.service.amazon.html"><code>Zend_Service_Amazon</code></ulink></entry>
824                         <entry>
825                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
826                             ( Závislost )
827                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
828                             ( Závislost )
829                         </entry>
830                     </row>
831                     <row>
832                         <entry><ulink url="http://framework.zend.com/manual/en/zend.service.audioscrobbler.html"><code>Zend_Service_Audioscrobbler</code></ulink></entry>
833                         <entry>
834                             <ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink>
835                             ( Závislost )
836                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
837                             ( Závislost )
838                             <ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink>
839                             ( Závislost )
840                         </entry>
841                     </row>
842                     <row>
843                         <entry><ulink url="http://framework.zend.com/manual/en/zend.service.delicious.html"><code>Zend_Service_Delicious</code></ulink></entry>
844                         <entry>
845                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
846                             ( Závislost )
847                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
848                             ( Závislost )
849                         </entry>
850                     </row>
851                     <row>
852                         <entry><ulink url="http://framework.zend.com/manual/en/zend.service.flickr.html"><code>Zend_Service_Flickr</code></ulink></entry>
853                         <entry>
854                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
855                             ( Závislost )
856                             <ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink>
857                             ( Závislost )
858                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
859                             ( Závislost )
860                         </entry>
861                     </row>
862                     <row>
863                         <entry><ulink url="http://framework.zend.com/manual/en/zend.service.simpy.html"><code>Zend_Service_Simpy</code></ulink></entry>
864                         <entry>
865                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
866                             ( Závislost )
867                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
868                             ( Závislost )
869                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
870                             ( Závislost )
871                         </entry>
872                     </row>
873                     <row>
874                         <entry><ulink url="http://framework.zend.com/manual/en/zend.service.strikeiron.html"><code>Zend_Service_StrikeIron</code></ulink></entry>
875                         <entry>
876                             <ulink url="http://www.php.net/manual/en/ref.soap.php"><code>soap</code></ulink>
877                             ( Závislost )
878                         </entry>
879                     </row>
880                     <row>
881                         <entry><ulink url="http://framework.zend.com/manual/en/zend.service.yahoo.html"><code>Zend_Service_Yahoo</code></ulink></entry>
882                         <entry>
883                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
884                             ( Závislost )
885                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
886                             ( Závislost )
887                         </entry>
888                     </row>
889                     <row>
890                         <entry><ulink url="http://framework.zend.com/manual/en/zend.session.html"><code>Zend_Session</code></ulink></entry>
891                         <entry>
892                             <ulink url="http://www.php.net/manual/en/ref.session.php"><code>session</code></ulink>
893                             ( Závislost )
894                         </entry>
895                     </row>
896                     <row>
897                         <entry><ulink url="http://framework.zend.com/manual/en/zend.translate.html"><code>Zend_Translate</code></ulink></entry>
898                         <entry>
899                             <ulink url="http://www.php.net/manual/en/ref.xml.php"><code>xml</code></ulink>
900                             ( <ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Qt</code></ulink> / Závislost )
901                             ( <ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Tmx</code></ulink> / Závislost )
902                             ( <ulink url="http://framework.zend.com/manual/en/zend.translate.adapter.html"><code>Zend_Translate_Adapter_Xliff</code></ulink> / Závislost )
903                         </entry>
904                     </row>
905                     <row>
906                         <entry><ulink url="http://framework.zend.com/manual/en/zend.uri.html"><code>Zend_Uri</code></ulink></entry>
907                         <entry>
908                             <ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink>
909                             ( Závislost )
910                         </entry>
911                     </row>
912                     <row>
913                         <entry><ulink url="http://framework.zend.com/manual/en/zend.validate.html"><code>Zend_Validate</code></ulink></entry>
914                         <entry>
915                             <ulink url="http://www.php.net/manual/en/ref.ctype.php"><code>ctype</code></ulink>
916                             ( Závislost )
917                             <ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink>
918                             ( Závislost )
919                         </entry>
920                     </row>
921                     <row>
922                         <entry><ulink url="http://framework.zend.com/manual/en/zend.version.html"><code>Zend_Version</code></ulink></entry>
923                         <entry>---</entry>
924                     </row>
925                     <row>
926                         <entry><ulink url="http://framework.zend.com/manual/en/zend.view.html"><code>Zend_View</code></ulink></entry>
927                         <entry>
928                             <ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink>
929                             ( Závislost )
930                         </entry>
931                     </row>
932                     <row>
933                         <entry><ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.html"><code>Zend_XmlRpc</code></ulink></entry>
934                         <entry>
935                             <ulink url="http://www.php.net/manual/en/ref.dom.php"><code>dom</code></ulink>
936                             ( Závislost )
937                             <ulink url="http://www.php.net/manual/en/ref.iconv.php"><code>iconv</code></ulink>
938                             ( <ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.client.html"><code>Zend_XmlRpc_Client</code></ulink> / Závislost )
939                             <ulink url="http://www.php.net/manual/en/ref.libxml.php"><code>libxml</code></ulink>
940                             ( Závislost )
941                             <ulink url="http://www.php.net/manual/en/language.oop5.reflection.php"><code>Reflection</code></ulink>
942                             ( <ulink url="http://framework.zend.com/manual/en/zend.xmlrpc.server.html"><code>Zend_XmlRpc_Server</code></ulink> / Závislost )
943                             <ulink url="http://www.php.net/manual/en/ref.simplexml.php"><code>SimpleXML</code></ulink>
944                             ( Závislost )
945                         </entry>
946                     </row>
947                 </tbody>
948             </tgroup>
949         </table>
951     </sect1>
953 </appendix>
954 <!--
955 vim:se ts=4 sw=4 et: