Changeset 5324

Show
Ignore:
Timestamp:
12/30/08 16:00:44 (6 months ago)
Author:
guilhermeblanco
Message:

Fixes weird caching exceptions in Symfony. Thanks Hannes for notification and patch

Location:
branches
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Connection.php

    r5261 r5324  
    5454 * @author      Lukas Smith <smith@pooteeweet.org> (MDB2 library) 
    5555 */ 
    56 abstract class Doctrine_Connection extends Doctrine_Configurable implements Countable, IteratorAggregate 
     56abstract class Doctrine_Connection extends Doctrine_Configurable implements Countable, IteratorAggregate, Serializable 
    5757{ 
    5858    /** 
  • branches/1.1/lib/Doctrine/Connection.php

    r5286 r5324  
    5454 * @author      Lukas Smith <smith@pooteeweet.org> (MDB2 library) 
    5555 */ 
    56 abstract class Doctrine_Connection extends Doctrine_Configurable implements Countable, IteratorAggregate 
     56abstract class Doctrine_Connection extends Doctrine_Configurable implements Countable, IteratorAggregate, Serializable 
    5757{ 
    5858    /**