• Will the newest release work completely with php 7. I currently get two warnings when I run the compatibility checker.

    FILE: /plugins/gravity-forms-salesforce/lib/Force.com-Toolkit-for-PHP/soapclient/SforceEnterpriseClient.php
    ——————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————————————————————————————————————————————————–
    41 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    ——————————————————————————————————————————————————–

    FILE: /plugins/gravity-forms-salesforce/lib/Force.com-Toolkit-for-PHP/soapclient/SforcePartnerClient.php
    —————————————————————————————————————————————————–
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    —————————————————————————————————————————————————–
    77 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
    —————————————————————————————————————————————————–

The topic ‘php 7 warnings’ is closed to new replies.