Re: Accessing PHP serialized data in C++



Aditya Agarwal wrote:

> Hi,
>
> I was wondering if there is a C++ library to deserialize PHP data
> structures. I would like to access the PHP data structures in some C++
> code that I need to write.
>
It should be deaed easy to write one - the structure is fairly self evident.
The only issue is that AFAIK the current serialized format is not an
established standard.

C.

.