Error with PHP 8
Opened this issue · 4 comments
TKLCZ commented
QNET17 commented
+1
amirhamza05 commented
Same problem.
keizo3 commented
+1
nekromoff commented
See this solution that works:
- Install PHP7.4 along any v8+
- Add/edit path: "php_path": "/usr/bin/php7.4", // Path for PHP executable, e.g. "/usr/lib/php" or "C:/Program Files/PHP/php.exe". If empty, uses command "php" from system environments` in the package user settings
You might need to change executable path for php_fmt as well:
nanch/phpfmt_stable#77