News Feed
Jobs Feed
Sections




News Archive
Fabien Potencier's Blog:
PHP Serialization, Stack Traces, and Exceptions
February 11, 2009 @ 10:27:54

Fabien Potencier has a new post about a strange and hard to track down bug he was experiencing with serializing a symfony form - it was throwing a PDO exception.

This exception is thrown by PDO because PDO instances are not serializable for good reasons. But it is weird because the sfForm class does not depend on PDO. How is it possible?

After some poking around, he noticed that this was only an issue for those with sessions stored in the database (that's where the PDO comes in). The problem came with the validation error class - it extends the exception class and, because of how the error handling serializes the exception, it tries to serialize the PDO connection that's in the stack trace too.

His solution is to use a Serializable interface to define exactly what you want serialized and passed back out as the error to the rest of your script.

0 comments voice your opinion now!
stacktrace exception serialize pdo sfform symfony framework


blog comments powered by Disqus

Similar Posts

The Credence Blog: PHP frameworks - Which one is Most Suitable for you?

Symfony Blog: New in symfony 1.2: Make your Choice!

Doug Hill's Blog: 60 Days : What is it?

Enterprise PHP Magazine: Why Groupe Girard choosed PHP to J2EE to develop their ERP

Chris Hartjes' Blog: Simple User Registration in CakePHP 1.2


Community Events











Don't see your event here?
Let us know!


example release testing development community introduction unittest interview application functional podcast language conference code phpunit series framework zendframework2 tool opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework