mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
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:
parent
790be97fc9
commit
7d6821a98a
1 changed files with 3 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue