Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: PHP 5.8 -> Postgres on Win2003


  • From: Chris <dmagick(at)gmail(dot)com>
  • To: Raymond O'Donnell <rod(at)iol(dot)ie>
  • Cc: PostgreSQLPHP <pgsql-php(at)postgresql(dot)org>
  • Subject: Re: PHP 5.8 -> Postgres on Win2003
  • Date: Thu, 22 Jan 2009 08:45:59 +1100
  • Message-id: <49779797.30808@gmail.com> <text/plain>

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/




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group