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

Replace legacy mysql_ functions with PDO #6

Open
Markkaz opened this issue Jul 7, 2021 · 0 comments
Open

Replace legacy mysql_ functions with PDO #6

Markkaz opened this issue Jul 7, 2021 · 0 comments
Assignees
Labels

Comments

@Markkaz
Copy link
Owner

Markkaz commented Jul 7, 2021

PHP 5.6 deprecated the use of mysql_* functions. From PHP 7 onwards the mysql_* module isn't avaliable anymore in PHP.
Recommended to replace it with PDO or mysqli_*

@Markkaz Markkaz added the Legacy label Jul 12, 2021
@Markkaz Markkaz self-assigned this Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant