From d54bf42ba881374c315fc594e28f7f63b9c1183f Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 24 Dec 2023 15:28:12 +0800 Subject: [PATCH] add extension xhprof test --- src/globals/test-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '';