10000 Merge branch '2.5' · symfony/symfony-standard@03e336c · 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 03e336c

Browse files
committed
Merge branch '2.5'
* 2.5: Fixed version in links updated VENDORS for 2.5.3
2 parents 946ce90 + e5ad786 commit 03e336c

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,16 @@ released under the MIT or BSD license.
155155

156156
Enjoy!
157157

158-
[1]: http://symfony.com/doc/2.4/book/installation.html
158+
[1]: http://symfony.com/doc/2.5/book/installation.html
159159
[2]: http://getcomposer.org/
160160
[3]: http://symfony.com/download
161-
[4]: http://symfony.com/doc/2.4/quick_tour/the_big_picture.html
162-
[5]: http://symfony.com/doc/2.4/index.html
163-
[6]: http://symfony.com/doc/2.4/bundles/SensioFrameworkExtraBundle/index.html
164-
[7]: http://symfony.com/doc/2.4/book/doctrine.html
165-
[8]: http://symfony.com/doc/2.4/book/templating.html
166-
[9]: http://symfony.com/doc/2.4/book/security.html
167-
[10]: http://symfony.com/doc/2.4/cookbook/email.html
168-
[11]: http://symfony.com/doc/2.4/cookbook/logging/monolog.html
169-
[12]: http://symfony.com/doc/2.4/cookbook/assetic/asset_management.html
170-
[13]: http://symfony.com/doc/2.4/bundles/SensioGeneratorBundle/index.html
161+
[4]: http://symfony.com/doc/2.5/quick_tour/the_big_picture.html
162+
[5]: http://symfony.com/doc/2.5/index.html
163+
[6]: http://symfony.com/doc/2.5/bundles/SensioFrameworkExtraBundle/index.html
164+
[7]: http://symfony.com/doc/2.5/book/doctrine.html
165+
[8]: http://symfony.com/doc/2.5/book/templating.html
166+
[9]: http://symfony.com/doc/2.5/book/security.html
167+
[10]: http://symfony.com/doc/2.5/cookbook/email.html
168+
[11]: http://symfony.com/doc/2.5/cookbook/logging/monolog.html
169+
[12]: http://symfony.com/doc/2.5/cookbook/assetic/asset_management.html
170+
[13]: http://symfony.com/doc/2.5/bundles/SensioGeneratorBundle/index.html

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)
0