Skip to content

Tag: postgresql

How can I set the database time zone for a query?

I am working on two systems which access the same PostgreSQL database: a Windows exe app, and a Code Igniter PHP web app Both systems output basically the same stuff. One issue I’m having currently is that I need to produce a report of data which is specific to a “location” which is in a dif…

PHP postgres enable ssl support

Sorry to get back to you for a question that has been asked many years ago. But I am really stuck with this. I have a legacy application which is very old, running PHP 5.2.17. I followed this guide to setup my docker container https://andrewscaya.net/blog/bringing-php-52-back-life I have everything setup corr…

Connecting to PGSQL over SSL via Red Bean PHP

This a pdo method, i need configure red bean connection for ssl pgsql connection Answer You definitely need to write the full path to certificates and keys, otherwise nothing will work. sslmode=verify-ca; better use sslmode=verify-full

symfony CLI, how to open ports on mac? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 11 months ago. Improve this question I’m trying out Symfony for the first time, so I installed all the stuff required to …