Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array and string offset access syntax with curly braces is no longer supported in PHP 8.0 #13

Open
JackNoire opened this issue Jan 5, 2022 · 1 comment

Comments

@JackNoire
Copy link

PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/html/wivet/functions.php on line 52

$string .= $chars{$pos};

$string .= $chars[$pos]; may fix the problem.

@bedirhan
Copy link
Owner

bedirhan commented Jan 6, 2022

Hi Jack,
Thanks for the issue. I don't maintain this repo anymore, though. Thanks anyway, appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants