Displaying 2 results from an estimated 2 matches for "console_getopt".
2009 Jul 27
6
Stuck with dovecot-sieve and horde-ingo ...
...esieve-0.11.7
dovecot-1.2.1
The server is some older Suse 10.1 ...
php5-5.1.2-29.45, apache2-2.2.0-21.7,
Horde Groupware Webmail Edition 1.2
# pear5 list
Installed packages, channel pear.php.net:
=========================================
Package        Version State
Archive_Tar    1.3.1   stable
Console_Getopt 1.2     stable
DB             1.7.12  stable
Date           1.4.7   stable
Log            1.9.11  stable
Mail           1.1.14  stable
Net_Sieve      1.1.6   stable
Net_Socket     1.0.9   stable
PEAR           1.4.6   stable
XML_RPC        1.5.1   stable
I would appreciate any input on this as th...
2005 Apr 04
0
io timeout after 180 seconds
...94); // Maximum windows buffer size
~        fclose ($fp);
~        return $in;
~    }
}
// }}}
// {{{ requires
require_once 'Console/Getopt.php';
// }}}
// {{{ grab command line vars
// don't run out of time
set_time_limit(0);
// we want all errors
error_reporting(E_ALL);
$args = Console_Getopt::readPHPArgv();
if (PEAR::isError($args)) {
~    die('Fatal Error: ' . $args->getMessage() . "\n");
}
$options = Console_Getopt::getopt($args, 'dhtr', array('debug',
'help', 'test', 'reinit'));
if (PEAR::isError($options)) {
~    die($op...