空白問題終於解決了,原來是沒安裝到CURL
若是FreeBSD
# cd /usr/ports/lang/php52-extensions/
# make config
根据需要选择:[X] CURL CURL support
# make install clean
應該就好了,但我可能是因為版本有衝突所以後來又手動安裝就好了
安装完php52-extensions发现很多扩展并没有安装,手动挨个去安装吧,包括:mysql、mysqli、gd、mbsting、curl,其中,安装gd扩展耗时较长,下载依赖类库较多,多次弹出选择框。
# cd /usr/ports/ftp/php52-curl
# make install clean