「Php/速度改善/tideways xhprof」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==インストール(php8の場合)== <pre> dnf install -y php-devel php-pear gcc make pecl install tideways_xhprof </pre> ===php.ini設定== <pre> echo "extension=xhpro...」) |
(相違点なし)
|
2026年4月17日 (金) 04:30時点における版
インストール(php8の場合)
dnf install -y php-devel php-pear gcc make pecl install tideways_xhprof
=php.ini設定
echo "extension=xhprof.so" > /etc/php.d/50-xhprof.ini
確認
$ php -m | grep xhprof xhprof
