From 1673c441362524d97eaa5a912617356200f1ddb1 Mon Sep 17 00:00:00 2001 From: Tomoya Suzuki Date: Fri, 25 Oct 2019 18:15:41 +0900 Subject: [PATCH] change to newer version of tideways/php-xhprof-extension --- php-fpm/Dockerfile | 2 +- php-fpm/xhprof.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php-fpm/Dockerfile b/php-fpm/Dockerfile index d74ef345..a19390da 100644 --- a/php-fpm/Dockerfile +++ b/php-fpm/Dockerfile @@ -272,7 +272,7 @@ ARG INSTALL_XHPROF=false RUN if [ ${INSTALL_XHPROF} = true ]; then \ # Install the php xhprof extension if [ $(php -r "echo PHP_MAJOR_VERSION;") = 7 ]; then \ - curl -L -o /tmp/xhprof.tar.gz "https://github.com/tideways/php-xhprof-extension/archive/v4.1.7.tar.gz"; \ + curl -L -o /tmp/xhprof.tar.gz "https://github.com/tideways/php-xhprof-extension/archive/v5.0.1.tar.gz"; \ else \ curl -L -o /tmp/xhprof.tar.gz "https://codeload.github.com/phacility/xhprof/tar.gz/master"; \ fi \ diff --git a/php-fpm/xhprof.ini b/php-fpm/xhprof.ini index 1b010b9f..2a62fedb 100644 --- a/php-fpm/xhprof.ini +++ b/php-fpm/xhprof.ini @@ -1,6 +1,6 @@ [xhprof] ; extension=xhprof.so -extension=tideways.so +extension=tideways_xhprof.so xhprof.output_dir=/var/www/xhprof ; no need to autoload, control in the program tideways.auto_prepend_library=0