This commit updates the wire format of the phpx server. Instead of being
string-based, messages sent back and forth between go and php are now
base64-encoded DEFLATEd strings. This makes them a lot smaller and
faster to send.
This commit ensures that the compiler has to check every component
against the groups they implement by explicitly annotating the
appropriate interfaces.