编译:
$ cd $PHP_SOURCE/ext/curl$ $PHP_DIR/bin/phpize$ ./configure --with-php-config=$PHP_DIR/bin/php-config$ makecp modules/curl.so $APACHE_HOME/modules编辑php.iniextension_dir = "$APACHE_HOME/modules/"extension=curl.so
posted on 2010-11-28 15:26 IT老友 阅读(250) 评论(0) 编辑 收藏 举报