sealegsの日記

http://www.sealegs.co.jp/の技術ブログです。

2019-07-17から1日間の記事一覧

php7.3したら、guzzle内でcount(): Parameter must be an array or an object that implements Countable

php7.3したら、guzzle内でcount(): Parameter must be an array or an object that implements Countableが発生した。 php composer.phar require "guzzlehttp/psr7" php composer.phar require "guzzlehttp/guzzle" で解決 原因はphp7.2以降でcount()にnull…

yum updateでTransaction check error

開発環境のyum updateしようと思い、最悪の場合を想定し、 まずは、vmをコピー。 コピーしたVMでyum updateのテストしたところ、 やっぱりTransaction check errorが出たでござる。 systemtap systemtap-devel systemtap-client elfutils-libelf あたりがcon…