Anyone know of a library that allows data to be serialized in C++ such that it can be deserialized using the default PHP \'unserialize\' function?
Since you're probably only serializing data, and not PHP objects, you may find a standardized "common ground" serialization more effective. (JSON is likely the simplest)