summaryrefslogtreecommitdiff
path: root/install_checks.php
diff options
context:
space:
mode:
authorsanto spider <spider@santo>2014-05-06 15:17:39 -0400
committersanto spider <spider@santo>2014-05-06 15:17:39 -0400
commitd04dbee178829d76708b2f7690e38d8ae61c9f01 (patch)
treeda71a732cc6866b32b1b7a9f8f88ec74bb34d7af /install_checks.php
parent42b9a40fa92c8b1e871896dd1faf8621b073dfa6 (diff)
downloadinstall-d04dbee178829d76708b2f7690e38d8ae61c9f01.tar.gz
install-d04dbee178829d76708b2f7690e38d8ae61c9f01.tar.bz2
install-d04dbee178829d76708b2f7690e38d8ae61c9f01.zip
comment eAccelerator and ffmpeg
Diffstat (limited to 'install_checks.php')
-rw-r--r--install_checks.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/install_checks.php b/install_checks.php
index ff86601..ecd45d1 100644
--- a/install_checks.php
+++ b/install_checks.php
@@ -87,8 +87,8 @@ 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">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.',
+// '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 ) {
$extensions[$ext]['note'] = 'The extension <strong>'.$ext.'</strong> is ';
@@ -158,10 +158,10 @@ function check_settings() {
'note' => '<a class="external" href="http://www.graphviz.org/">Graphviz</a> is a way of representing structural information as diagrams of abstract graphs and networks and visualizing that representation. It is used by the {graphviz} Liberty plugin and you only need to install it if you intend to enable that plugin.<br /><em>The Pear::Image_Graphviz plugin is required as well.</em>',
'result' => 'Your version of Graphviz: ',
),
- 'ffmpeg' => array(
- 'command' => 'ffmpeg',
- 'note' => '<a class="external" href="http://ffmpeg.mplayerhq.hu/">ffmpeg</a> is a hyper fast video and audio encoder that supports many common formats. If you are planning on uploading video and audio files, it\'s recommend that you install this application.',
- ),
+// 'ffmpeg' => array(
+// 'command' => 'ffmpeg',
+// 'note' => '<a class="external" href="http://ffmpeg.mplayerhq.hu/">ffmpeg</a> is a hyper fast video and audio encoder that supports many common formats. If you are planning on uploading video and audio files, it\'s recommend that you install this application.',
+// ),
// 'unstuff' => array(
// 'params' => '-xf',
// 'testfile' => 'test.tar',