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. Please have exact change.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] php serialize

2001-07-03 Thread scott [gts]

wow... that looks like it might just do the job :)

although it'd still be fun to hack up a simple
serialize/deserialize in perl, i didnt know 
that WDDX modules existed for perl... 

i'll go and get it all and start playing around
with it now :)

 -Original Message-
 From: Alexander 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 to help with my
  cross-language session implementation.
 
 Why don't you use WDDX?
 
 regards
 Wagner
 
 -- 
 Madness takes its toll. Please have exact change.
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]