[PHP] php serialize

2001-07-03 Thread scott [gts]
does anyone know any good places to look for detailed information about PHP's serialize(), unserialize() (besides the PHP sources, becuase i'm already going thru them) i want to write serialize() and unserialize() in perl so that arrays (no objects or references yet) can be read/written by both

Re: [PHP] php serialize

2001-07-03 Thread Alexander Wagner
scott [gts] wrote: i want to write serialize() and unserialize() in perl so that arrays (no objects or references yet) can be read/written by both PHP and Perl to help with my cross-language session implementation. Why don't you use WDDX? regards Wagner -- Madness takes its toll.

RE: [PHP] php serialize

2001-07-03 Thread scott [gts]
Wagner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 1:46 PM To: scott [gts]; php Subject: Re: [PHP] php serialize scott [gts] wrote: i want to write serialize() and unserialize() in perl so that arrays (no objects or references yet) can be read/written by both PHP and Perl