From 975ce6d83e31e39752a83fde16e49d202e76726c Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 24 Jan 2015 12:22:29 +0100 Subject: [PATCH] Documentation update (clarifying need for php5-gmp in comment) --- plugins/OStatus/lib/salmon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/OStatus/lib/salmon.php b/plugins/OStatus/lib/salmon.php index 7f685665fa..83be963c77 100644 --- a/plugins/OStatus/lib/salmon.php +++ b/plugins/OStatus/lib/salmon.php @@ -39,7 +39,7 @@ class Salmon * Sign and post the given Atom entry as a Salmon message. * * Side effects: may generate a keypair on-demand for the given user, - * which can be very slow on some systems. + * which can be very slow on some systems (like those without php5-gmp). * * @param string $endpoint_uri * @param string $xml string representation of payload -- 2.39.2