php如何實(shí)現(xiàn)回車替換為其他的字符
進(jìn)入php源程序目錄中的ext目錄中,,這里存放著各個(gè)擴(kuò)展模塊的源代碼,,選擇你需要的模塊,比如curl模塊:cd curl 執(zhí)行phpize生成編譯文件,,phpize在php安裝目錄的bin目錄下 /usr/local/php5/bin/phpize 運(yùn)行時(shí),,可能會(huì)報(bào)錯(cuò):Cannot find autoconf. Please check your autoconf installation and the $php_AUTOCONF environment variable is set correctly and then rerun this script.,需要安裝autoconf: yum install autoconf(RedHat或者centos),、apt-get install autoconf(Ubuntu Linux) /usr/local/php5/bin/php -v 執(zhí)行這個(gè)命令時(shí),,php會(huì)去檢查配置文件是否正確,如果有配置錯(cuò)誤,,這里會(huì)報(bào)錯(cuò),,可以根據(jù)錯(cuò)誤信息去排查!
Tags:為其如何實(shí)現(xiàn)字符
相關(guān)推薦
便查問答是一款實(shí)用的網(wǎng)絡(luò)熱門知識(shí)問答平臺(tái),,專注于分享你不知道的知識(shí),、經(jīng)驗(yàn)及生活問題,在這里所有人都能找到答案歡迎網(wǎng)友參與討論,。