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

Php PayPal SOAP:“PayPal::raiseError()的声明应该与PEAR::raiseError()的声明兼容。”,php,paypal,pear,Php,Paypal,Pear,我已经下载了,我收到了以下错误: 严格标准:声明 PayPal::raiseError应该是 与 梨子:提子 …第24行的paypal/paypal.php 当我称之为: $handler =& ProfileHandler_Array::getInstance( array( 'username' => $this->api_username, 'certificateFile' => $this-&

我已经下载了,我收到了以下错误:

严格标准:声明 PayPal::raiseError应该是 与 梨子:提子 …第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')
        )
        );
有什么想法吗

问候


Javi

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