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

Bad string interpolation syntax in Medoo.php #1074

Closed
greg1lutz opened this issue Jan 18, 2023 · 2 comments
Closed

Bad string interpolation syntax in Medoo.php #1074

greg1lutz opened this issue Jan 18, 2023 · 2 comments

Comments

@greg1lutz
Copy link

Lines 870 and 1321 of Medoo.php, ver 2.1.7, use the wrong string interpolation syntax: " ... ${var} ... " rather than " ... {$var} ... ". As of php 8.2, this syntax is deprecated, and produces messages to that effect when the code is executed.

@jadeops
Copy link

jadeops commented Jan 20, 2023

This was fixed recently #1072

@catfan Please tag a new release.

@catfan
Copy link
Owner

catfan commented Jan 20, 2023

v2.1.8 was released with the fix. https://github.com/catfan/Medoo/releases/tag/v2.1.8

@catfan catfan closed this as completed Jan 20, 2023
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

3 participants