Re: PHP

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: "Julio Cuz, Jr(dot)" <jcuz(at)rccd(dot)cc(dot)ca(dot)us>
Cc: <pgsql-php(at)postgresql(dot)org>
Subject: Re: PHP
Date: 2002-08-14 23:04:27
Message-ID: Pine.LNX.4.33.0208141702500.20277-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Wed, 14 Aug 2002, Julio Cuz, Jr. wrote:

> Hi--
>
> I'm currently running 4.0.4pl1 on RedHat 7.0 and I want to upgrade to PHP
> 4.2.2....is there anything special I have to do BEFORE or AFTER the
> install? Or is it just a straight re-install of PHP on top of the current
> Version? THANKS!

No special things to do. One issue you might notice is that global http
vars are turned off by default (you know, the ones that show up at the end
of a get url like: http://myserver/script.php?var1=hello) and if you have
scripts using them you may need to turn that on in the
/usr/local/lib/php.ini file.

Also, some common function names for postgresql have been deprecated, so
you may need to edit all your pg_* functions in all your scripts. A
global search and replace utility can handle that.

In response to

  • PHP at 2002-08-14 19:45:30 from Julio Cuz, Jr.

Browse pgsql-php by date

  From Date Subject
Next Message Brian Moon 2002-08-16 04:37:09 PostgreSQL guru needed for Phorum.
Previous Message Chris 2002-08-14 22:56:43 Re: PHP