构建此扩展不需要其他扩展。
mail at jacobwg dot com (2012-08-04 17:55:17)
Except it does require PCRE... if not installed, you will get an error like "fatal error: pcre.h: No such file or directory".
Install with
$ apt-get install libpcre3-dev
or
$ yum install pcre-devel
or whatever your platform requires.