将memcache静态编译入 PHP
<iframe align="center" marginwidth="0" marginheight="0" src="http://www.zealware.com/csdnblog336280.html" frameborder="0" width="336" scrolling="no" height="280"></iframe><div class="postText">$ cd /your/phpsrcdir/ext$ pear download memcache
$ gzip -d $ mv memcache-2.1.2.tgz extname
$ cd /your/phpsrcdir
$ rm configure
$ ./buildconf --force
$ ./configure --help
$ ./configure--enable-memcache
$ make
$ make install
页:
[1]