Plugin Directory

Changeset 2336989


Ignore:
Timestamp:
07/07/2020 11:06:03 PM (6 years ago)
Author:
nanard33
Message:

Release of V1.6.0

Location:
splash-connector/trunk/vendor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • splash-connector/trunk/vendor/composer/installed.json

    r2336965 r2336989  
    77            "type": "git",
    88            "url": "https://github.com/SplashSync/Php-Core.git",
    9             "reference": "3dc4421645edb585f1ad9f1e1a382883dc16ad02"
     9            "reference": "fb322e6010822f1f977724f5c780f9c7592473f7"
    1010        },
    1111        "dist": {
    1212            "type": "zip",
    13             "url": "https://api.github.com/repos/SplashSync/Php-Core/zipball/3dc4421645edb585f1ad9f1e1a382883dc16ad02",
    14             "reference": "3dc4421645edb585f1ad9f1e1a382883dc16ad02",
     13            "url": "https://api.github.com/repos/SplashSync/Php-Core/zipball/fb322e6010822f1f977724f5c780f9c7592473f7",
     14            "reference": "fb322e6010822f1f977724f5c780f9c7592473f7",
    1515            "shasum": ""
    1616        },
     
    3838            "squizlabs/php_codesniffer": "^3.2"
    3939        },
    40         "time": "2020-06-29T12:20:13+00:00",
     40        "time": "2020-07-07T22:59:56+00:00",
    4141        "type": "package",
    4242        "installation-source": "dist",
  • splash-connector/trunk/vendor/splash/phpcore/Core/SplashCore.php

    r2336965 r2336989  
    319319        switch (self::configuration()->WsMethod) {
    320320            case 'SOAP':
     321                if (!class_exists("SoapClient")) {
     322                    self::log()->err('Switched NuSOAP PHP Librarie because Php Soap Ext. is Missing.');
     323                    self::core()->com = new \Splash\Components\NuSOAP\NuSOAPInterface();
     324
     325                    break;
     326                }
    321327                self::log()->deb('Selected SOAP PHP Protocol for Communication');
    322328                self::core()->com = new \Splash\Components\SOAP\SOAPInterface();
Note: See TracChangeset for help on using the changeset viewer.