php-nano icon indicating copy to clipboard operation
php-nano copied to clipboard

Maybe user internal serialize/unserialize?

Open aleksraiden opened this issue 10 years ago • 1 comments

Today, if i understand it, php-nano works as message only scalar types. Maybe good ide to use php-build-in serialize/deserialize for prepare message (at send and the recive function)? Use it at extension-level, clear and invisible to user code?

aleksraiden avatar Jun 13 '15 13:06 aleksraiden

@aleksraiden If PHP serialization was built in, how would that work when you're talking to a application that isn't written in PHP?

letharion avatar Jul 08 '15 09:07 letharion