yumでphp-soap追加

2016/06/18 | 開発記録 | hideichi

Notice Error: Use of undefined constant WSDL_CACHE_NONE – assumed ‘WSDL_CACHE_NONE’

Fatal Error Error: This client library requires the SOAP extension to be activated. See http://php.net/manual/en/soap.installation.php for details.

Error: This client library requires the SOAP extension to be activated. See http://php.net/manual/en/soap.installation.php for details.

こんなエラーが出てきて怒られる。
SOAPクライアントが無いらしい。

入れる。
phpはyumで入れたからyumで。

sudo yum install php-soap

入らない。

sudo yum –enablerepo=remi-php56 –disablerepo=base install php-soap

これで入った。
そうそうリポジトリ変えてたんだ。

sudo service httpd restart

再起動、phpinfoを確認。

前の記事:

次の記事:

2016/06/18 | 開発記録

コメント/トラックバック

トラックバック用URL:

この投稿のコメント・トラックバックRSS




管理人にのみ公開されます

前の記事:

次の記事:

【二種免許】深視力検査合格のコツや裏技
【二種免許】深視力検査合格のコツや裏技

東京では免許更新の際、ゴールド免許の方や島嶼にお住まいの方以外は、鮫洲...

no image
[cakephp4] dirtyとoriginal

patchEntityすると、変更したところと、変更前の内容が取れる。...

BaserTestCaseで特定プラグインの有無でfixturesを振り分ける
BaserTestCaseで特定プラグインの有無でfixturesを振り分ける

baserCMSのTestCaseで、特定のプラグインの有無を調べて、...

kusanagi で letsencryptが更新されない
kusanagi で letsencryptが更新されない

結論から、アパッチを直接再起動すると直るかも。 systemctl r...

baserCMS プラグインのアップデートスクリプト
baserCMS プラグインのアップデートスクリプト

(参考) http://project.e-catchup.jp/pr...

→もっと見る

PAGE TOP ↑