PayPal SOAP:“PayPal :: raiseError()的声明应该与PEAR :: raiseError()的声明兼容”

时间:2011-05-18 15:59:04

标签: php paypal pear

我已下载Paypal API for PHP (SOAP),我收到此错误:

  

严格的标准:宣言   PayPal :: raiseError()应该是   兼容的   PEAR :: raiseError()in   ....第24行的paypal / PayPal.php

我称之为:

$handler =& ProfileHandler_Array::getInstance(
        array(    'username'        => $this->api_username,
                'certificateFile' => $this->api_certificate,
                'signature'       => $this->api_signature,
                'subject'         => $this->api_subject,
                'environment'     => (($this->api_test)?'Sandbox':'Live')
        )
        );

有什么想法吗?

此致

哈维

1 个答案:

答案 0 :(得分:0)

这是一个错误,应该修复。请在pear bugtracker中打开一份报告。