10000 updated VENDORS for 3.2.9 · symfony/symfony-standard@7903f62 · GitHub
[go: up one dir, main page]

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

Commit 7903f62

Browse files
committed
updated VENDORS for 3.2.9
1 parent aa49b52 commit 7903f62

File tree

3 files changed

+49
-55
lines changed

3 files changed

+49
-55
lines changed

composer.lock

Lines changed: 48 additions & 48 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)
0