Comment 1 for bug 395713

Revision history for this message
DJKRose (dj-krose) wrote :

There are two ways to solve this:
 - Raise the minimum requirements of BeBot to php 5.3
 - Write a workaround (i.e. an ugly hack), which looks like that:
   (string)RPC_UNIVERSE_INIT => array("name"=>"Login Init", "args"=>"SSI"),

I'm going to implement that workaround, because php 5.3 is fairly new and not widely used. But for the benefit of having clean code we shouldn't leave the workaround in the code too long, but think of raising the minimum php requiriments to 5.3 in a later version, maybe 0.7 or so... What do you think?