<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -210,7 +210,7 @@ class Swift_Transport_EsmtpTransport
   // -- Mixin invocation code
   
   /** Mixin handling method for ESMTP handlers */
-  private function __call($method, $args)
+  public function __call($method, $args)
   {
     foreach ($this-&gt;_handlers as $handler)
     {</diff>
      <filename>lib/classes/Swift/Transport/EsmtpTransport.php</filename>
    </modified>
    <modified>
      <diff>@@ -3,6 +3,11 @@
 //Error reporting settings
 error_reporting(E_ALL | E_STRICT); ini_set('display_errors', true);
 
+if (defined('E_DEPRECATED'))
+{
+  error_reporting(error_reporting() | E_DEPRECATED);
+}
+
 //E_STRICT compliance -- If you change this timezone some tests may fail -
 // This only affects the tests, you need to ensure PHP is correctly set up in
 // your own code</diff>
      <filename>test-suite/config.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dd908cc91f7192432decd3e3cf2e955236d79e2c</id>
    </parent>
  </parents>
  <author>
    <name>d11wtq</name>
    <email>chris@w3style.co.uk</email>
  </author>
  <url>http://github.com/swiftmailer/swiftmailer/commit/c8cf4b9db28975be5927a2432df365c4ba25e603</url>
  <id>c8cf4b9db28975be5927a2432df365c4ba25e603</id>
  <committed-date>2009-03-31T22:09:57-07:00</committed-date>
  <authored-date>2009-03-31T22:09:57-07:00</authored-date>
  <message>Fixed some issues with 5.3.0RC1, but there are still some failing tests, albeit not too worrying.</message>
  <tree>6c319d9620d77985420e744b2ab62f9cbec16922</tree>
  <committer>
    <name>d11wtq</name>
    <email>chris@w3style.co.uk</email>
  </committer>
</commit>
