Menu

Trying to run in PHP4.4

Help
madam
2007-04-03
2013-04-22
  • madam

    madam - 2007-04-03

    The client is using NUSOAP 0.7.2 and PHP 4.4.
    I'm getting an error below when I run examples.php:
    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /$path/paypal_base.php on line 66

    *where line 66 is actually
    private static $soapClient;

    I read somewhere that PHP4 doesn't support private/public members of the class.
    Is there a way to somehow integrate Website Payments Pro4 in PHP4???

    Anyone?

    Thanks.

     
    • Drew

      Drew - 2007-04-30

      Hello,

      I believe phpPayPalPro is for PHP5 only, as it uses the SOAP classes available in PHP5. It doesn't use nusoap.

       

Log in to post a comment.