JSON problem
Sunday, April 13, 2008 by AdminSo I finally face a challenge.
The Facebook library need the json library, which is only available in PHP 5.2.
But 110mb is running PHP 5.1.6, so I cannot use it at all!
Fortunately, I found out someone did a wrapper class to help someone like me!
http://www.boutell.com/scripts/jsonwrapper.html
It is based on M. Migurski’s PEAR JSON library and is furture compatible as it would not run if PHP 5.2 is being used.
Thank you, now I can proceed.

