Re: converting from php3 to php4

From: Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar>
To: roy cabaniss <rcabaniss(at)austin(dot)rr(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: converting from php3 to php4
Date: 2001-04-09 08:37:13
Message-ID: 01040911371304.24553@bugs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mié 04 Abr 2001 15:31, roy cabaniss wrote:
> I am in the process of converting from php3 to php4 and at the same time
> going from mysql to postgres.
>
> All the relevent files reside in
>
> ../foo/bar
>
> And the vast majority are in the form *.php3 with internal references to
> other webpages which (of course) are also in the form *.php3.
>
> What I need is something that can go into that particular sub directory and
> find every instance of php3 and make it php, both as a part of a file name
> and internally in the file.

Why don't you just add in the add-type of php a .php3. Like this:

AddType application/x-httpd-php .php .php3

Saludos... :-)

--
El mejor sistema operativo es aquel que te da de comer.
Cuida tu dieta.
-----------------------------------------------------------------
Martin Marques | mmarques(at)unl(dot)edu(dot)ar
Programador, Administrador | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sander Steffann 2001-04-09 11:28:13 Re: quota's ?
Previous Message Martín Marqués 2001-04-09 08:33:26 Re: The dreaded readline, again