requirements.xml 62 KB

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