|
@@ -10,7 +10,7 @@ discard block |
|
|
block discarded – undo |
|
10
|
10
|
fwrite(STDERR, implode(PHP_EOL, array( |
|
11
|
11
|
'The suhosin.executor.include.whitelist setting is incorrect.', |
|
12
|
12
|
'Add the following to the end of your `php.ini` or suhosin.ini (Example path [for Debian]: /etc/php5/cli/conf.d/suhosin.ini):', |
|
13
|
|
- ' suhosin.executor.include.whitelist = phar '.$suhosin, |
|
|
13
|
+ ' suhosin.executor.include.whitelist = phar ' . $suhosin, |
|
14
|
14
|
'' |
|
15
|
15
|
))); |
|
16
|
16
|
exit(1); |
|
@@ -21,4 +21,4 @@ discard block |
|
|
block discarded – undo |
|
21
|
21
|
$application->setPharMode(true); |
|
22
|
22
|
$application->run(); |
|
23
|
23
|
|
|
24
|
|
-__HALT_COMPILER(); |
|
|
24
|
+__HALT_COMPILER(); |
Please login to merge, or discard this patch.