diff --git a/data/supported-extensions b/data/supported-extensions index c716958..3b4e21d 100644 --- a/data/supported-extensions +++ b/data/supported-extensions @@ -81,7 +81,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 8.0 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 8.0 -xhprof 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 8.0 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 8.0 yaml 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 diff --git a/install-php-extensions b/install-php-extensions index c62a64e..0d4c89e 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1985,7 +1985,7 @@ configureInstaller() { if ! stringInList 'zip' "$PHP_PREINSTALLED_MODULES"; then PHP_MODULES_TO_INSTALL="zip $(removeStringFromList 'zip' "$PHP_MODULES_TO_INSTALL")" fi - if anyStringInList 'swoole xdebug' "$PHP_MODULES_TO_INSTALL"; then + if anyStringInList 'swoole xdebug xhprof' "$PHP_MODULES_TO_INSTALL"; then USE_PICKLE=2 else curl -sSLf https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar -o /tmp/pickle