Re: Accessing PHP serialized data in C++
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: Accessing PHP serialized data in C++

From: Colin McKinnon <colin.thisisnotmysurname@ntlworld.deletemeunlessURaBot.com>
Date: Mon Jan 30 2006 - 22:54:39 CET

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.
Received on Tue Feb 7 21:07:59 2006