[Bug 310845] Re: php5 serialize() function corrupt strings
Onno Benschop
onno at itmaze.com.au
Tue Dec 23 20:27:34 GMT 2008
Can you please show the actual output of the script?
Also, your script doesn't show the unserialized version of the data.
I suggest you add the following to your script and show the output:
$blob = serialize($data) ;
$new_data = unserialize($blob) ;
var_dump($new_data) ;
--
php5 serialize() function corrupt strings
https://bugs.launchpad.net/bugs/310845
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list