port over what exists from the old pgsql driver

This commit is contained in:
Matthew Bucci
2023-11-09 19:53:49 -08:00
parent 0761849977
commit eb3a4c1711
2 changed files with 1092 additions and 336 deletions

View File

@@ -28,12 +28,6 @@ if(!defined('PG4WP_ROOT')) {
define('PG4WP_LOG_ERRORS', true);
}
if (!defined('PG4WP_INSECURE')) {
// If you want to allow insecure configuration (from the author point of view) to work with PG4WP,
// change this to true
define('PG4WP_INSECURE', false);
}
// This defines the directory where PG4WP files are loaded from
// 3 places checked : wp-content, wp-content/plugins and the base directory
if(file_exists(ABSPATH . 'wp-content/pg4wp')) {

File diff suppressed because it is too large Load Diff