From 8f71fe74bfd5096bb712a4f5f055c23d135d0328 Mon Sep 17 00:00:00 2001 From: Mark Rigby-Jones Date: Thu, 17 Dec 2020 11:45:39 +0000 Subject: [PATCH 1/5] 8.0 compatibility --- src/nusoap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nusoap.php b/src/nusoap.php index ac5ba94..845e1ac 100644 --- a/src/nusoap.php +++ b/src/nusoap.php @@ -2680,7 +2680,7 @@ function send($data, $timeout = 0, $response_timeout = 30, $cookies = null) * @access public * @deprecated */ - function sendHTTPS($data, $timeout = 0, $response_timeout = 30, $cookies) + function sendHTTPS($data, $timeout = 0, $response_timeout = 30, $cookies = NULL) { return $this->send($data, $timeout, $response_timeout, $cookies); } From 7650f383d3c1268a2ef121fbdb2d60666eb43215 Mon Sep 17 00:00:00 2001 From: Mark Rigby-Jones Date: Thu, 17 Dec 2020 11:46:23 +0000 Subject: [PATCH 2/5] Composer: replace abandoned php-parallel-lint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b19b658..a990e24 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": ">=5.4" }, "require-dev": { - "jakub-onderka/php-parallel-lint": "~1.0.0" + "php-parallel-lint/php-parallel-lint": "~1.2.0" }, "autoload": { "classmap": ["src/"] From 65a4634615370d71ebfdf8a4069cb80576c7d683 Mon Sep 17 00:00:00 2001 From: Mark Rigby-Jones Date: Thu, 17 Dec 2020 11:49:28 +0000 Subject: [PATCH 3/5] CI: Added PHP 8.0 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 14fc260..76bf02b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - 7.2 - 7.3 - 7.4 + - 8.0 before_install: # turn off XDebug From 526ed6b35bc3fc142ce8269aa390a0e39d0f8d3f Mon Sep 17 00:00:00 2001 From: Mark Rigby-Jones Date: Thu, 17 Dec 2020 11:49:43 +0000 Subject: [PATCH 4/5] Composer: update description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a990e24..d9afd1b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "econea/nusoap", "type": "library", - "description": "Fixed NuSOAP for PHP 5.4 - 7.4", + "description": "Fixed NuSOAP for PHP 5.4 - 8.0", "keywords": ["soap","nusoap","php","http","xml","transport","client"], "license": "LGPL-2.0-only", "homepage": "https://github.com/pwnlabs/nusoap", From ccec1c21e05d81ae91b120546fb4ae79ccea06d3 Mon Sep 17 00:00:00 2001 From: Mark Rigby-Jones Date: Thu, 17 Dec 2020 11:50:02 +0000 Subject: [PATCH 5/5] Readme: update versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0fb05d..f2793aa 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a ## Info -- Supported PHP: [5.4 - 7.4](https://travis-ci.org/pwnlabs/nusoap) +- Supported PHP: [5.4 - 8.0](https://travis-ci.org/pwnlabs/nusoap) - Latest version: [0.9.10](https://github.com/pwnlabs/nusoap/releases/tag/v0.9.10) - Dev version: [develop](https://github.com/pwnlabs/nusoap/tree/develop) - Official project: https://sourceforge.net/projects/nusoap/