mirror of
https://github.com/php/php-src.git
synced 2024-12-04 15:23:44 +08:00
Revert "Show eventual output of clean sections"
This reverts commit 5eb4ab07f2
.
The temporary hack has served its purpose.
This commit is contained in:
parent
1b98151734
commit
8cb237345a
@ -2494,10 +2494,7 @@ COMMAND $cmd
|
|||||||
if (!$no_clean) {
|
if (!$no_clean) {
|
||||||
$extra = !IS_WINDOWS ?
|
$extra = !IS_WINDOWS ?
|
||||||
"unset REQUEST_METHOD; unset QUERY_STRING; unset PATH_TRANSLATED; unset SCRIPT_FILENAME; unset REQUEST_METHOD;" : "";
|
"unset REQUEST_METHOD; unset QUERY_STRING; unset PATH_TRANSLATED; unset SCRIPT_FILENAME; unset REQUEST_METHOD;" : "";
|
||||||
$clean_output = system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_file_cache \"$test_clean\"", $env);
|
system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_file_cache \"$test_clean\"", $env);
|
||||||
if (trim($clean_output) != '') {
|
|
||||||
echo "\nCLEAN OUTPUT: $file: $clean_output\n";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$cfg['keep']['clean']) {
|
if (!$cfg['keep']['clean']) {
|
||||||
|
Loading…
Reference in New Issue
Block a user