Ignore:
Timestamp:
2011/10/25 00:02:55 (13 years ago)
Author:
Seasoft
Message:

#1521 (PEAR::SOAP 配布と異なる部分がある)

  • 新しいバージョンの配布ファイルを上書きすることで解決

#1522 (PEAR::SOAP をバージョンアップ)

  • 0.11.0 -> 0.12.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/module/SOAP/Transport/SMTP.php

    r20119 r21299  
    152152            $val = new SOAP_Value('Message-ID', 'string', $headers['Message-ID']); 
    153153        } else { 
    154             $sval[] = new SOAP_Value('faultcode', 'QName', 'SOAP-ENV:Client'); 
     154            $sval[] = new SOAP_Value('faultcode', 'QName', SOAP_BASE::SOAPENVPrefix().':Client'); 
    155155            $sval[] = new SOAP_Value('faultstring', 'string', "couldn't send SMTP message to {$this->urlparts['path']}"); 
    156156            $val = new SOAP_Value('Fault', 'Struct', $sval); 
Note: See TracChangeset for help on using the changeset viewer.