8000 Remove the web server checker file · symfony/requirements-checker@13ddc30 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13ddc30

Browse files
committed
Remove the web server checker file
1 parent ba6ed77 commit 13ddc30

File tree

2 files changed

+4
-436
lines changed

2 files changed

+4
-436
lines changed

bin/requirements-checker.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,11 @@
120120

121121
echo PHP_EOL;
122122
echo_style('title', 'Note');
123-
echo ' The command console could use a different php.ini file'.PHP_EOL;
123+
echo ' The command console can use a different php.ini file'.PHP_EOL;
124124
echo_style('title', '~~~~');
125-
echo ' than the one used with your web server. To be on the'.PHP_EOL;
126-
echo ' safe side, please check the requirements from your web'.PHP_EOL;
127-
echo ' server using the ';
128-
echo_style('yellow', 'public/check.php');
129-
echo ' script.'.PHP_EOL;
125+
echo ' than the one used by your web server.'.PHP_EOL;
126+
echo ' Please check that both the console and the web server'.PHP_EOL;
127+
echo ' are using the same PHP version and configuration.'.PHP_EOL;
130128
echo PHP_EOL;
131129

132130
exit($checkPassed ? 0 : 1);

0 commit comments

Comments
 (0)
0