Skip to main content

Easyapache pgsql php module without install postgresql

Comments

4 comments

  • cPanelMichael
    So, what will be the correct way to use pg functions on php without manually modify files?

    Hello :) I believe the following document should help: PHP: pg_connect - Manual Thank you.
    0
  • alfa ex
    Hello :) I believe the following document should help: PHP: pg_connect - Manual Thank you.

    I think you misunderstood me. easy apache won't let me compile php with postgres module if there are no postgres server on the same machine.
    0
  • cPanelMichael
    Have you tried installing it via Pecl? EX:
    pecl install pdo_pgsql
    Thank you.
    0
  • alfa ex
    Have you tried installing it via Pecl? EX:
    pecl install pdo_pgsql
    Thank you.

    No, when i was searching on google I didn't found nothing about that. I will test this option. Thank you.
    0

Please sign in to leave a comment.