summaryrefslogtreecommitdiff
path: root/install_checks.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-01-14 19:54:34 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-01-14 19:54:34 +0000
commit194debc2b405cc87db36379973e4eddb19d259f4 (patch)
tree191b5d420e5760744db473046ee698f4f107b838 /install_checks.php
parent88620972d93168098b5c5605aa36b37a3592b30c (diff)
downloadinstall-194debc2b405cc87db36379973e4eddb19d259f4.tar.gz
install-194debc2b405cc87db36379973e4eddb19d259f4.tar.bz2
install-194debc2b405cc87db36379973e4eddb19d259f4.zip
merge recent changes into HEAD
Diffstat (limited to 'install_checks.php')
-rw-r--r--install_checks.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/install_checks.php b/install_checks.php
index 49f1aad..55413bf 100644
--- a/install_checks.php
+++ b/install_checks.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install_checks.php,v 1.9 2005/12/26 12:24:22 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install_checks.php,v 1.10 2006/01/14 19:54:34 squareing Exp $
* @package install
* @subpackage functions
*/
@@ -91,8 +91,8 @@ function check_settings() {
<dt>Windows</dt>
<dd>For information on how to install ImageMagick on Windows, please visit <a class="external" href="http://www.bitweaver.org/wiki/ImageMagick">Install ImageMagick</a>.</dd>
</dl>',
- 'magickwand' => 'MagickWand is an alternative php extension for ImageMagick. please see the ImageMagic documentation for installation.',
- 'eAccelerator' => '<a href="http://eaccelerator.net/HomeUk">eAccelerator</a> increases the efficiency of php by caching. Using this extension will greatly increase your servers performance and reduce the memory needed to run bitweaver.',
+ 'magickwand' => 'MagickWand is an alternative php extension for ImageMagick. please see the ImageMagic documentation for installation instructions.',
+ 'eAccelerator' => '<a href="http://eaccelerator.net/HomeUk">eAccelerator</a> increases the efficiency of php by caching and optimising queries. Using this extension will greatly increase your servers performance and reduce the memory needed to run bitweaver.',
);
foreach( $php_ext as $ext => $note ) {
$extensions[$i]['note'] = 'The extension <strong>'.$ext.'</strong> is ';