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

Commit bcd6f66

Browse files
committed
updated VENDORS for 2.5.3
1 parent 441526f commit bcd6f66

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/SymfonyRequirements.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,12 @@ function_exists('utf8_decode'),
602602
'Install and enable the <strong>XML</strong> extension.'
603603
);
604604

605+
$this->addRecommendation(
606+
function_exists('filter_var'),
607+
'filter_var() should be available',
608+
'Install and enable the <strong>filter</strong> extension.'
609+
);
610+
605611
if (!defined('PHP_WINDOWS_VERSION_BUILD')) {
606612
$this->addRecommendation(
607613
function_exists('posix_isatty'),
@@ -662,7 +668,7 @@ class_exists('Locale'),
662668
$this->addRecommendation(
663669
$accelerator,
664670
'a PHP accelerator should be installed',
665-
'Install and enable a <strong>PHP accelerator</strong> like APC (highly recommended).'
671+
'Install and/or enable a <strong>PHP accelerator</strong> (highly recommended).'
666672
);
667673

668674
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {

0 commit comments

Comments
 (0)