File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -276,8 +276,8 @@ ARG INSTALL_XHPROF=false
276276RUN if [ ${INSTALL_XHPROF} = true ]; then \
277277 # Install the php xhprof extension
278278 if [ $(php -r "echo PHP_MAJOR_VERSION;" ) = 7 ]; then \
279- curl -L -o /tmp/xhprof.tar.gz "https://github.com/tideways/php-xhprof-extension/archive/v4.1.7 .tar.gz" ; \
280- else \
279+ curl -L -o /tmp/xhprof.tar.gz "https://github.com/tideways/php-xhprof-extension/archive/v5.0.1 .tar.gz" ; \
280+ else \
281281 curl -L -o /tmp/xhprof.tar.gz "https://codeload.github.com/phacility/xhprof/tar.gz/master" ; \
282282 fi \
283283 && mkdir -p xhprof \
Original file line number Diff line number Diff line change 11[xhprof]
22; extension=xhprof.so
3- extension =tideways .so
3+ extension =tideways_xhprof .so
44xhprof.output_dir =/var/www/xhprof
55; no need to autoload, control in the program
66tideways.auto_prepend_library =0
You can’t perform that action at this time.
0 commit comments