Version 2.2 260725 PHP 8.5 -> curl_close is deprecated

This commit is contained in:
2026-07-25 07:31:19 +02:00
parent 478d39bd50
commit 33420a6648

View File

@@ -14,10 +14,12 @@
Version 2.0 250406 Update auf neue API
Version 2.1 250406 get_asset, set_asset, set_assetStatus eingebaut
Version 2.2 260725 PHP 8.5 -> curl_close is deprecated
*/
class steinAPPConnect{
private $VERSION = '2.1';
private $VERSION = '2.2';
private $MACHINENAME = 'default';
private $ServerURL = 'https://stein.app';
private $APIURL = '/api/api/ext';
@@ -41,7 +43,7 @@ class steinAPPConnect{
}
function __destruct() {
curl_close($this->cURL);
//curl_close($this->cURL);
}
function request($_url,$_data,$_request='',$_covertFromJson=true){