You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have got PHP Parse error: syntax error, unexpected namespaced name "instanceof\Closure" in /home/user/Downloads/leproxy-0.2.2.php on line 160 error when running leproxy-0.2.2.php file with PHP.
I downloaded this file from GitHub release page.
$ php -v
PHP 8.1.9 (cli) (built: Aug 15 2022 09:39:52) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.9, Copyright (c) Zend Technologies
with Zend OPcache v8.1.9, Copyright (c), by Zend Technologies
with Xdebug v3.1.2, Copyright (c) 2002-2021, by Derick Rethans
Thanks
The text was updated successfully, but these errors were encountered:
gtgt
added a commit
to gtgt/leproxy
that referenced
this issue
Jul 13, 2023
I also ran some tests and it seems like we need to do some adjustments in order to make this project compatible with PHP 8.1+. We also have to do a bunch of test suite improvements, as we're currently using an old PHPUnit version to run the tests on latest PHP. I opened a ticket (#90) for this so we can track the progress status to support the latest PHP versions.
Hi,
I have got
PHP Parse error: syntax error, unexpected namespaced name "instanceof\Closure" in /home/user/Downloads/leproxy-0.2.2.php on line 160
error when runningleproxy-0.2.2.php
file with PHP.I downloaded this file from GitHub release page.
Thanks
The text was updated successfully, but these errors were encountered: