Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit beda16e

Browse files
committed
updated VENDORS for 3.3.0-RC1
1 parent 49b94d8 commit beda16e

File tree

3 files changed

+21
-27
lines changed

3 files changed

+21
-27
lines changed

composer.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

var/SymfonyRequirements.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -633,12 +633,6 @@ function_exists('mb_strlen'),
633633
'Install and enable the <strong>mbstring</strong> extension.'
634634
);
635635

636-
$this->addRecommendation(
637-
function_exists('iconv'),
638-
'iconv() should be available',
639-
'Install and enable the <strong>iconv</strong> extension.'
640-
);
641-
642636
$this->addRecommendation(
643637
function_exists('utf8_decode'),
644638
'utf8_decode() should be available',

web/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
if (!isset($_SERVER['HTTP_HOST'])) {
14-
exit('This script cannot be run from the CLI. Run it from a browser.');
14+
exit("This script cannot be run from the CLI. Run it from a browser.\n");
1515
}
1616

1717
if (!in_array(@$_SERVER['REMOTE_ADDR'], array(

0 commit comments

Comments
 (0)