requirements.xml 61 KB

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