diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 3af820f7..e5ef1de2 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -9,7 +9,7 @@ $extensions = 'bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,gd,gm $additional_libs = 'libwebp,libavif,libjpeg,freetype'; # If you want to test additional extensions, add them below. (comma start) -$extensions .= ',uv'; +$extensions .= ',xhprof'; # If you want to test additional features for extensions, add libs below. (comma start like extensions) $additional_libs .= '';