facebook twitter hatena line email

Php/速度改善/tideways xhprof

提供: 初心者エンジニアの簡易メモ
2026年4月17日 (金) 04:30時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==インストール(php8の場合)== <pre> dnf install -y php-devel php-pear gcc make pecl install tideways_xhprof </pre> ===php.ini設定== <pre> echo "extension=xhpro...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

インストール(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