File tree Expand file tree
8000
Collapse file tree 2 files changed +4
-436
lines changed Expand file tree Collapse file tree 2 files changed +4
-436
lines changed Original file line number Diff line number Diff line change 120
120
121
121
echo PHP_EOL ;
122
122
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 ;
124
124
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 ;
130
128
echo PHP_EOL ;
131
129
132
130
exit ($ checkPassed ? 0 : 1 );
You can’t perform that action at this time.
0 commit comments