Re: PostgreSQl, PHP and IIS

2018-09-24 Thread rob stone
Hi On Mon, 2018-09-24 at 10:46 +0100, Mark Williams wrote: > 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 > > I'm not a Windows user and no little about setting up Postgres using IIS, but you

RE: PostgreSQl, PHP and IIS

2018-09-24 Thread Mark Williams
-mail.org Subject: Re: PostgreSQl, PHP and IIS On 9/23/18 3:54 AM, Mark Williams wrote: > Thanks for the suggestions. > > I don't think there is any dependencies in the lib folder, but added it > anyway and it made no difference. > > I tried "Process Explorer" (having

Re: PostgreSQl, PHP and IIS

2018-09-23 Thread Adrian Klaver
n-us/iis/application-frameworks/install-and-configure-php-on-iis/install-and-configure-php Cheers, Mark __ -Original Message- From: Adrian Klaver Sent: 22 September 2018 16:45 To: Mark Williams ; pgsql-general@lists.postgresql.org Subject: Re: PostgreSQl, PHP and IIS On 9/22/18 3:06 AM,

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

Re: PostgreSQl, PHP and IIS

2018-09-22 Thread Adrian Klaver
21 September 2018 23:02 To: Mark Williams ; pgsql-general@lists.postgresql.org Subject: Re: PostgreSQl, PHP and IIS On 9/21/18 10:35 AM, Mark Williams wrote: 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 abl

Re: PostgreSQl, PHP and IIS

2018-09-22 Thread Daniel Verite
Mark Williams wrote: > Can anyone please shed any light on what more I need to do? Overall, what you did looks good. I've never used IIS, but when faced with similar problems with Apache, ProcessExplorer [1] has been quite effective to figure out which dependent DDLs were missing, where

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

Re: PostgreSQl, PHP and IIS

2018-09-21 Thread Adrian Klaver
On 9/21/18 10:35 AM, Mark Williams wrote: 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