add http client config value

This commit is contained in:
Evan Prodromou 2009-09-15 20:40:18 -04:00
parent ae20d073ce
commit 3380b49aec
1 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,8 @@ $config =
array('contentlimit' => null),
'message' =>
array('contentlimit' => null),
'http' =>
array('client' => 'curl'), // XXX: should this be the default?
);
$config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');