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. -- Ubuntu-server-bugs mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
