diff --git a/docs/FAQ b/docs/FAQ index 4e3fe1b9b7..139de72f70 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -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. diff --git a/lib/pkp b/lib/pkp index b376a074f1..2531c028ee 160000 --- a/lib/pkp +++ b/lib/pkp @@ -1 +1 @@ -Subproject commit b376a074f127e39b737c07787e1ccbf9cfc053ca +Subproject commit 2531c028ee1ee50c4b72fca8720c9dd267c9cc75