Zend Framework 组件所需的 PHP 扩展模块
[ 2009-09-01 20:46:57 | Author: seaboat ]
Zend Framework 的组件,不少要用到 PHP 的扩展模块。
详情见:
http://www.mikaelkael.fr/doczf/zh/requirements.extensions.html
我整理了一下其中比较常用的模块,列举如下:
apc
ctype
curl
dom
gd
hash
iconv
json
ldap
libxml
mbstring
memcache
mime_magic
pdo_mysql
pdo_pgsql
pdo_sqlite
posix
Reflection
session
SimpleXML
soap
SPL
Sqlite
xml
zlib
搭建环境,编译 PHP 的时候,最好把以上模块包含进去,以免用到的时候再次编译 PHP。
Comments Feed: http://www6.webng.com/seaboat/feed.asp?q=comment&id=756
详情见:
http://www.mikaelkael.fr/doczf/zh/requirements.extensions.html
我整理了一下其中比较常用的模块,列举如下:
apc
ctype
curl
dom
gd
hash
iconv
json
ldap
libxml
mbstring
memcache
mime_magic
pdo_mysql
pdo_pgsql
pdo_sqlite
posix
Reflection
session
SimpleXML
soap
SPL
Sqlite
xml
zlib
搭建环境,编译 PHP 的时候,最好把以上模块包含进去,以免用到的时候再次编译 PHP。
Comments Feed: http://www6.webng.com/seaboat/feed.asp?q=comment&id=756
There is no comment on this article.






