You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Test.php
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -283,17 +283,11 @@ class Horde_Test
283
283
* @var array
284
284
*/
285
285
protected$_pearList = [
286
-
'File_Fstab' => [
287
-
'error' => 'Horde requires the File_Fstab package if using the localhost driver for the Accounts block.',
288
-
],
289
-
'Net_DNS2' => [
290
-
'error' => 'Net_DNS2 can speed up hostname lookups against broken DNS servers.',
291
-
],
292
-
'Math_BigInteger' => [
293
-
'error' => 'The Math_BigInteger library is used in decoding certain embedded attachments in TNEF data.',
286
+
'NetDNS2\\Resolver' => [
287
+
'error' => 'NetDNS2 (mikepultz/netdns2 via Composer) can speed up hostname lookups against broken DNS servers. Install with: composer require mikepultz/netdns2',
294
288
],
295
289
'Predis\\Client' => [
296
-
'error' => 'The Predis library is only needed if you are using a Redis server as a hash table backend for caching or sessions. This library is provided by the pear.nrk.io PEAR channel.',
290
+
'error' => 'The Predis library (predis/predis via Composer) is only needed if you are using a Redis server as a hash table backend for caching or sessions. Install with: composer require predis/predis',
0 commit comments