十
01
新的php5 支持了新的mysql扩展─增强的mysql扩展库 mysqli。提供了比原来的mysql函数库更强大的功能,例如加入了transaction的支持。
–enable-shared(主要是这个选项)以及–enable-static
以下是编译参数
‘./configure’ ‘–prefix=/usr/local/php’ ‘–enable-fastcgi’ ‘–enable-force-cgi-redirect’ ‘–enable-tarck-var’ ‘–with-xml’ ‘–with-zlib’ ‘–with-config-file-path=/etc’ ‘–with-mysql=/usr/local/mysql/’ ‘–with-gd=/usr/local/gd2/’ ‘–with-jpeg-dir=/usr/local/jpeg6/’ ‘–with-png’ ‘–with-freetype-dir=/usr/local/freetype2/’ ‘–enable-shared’ ‘–enable-static’ ‘–with-mysqli’
Address: http://99dev.net/archives/203
no comment untill now