Skip to content

Feature/main/8099 drop deprecated mysql driver #321

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/FAQ
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ A: This may indicate that your server does not have the selected PHP database
extension does not appear to be loaded in brackets (e.g., "[MySQL]").

Most Linux distributions offer a separate package that can be installed for
each supported PHP database module -- e.g. php-mysql (for MySQL support), or
each supported PHP database module -- e.g. php-mysqli (for MySQL support), or
php-pgsql (for PostgreSQL support).

Note also that even with the module installed it may be necessary to modify
your php.ini configuration to load the module, by adding "extension=mysql.so"
your php.ini configuration to load the module, by adding "extension=mysqli.so"
or "extension=pgsql.so", for example.


Expand Down
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 347 files