From 1b2bf32d2e72cf63fc087753d4b464a948cf51a2 Mon Sep 17 00:00:00 2001 From: Thorvald Natvig Date: Tue, 27 Oct 2009 00:38:19 +0100 Subject: [PATCH] Mention the s/UserInfo/byte/ hack in the .ice --- src/murmur/Murmur.ice | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/murmur/Murmur.ice b/src/murmur/Murmur.ice index 820b06e09..e6008f2ee 100644 --- a/src/murmur/Murmur.ice +++ b/src/murmur/Murmur.ice @@ -197,13 +197,18 @@ module Murmur sequence NameList; dictionary NameMap; dictionary IdMap; - dictionary UserInfoMap; sequence Texture; dictionary ConfigMap; sequence GroupNameList; sequence CertificateDer; sequence CertificateList; + /** User information map. + * Older versions of ice-php can't handle enums as keys. If you are using one of these, replace 'UserInfo' with 'byte'. + */ + + dictionary UserInfoMap; + /** User and subchannel state. Read-only. **/ class Tree {