摘要: 进入php源码包curl扩展目录cd php-5.3.9/ext/curlphpize ./configure --with-php-config=/usr/local/webserver/php/bin/php-configmakemake install操作完成在目录/usr/local/webserver/php/lib/php/extensions/no-debug-non-zts-20090626/下生成curl.so文件接下来修改php.ini配置文件在php.ini中找到extension_dir字段,并把其值修改为/usr/local/webserver/php/lib/php 阅读全文
posted @ 2014-01-16 14:08 ecstore 阅读(544) 评论(0) 推荐(0) 编辑