Re: PHP 5.8 -> Postgres on Win2003 - Mailing list pgsql-php

From Chris
Subject Re: PHP 5.8 -> Postgres on Win2003
Date
Msg-id 49779797.30808@gmail.com
Whole thread Raw
In response to PHP 5.8 -> Postgres on Win2003  (Raymond O'Donnell <rod@iol.ie>)
Responses Re: PHP 5.8 -> Postgres on Win2003
List pgsql-php
Raymond O'Donnell wrote:
> Hi all,
>
> Is anyone successfully using PHP 5.8 to talk to PostgreSQL on Windows
> Server 2003?
>
> I tried upgrading today from 5.1.4 to 5.8 - I had avoided upgrading for
> a while due to a known bug in the PG extension - but it seems that
> either the extension is still buggy or I'm doing something silly,
> because any call to a pg_* function results in "Call to undefined
> function" messages in the log.

You haven't got the pgsql extension loaded. You'll need to copy your
changes from the 5.1.4 php.ini file to the 5.2.8 php.ini (and restart
the webserver if applicable).

--
Postgresql & php tutorials
http://www.designmagick.com/


pgsql-php by date:

Previous
From: Raymond O'Donnell
Date:
Subject: PHP 5.2.8, was: PHP 5.8 -> Postgres on Win2003
Next
From: Raymond O'Donnell
Date:
Subject: Re: PHP 5.8 -> Postgres on Win2003