[phpa] Class error identified

  • From: "PHP Accelerator" <php_accelerator@xxxxxxxxxxx>
  • To: phpa@xxxxxxxxxxxxx
  • Date: Fri, 14 Sep 2001 22:39:16 +0100

The unable to instantiate class error with SquirrelMail is because the 
small_header class has no methods. Adding a construtor, i.e.

function small_header() { }

and doing the same to the msg_header class in mime.php fixes this and it 
seems to work fine.  Classes must currently have at least one method.

I'll try and address this for the next releaae.

Nick


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

------------------------------------------------------------------------
  www.php-accelerator.co.uk           Home of the free PHP Accelerator

To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe


Other related posts:

  • » [phpa] Class error identified