From 85a9effc116de284d5918e866cba24011fe96b27 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 30 Apr 2020 09:02:29 +0200 Subject: [PATCH] Add support for XHProf --- data/supported-extensions | 1 + install-php-extensions | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/data/supported-extensions b/data/supported-extensions index 757e274..2b9f871 100644 --- a/data/supported-extensions +++ b/data/supported-extensions @@ -72,6 +72,7 @@ uopz 5.5 5.6 7.0 7.1 7.2 7.3 7.4 uuid 5.5 5.6 7.0 7.1 7.2 7.3 7.4 wddx 5.5 5.6 7.0 7.1 7.2 7.3 xdebug 5.5 5.6 7.0 7.1 7.2 7.3 7.4 +xhprof 5.5 5.6 7.0 7.1 7.2 7.3 7.4 xmlrpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4 xsl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 yaml 5.5 5.6 7.0 7.1 7.2 7.3 7.4 diff --git a/install-php-extensions b/install-php-extensions index 4357f99..e60052a 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1282,6 +1282,11 @@ installPECLModule() { installPECLModule_actual="$2-5.0.2" fi ;; + xhprof) + if test $1 -le 506; then + installPECLModule_actual="$2-0.9.4" + fi + ;; yaml) if test $1 -lt 700; then installPECLModule_actual="$2-1.3.1"