mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
add extension xhprof test
This commit is contained in:
parent
cbfbec41b4
commit
d54bf42ba8
@ -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 .= '';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user