mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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(
|
var snapshot_build_exclusions = new Array(
|
||||||
'debug', 'lzf-better-compression',
|
'debug', 'lzf-better-compression', 'php-build', 'snapshot-template', 'zts',
|
||||||
'php-build', 'snapshot-template', 'ereg',
|
'ipv6', 'fd-setsize', 'pgi', 'pgo', 'all-shared', 'config-profile', 'sanitizer'
|
||||||
'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'
|
|
||||||
);
|
|
||||||
var force;
|
var force;
|
||||||
|
|
||||||
// Now set any defaults we might have missed out earlier
|
// Now set any defaults we might have missed out earlier
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue