Kong / unirest-php

Unirest in PHP: Simplified, lightweight HTTP client library.
http://unirest.io/php
MIT License
1.28k stars 328 forks source link

Warning when use not default port #160

Open mikealexinfo opened 1 year ago

mikealexinfo commented 1 year ago

https://github.com/Kong/unirest-php/blob/14aa9aa6919e4b70c59cd20722ac113c0ffeb45b/src/Unirest/Request.php#L558

http://joxi.ru/v29vyMpHjwxM9A - warning $port is not array

We have use php8.1

mauzilla commented 9 months ago

Got the same error, I take it the package has been abandoned as this error will reoccur on all non-standard port calls using PHP 8?