On 8 September 2011 13:36, Max Semenik maxsem.wiki@gmail.com wrote:
On Thu, Sep 8, 2011 at 2:18 PM, Aaron Schulz aschulz4587@gmail.com wrote:
Yay for log_params. I was thinking JSON would be appropriate here, so I'm glat to see that.
Even though data in those fields is small enough, can serialize()/unserialize() be used instead? It's faster and doesn't require the mess of ServicesJSON to work correctly.
Do those cause actual problems or is it just matter of preference? In my opinion JSON is much better for anyone who wants to dig the logs without using PHP. Also, is (un)serialize guaranteed to be stable across PHP versions?
-Niklas