Changeset 2336989
- Timestamp:
- 07/07/2020 11:06:03 PM (6 years ago)
- Location:
- splash-connector/trunk/vendor
- Files:
-
- 2 edited
-
composer/installed.json (modified) (2 diffs)
-
splash/phpcore/Core/SplashCore.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
splash-connector/trunk/vendor/composer/installed.json
r2336965 r2336989 7 7 "type": "git", 8 8 "url": "https://github.com/SplashSync/Php-Core.git", 9 "reference": " 3dc4421645edb585f1ad9f1e1a382883dc16ad02"9 "reference": "fb322e6010822f1f977724f5c780f9c7592473f7" 10 10 }, 11 11 "dist": { 12 12 "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", 15 15 "shasum": "" 16 16 }, … … 38 38 "squizlabs/php_codesniffer": "^3.2" 39 39 }, 40 "time": "2020-0 6-29T12:20:13+00:00",40 "time": "2020-07-07T22:59:56+00:00", 41 41 "type": "package", 42 42 "installation-source": "dist", -
splash-connector/trunk/vendor/splash/phpcore/Core/SplashCore.php
r2336965 r2336989 319 319 switch (self::configuration()->WsMethod) { 320 320 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 } 321 327 self::log()->deb('Selected SOAP PHP Protocol for Communication'); 322 328 self::core()->com = new \Splash\Components\SOAP\SOAPInterface();
Note: See TracChangeset
for help on using the changeset viewer.