test ldap

This commit is contained in:
crazywhalecc 2024-01-07 02:28:44 +08:00
parent 0c2de9f936
commit a45f2f357d
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -10,14 +10,14 @@ declare(strict_types=1);
// --------------------------------- edit area --------------------------------- // --------------------------------- edit area ---------------------------------
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`). // If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = 'swoole,uv'; $extensions = 'ldap';
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`). // If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
$with_libs = ''; $with_libs = '';
// Please change your test base combination. We recommend testing with `common`. // Please change your test base combination. We recommend testing with `common`.
// You can use `common`, `bulk`, `minimal` or `none`. // You can use `common`, `bulk`, `minimal` or `none`.
$base_combination = 'minimal'; $base_combination = 'common';
// -------------------------- code area, do not modify -------------------------- // -------------------------- code area, do not modify --------------------------