您好,登錄后才能下訂單哦!
環(huán)境 CentOS6.3 PHP5.4.22
1. 下載對(duì)應(yīng)版本的php源碼包,解壓 例如 /tmp/php-5.4.22
2. 在解壓后的目錄執(zhí)行 ./configure --enable-soap=shared
注意:如果機(jī)器內(nèi)存為512 執(zhí)行 ./configure --enable-soap=shared --disable-fileinfo
3. 編輯 Makefile文件 找到 EXTRA_LIBS =...這行,在結(jié)尾加入 -liconv [小寫的L]
4. make
5. 將當(dāng)前文件夾下 module/soap.so復(fù)制至 phpinfo頁面 extension_dir指定的目錄中。
6. 編輯 php.ini 開啟 extension=soap.so,保存退出。
7. 重啟php-fpm【FastCGI】,重啟 nginx或Apache.
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。