I am using Base.php v1.40 and ran into a bug with the MAIL_MIMEPART_CRLF define on Line 49 (or thereabouts). define('MAIL_MIMEPART_CRLF',"\n"); should be: define('MAIL_MIMEPART_CRLF',"\r\n"); It may already be fixed in more recent builds, which leads me to a question: How do I get to the ZEND_ENGINE_1 branch to find the php4 PEAR::SOAP files using the web interface at cvs.php.net? Thanks, Dave -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php