RE: PostgreSQl, PHP and IIS

2018-09-24 Thread Mark Williams
Hi thanks, Sadly PHP and IIS isn't the issue. It’s when you bring Postgres into the fold that I am getting a problem. But thanks. Mark __ -Original Message- From: Adrian Klaver Sent: 23 September 2018 15:36 To: Mark Williams ; pgsql-general@lists.postgresql.org; dan...@manitou

RE: PostgreSQl, PHP and IIS

2018-09-22 Thread Mark Williams
"Fatal error: Call to undefined function pg_connect". Obviously, that is to be expected if pgsql module is not loading. __ -Original Message- From: Adrian Klaver Sent: 21 September 2018 23:02 To: Mark Williams ; pgsql-general@lists.postgresql.org Subject: Re: PostgreSQl, P

PostgreSQl, PHP and IIS

2018-09-21 Thread Mark Williams
I have PHP v7.2.7 and PostgreSQL v10 with Windows IIS. I am trying to get this to work following any advice I have been able to find on the web, but with no success. My configuration so far is as below. PHP.ini extension list includes both php_pdo_pgsql.dll and php_pgsql.dll. Both

RE: PostgreSQl, PHP and IIS

2018-09-23 Thread Mark Williams
2018 16:45 To: Mark Williams ; pgsql-general@lists.postgresql.org Subject: Re: PostgreSQl, PHP and IIS On 9/22/18 3:06 AM, Mark Williams wrote: > "Fatal error: Call to undefined function pg_connect". > > Obviously, that is to be expected if pgsql module is not loading. Went ba