The deprecation indicates the feature in question may be removed in the future. Show activity on this post. The depreciated functions still exist however you get the warning, meaning that such functions will not be available in future.
PHP 7 "The ASP tags <%, %>, <%=" are deprecated.
Since these have been implicitly enforced since PHP 5.2. 1, PHP 7.3 deprecated their usage as they are redundant.
As mentioned in the error, the official manual and the comments:
Replace
public function TSStatus($host, $queryPort)
with
public function __construct($host, $queryPort)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With