Add PDO PostgreSQL (PDO_PGSQL) to EasyApache
Open Discussion
EasyApache should support configuring PHP with the PostgreSQL driver for PDO as well. It makes no sense to support native PostgreSQL functions but not PDO PostgreSQL functions, especially when you already have MySQL support for PDO.
This isn't planned at all right now, but if there is enough community support we would definitely consider it for EasyApache 4. Thanks, Brett, for your feedback here, too!
This isn't planned at all right now, but if there is enough community support we would definitely consider it for EasyApache 4. Thanks, Brett, for your feedback here, too!
Yes, please. I got it running by download (not install) with PECL and then configuring with --with-pdo-pgsql=shared switch, making and making install.
Yes, please. I got it running by download (not install) with PECL and then configuring with --with-pdo-pgsql=shared switch, making and making install.
This isn't planned at all right now, but if there is enough community support we would definitely consider it for EasyApache 4. Thanks, Brett, for your feedback here, too!
This isn't planned at all right now, but if there is enough community support we would definitely consider it for EasyApache 4. Thanks, Brett, for your feedback here, too!
You can install it from your WHM also. Please follow the steps mentioned below:
WHM: Main >> Software >> Module Installers >> PHP Pecl >> PDO_PGSQL
You can install it from your WHM also. Please follow the steps mentioned below:
WHM: Main >> Software >> Module Installers >> PHP Pecl >> PDO_PGSQL
This gets PDO and works, but to get PSQl itself you have to install outside WHM since WHM only handles a earlier version (9.2) and current version is 9.5 which has many improvements, security updates and fixes. If you install 9.5 via yum and then try and use WHM to manage it nothing works.
This gets PDO and works, but to get PSQl itself you have to install outside WHM since WHM only handles a earlier version (9.2) and current version is 9.5 which has many improvements, security updates and fixes. If you install 9.5 via yum and then try and use WHM to manage it nothing works.
Replies have been locked on this page!