Posted by arkascha on 07/11/07 11:52
Hi ,
we are looking for an efficient method to transport array structures from a
php script to some other engine. Currently we offer phps internal serialize
function and (if present) the json encoding. For installations where the
latter is _not_ present we are looking for something else, especially to
hand over arrays to perl.
Now there is a perl class living in CPAN that can unserialize php-serialized
arrays but I wonder if there is some (already existing) way to generate a
perl-freeze representations from within php ?
Does anyone have a hint here, or maybe an alternative?
Thanks, arkascha
[Back to original message]
|