Is there a condition that force serialize and unserialize block by a certain server configuration? Or is just a server’s bad PHP installation?
Has anyone else experienced this situation?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
serializeandunserializeare pretty watertight functions with one notorious exception: If you serialize an object, the class definition of that object must be present when the object is unserialized. Otherwise, you’ll end up with broken data.For any further information, you’ll need to add more info.