23Mar/111
ImageMagick 的php扩展 imagick段错误解决
imagick 是 PHP 下针对 ImageMagick 这个强大软件包的 API 接口,如果你在编译 ImageMagick 的时候将 IMAGEMAGICK_JPEG2000 编译进去了,你的 PHP 在启用 MagickWand 模块后会发生段错误,无法正常使用 PHP。
解决方法也就显而易见,在通过 源码安装的时候加上配置 --without-jp2,即:
./configure --without-jp2,安装即可。
3Mar/110
Support NginxWiki-20110303.chm to download
Nginx more and more popular, but official wiki have too much time to chm[NginxWiki-20090731.chm], so I compiled the latest sync to the wiki into chm, available to the offline-read students who needed.
Download:
NginxWiki-20110303.chm.tar.gz