add extension xhprof test

This commit is contained in:
crazywhalecc 2023-12-24 15:28:12 +08:00 committed by Jerry Ma
parent cbfbec41b4
commit d54bf42ba8

View File

@ -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 .= '';