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
When running a default install of pice on xampp with php 8 I get this error:
Fatal error: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in C:\portable\XAMPP\xampp\htdocs\pico\vendor\twig\twig\lib\Twig\Node.php on line 42
Now in version 7 this Unparenthesized stuff was named 'depreceated' already, so the current pico will not run on php 8. I suppose
The text was updated successfully, but these errors were encountered:
Please try Pico v3.0.0-alpha.2. There are no functional changes in comparison to stable v2.1.4 besides updated dependencies (which come with some, but rather small functional changes). This version is safe to use in production due to the very limited changeset, specifically aiming for Pico to support PHP 8.0+.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two days if no further activity occurs. Thank you for your contributions! 👍
When running a default install of pice on xampp with php 8 I get this error:
Fatal error: Unparenthesized
a ? b : c ? d : e
is not supported. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
in C:\portable\XAMPP\xampp\htdocs\pico\vendor\twig\twig\lib\Twig\Node.php on line 42Now in version 7 this Unparenthesized stuff was named 'depreceated' already, so the current pico will not run on php 8. I suppose
The text was updated successfully, but these errors were encountered: