Skip to content

Commit

Permalink
Update generated files from Symfony
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Sep 19, 2016
1 parent d7b4b2c commit 05d2d62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions var/SymfonyRequirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -739,9 +739,9 @@ function_exists('posix_isatty'),

if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
$this->addRecommendation(
$this->getRealpathCacheSize() > 5 * 1024 * 1024,
'realpath_cache_size should be above 5242880 in php.ini',
'Setting "<strong>realpath_cache_size</strong>" to e.g. "<strong>5242880</strong>" or "<strong>5000k</strong>" in php.ini<a href="#phpini">*</a> may improve performance on Windows significantly in some cases.'
$this->getRealpathCacheSize() >= 5 * 1024 * 1024,
'realpath_cache_size should be at least 5M in php.ini',
'Setting "<strong>realpath_cache_size</strong>" to e.g. "<strong>5242880</strong>" or "<strong>5M</strong>" in php.ini<a href="#phpini">*</a> may improve performance on Windows significantly in some cases.'
);
}

Expand Down

0 comments on commit 05d2d62

Please sign in to comment.