requirements.xml 60 KB

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