* Copyright 1999-2006 Charles J. Hagenbuch * Copyright 1999-2006 Jon Parise * * See the enclosed file LICENSE for license information (ASL). If you * did not receive this file, see http://www.horde.org/licenses/asl.php. */ /* Include Horde's core.php file. */ include_once '../lib/core.php'; /* We should have loaded the String class, from the Horde_Util * package, in core.php. If String:: isn't defined, then we're not * finding some critical libraries. */ if (!class_exists('String')) { echo '
The Horde_Util package was not found. If PHP\'s error_reporting setting is high enough, there should be error messages printed above that may help you in debugging the problem. If you are simply missing these files, then you need to get the framework module from Horde CVS, and install the packages in it with the install-packages.php script.'; exit; } /* Initialize the Horde_Test:: class. */ if (!(@is_readable('../lib/Test.php'))) { echo 'ERROR: You must install Horde before running this script.'; exit; } require_once '../lib/Test.php'; $horde_test = &new Horde_Test; /* Ingo version. */ $module = 'Ingo'; require_once './lib/version.php'; $module_version = INGO_VERSION; require TEST_TEMPLATES . 'header.inc'; require TEST_TEMPLATES . 'version.inc'; /* Display versions of other Horde applications. */ $app_list = array( 'imp' => array( 'error' => 'IMP can be used to interface ingo with a mailserver.', 'version' => '4.0' ) ); $app_output = $horde_test->requiredAppCheck($app_list); ?>

Other Horde Applications

array( 'descrip' => 'FTP Support', 'error' => 'If you will be using the VFS FTP driver for procmail scripts, PHP must have FTP support. Compile PHP --with-ftp before continuing.' ), 'imap' => array( 'descrip' => 'IMAP Support', 'error' => 'If you will be using the IMAP client-side driver, PHP must have IMAP support built in. Compile PHP --with-imap before continuing.' ) ); /* Display PHP Version information. */ $php_info = $horde_test->getPhpVersionInformation(); require TEST_TEMPLATES . 'php_version.inc'; /* PEAR */ $pear_list = array( 'Net_Socket' => array( 'path' => 'Net/Socket.php', 'error' => 'If you will be using Sieve scripts, make sure you are using a version of PEAR which includes the Net_Socket class, or that you have installed the Net_Socket package seperately.' ), 'Net_Sieve' => array( 'path' => 'Net/Sieve.php', 'error' => 'If you will be using Sieve scripts, make sure you are using a version of PEAR which includes the Net_Sieve class, or that you have installed the Net_Sieve package seperately.' ) ); /* Get the status output now. */ $module_output = $horde_test->phpModuleCheck($module_list); ?>

PHP Module Capabilities

PEAR Modules