Skip to content
Snippets Groups Projects
Commit a2acddee authored by Jared Hancock's avatar Jared Hancock
Browse files

setup: Add `intl` and `apc` as recommended extensions

parent 17e0d18e
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,10 @@ if(!defined('SETUPINC')) die('Kwaheri!'); ...@@ -36,6 +36,10 @@ if(!defined('SETUPINC')) die('Kwaheri!');
echo __('recommended for all installations');?></li> echo __('recommended for all installations');?></li>
<li class="<?php echo extension_loaded('phar')?'yes':'no'; ?>">Phar <?php echo __('extension');?> &mdash; <?php <li class="<?php echo extension_loaded('phar')?'yes':'no'; ?>">Phar <?php echo __('extension');?> &mdash; <?php
echo __('recommended for plugins and language packs');?></li> echo __('recommended for plugins and language packs');?></li>
<li class="<?php echo extension_loaded('intl')?'yes':'no'; ?>">Intl <?php echo __('extension');?> &mdash; <?php
echo __('recommended for improved localization');?></li>
<li class="<?php echo extension_loaded('apc')?'yes':'no'; ?>">APC <?php echo __('extension');?> &mdash; <?php
echo __('(faster performance)');?></li>
</ul> </ul>
<div id="bar"> <div id="bar">
<form method="post" action="install.php"> <form method="post" action="install.php">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment