Remove superfluous snapshot_build_exclusions

These configuration options have been removed, so there is no need to
still cater to them.

Closes GH-8792.
This commit is contained in:
Christoph M. Becker 2022-06-15 18:31:46 +02:00
parent 790be97fc9
commit 7d6821a98a
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -450,14 +450,9 @@ can be built that way. \
}
var snapshot_build_exclusions = new Array(
'debug', 'lzf-better-compression',
'php-build', 'snapshot-template', 'ereg',
'pcre-regex', 'fastcgi', 'force-cgi-redirect',
'path-info-check', 'zts', 'ipv6', 'memory-limit',
'zend-multibyte', 'fd-setsize', 'memory-manager',
'pgi', 'pgo', 'all-shared', 'config-profile',
'sanitizer'
);
'debug', 'lzf-better-compression', 'php-build', 'snapshot-template', 'zts',
'ipv6', 'fd-setsize', 'pgi', 'pgo', 'all-shared', 'config-profile', 'sanitizer'
);
var force;
// Now set any defaults we might have missed out earlier