summaryrefslogtreecommitdiff
path: root/install_checks.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2010-08-27 11:00:25 +0100
committerLester Caine <lester@lsces.co.uk>2010-08-27 11:00:25 +0100
commit8e8097fdaaa4fff6d761e0d33d14c1cf5d7f2c4b (patch)
treea72d081c89c120cf196e23c743a7fd5bf24b9887 /install_checks.php
parentd1cfd35861a4b290c7e2bdd15ae0ed956104e911 (diff)
downloadinstall-8e8097fdaaa4fff6d761e0d33d14c1cf5d7f2c4b.tar.gz
install-8e8097fdaaa4fff6d761e0d33d14c1cf5d7f2c4b.tar.bz2
install-8e8097fdaaa4fff6d761e0d33d14c1cf5d7f2c4b.zip
Merge from 2.8 CVS
Diffstat (limited to 'install_checks.php')
-rw-r--r--install_checks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_checks.php b/install_checks.php
index 6d2f2d1..258a907 100644
--- a/install_checks.php
+++ b/install_checks.php
@@ -87,7 +87,7 @@ function check_settings() {
'gd' => '<a class="external" href="http://www.boutell.com/gd/">GD Libraries</a> are used to manipulate images. Bitweaver uses these libraries to create thumbnails and convert images from one format to another. If you are running Red Hat or Fedora Core, you can try: <kbd>yum install php-gd</kbd>. The GD libaries are quite limited and <em>don\'t support</em> a number of image formats including <em>.bmp</em>. If you are planning on uploading and using a lot of images, we recommend you use one of the other image processors.',
'imagick' => 'ImageMagick supports a multitude of different image and video formats and <em>can be used instead of the GD Libraries</em>. Using these libraries will allow you to upload most image formats without any difficulties. For installation help, please view <a class="external" href="http://www.bitweaver.org/wiki/ImageMagick">ImageMagick and MagickWand installation instructions</a> or visit the <a class="external" href="http://www.imagemagick.org">ImageMagick homepage</a>.',
'magickwand' => 'MagickWand is a newer PHP extension for ImageMagick. For installation help, please view Bitweaver\'s: <a class="external" href="http://www.bitweaver.org/wiki/ImageMagick">ImageMagick and MagickWand installation instructions</a> or visit the <a class="external" href="http://www.imagemagick.org">ImageMagick homepage</a>.',
- 'eAccelerator' => '<a class="external" href="http://eaccelerator.net/HomeUk">eAccelerator</a> increases the efficiency of PHP by caching and optimising queries. Using this extension will greatly increase your server\'s performance and reduce the memory needed to run Bitweaver.',
+ 'eAccelerator' => '<a class="external" href="http://eaccelerator.net">eAccelerator</a> increases the efficiency of PHP by caching and optimising queries. Using this extension will greatly increase your server\'s performance and reduce the memory needed to run Bitweaver.',
'ffmpeg' => '<a class="external" href="http://ffmpeg-php.sourceforge.net/">ffmpeg-php</a> is an extension that will allow you to better process uploaded videos. This extension requires ffmpeg to be installed on your server as well.',
);
foreach( $php_ext as $ext => $note ) {