Re: php - Mailing list pgsql-general

From Ben-Nes Michael
Subject Re: php
Date
Msg-id 007401c25321$92a4df60$aa0f5ac2@canaan.co.il
Whole thread Raw
In response to Re: php  ("Warren Massengill" <warrenmassengill@hotmail.com>)
List pgsql-general
You have two options:

1. Using the binaries that come with your dist

for example the core php file for redhat will be installed like this:
rpm -ivh php-4.1.2-7.i386.rpm
or debian - when connected to the net
apt-get install php4

2. compile from source ( my prefered way - the harder way for newbies )

tar xzvf php-some-ver.tar.gz
./configure --some_options
make
make install

> >
> >http://us.php.net/downloads.php
> >
>
> We do not distribute UNIX/Linux binaries. Most Linux distributions come
with
> PHP these days, so if you do not want to compile your own, go to your
> distribution's download site. Binaries available on external servers:
>
> If I download something that ends with tar.qz, will gnuzip work on it?
>
> Thanks,
> Warren
>
>
> >From: Ericson Smith <eric@did-it.com>
> >To: Warren Massengill <warrenmassengill@hotmail.com>
> >CC: pgsql-general@postgresql.org
> >Subject: Re: [GENERAL] php
> >Date: 02 Sep 2002 10:02:24 -0400
> >
> >http://us.php.net/downloads.php
> >
> >You're welcome
> >- Ericson
> >
> >On Mon, 2002-09-02 at 09:58, Warren Massengill wrote:
> > > Does anyone know where I can download php?
> > >
> > > Php.net does not have linux version for download. They referred me to
> >the
> > > linux distribution. The Red Hat site (if they have it) has php hidden
> >pretty
> > > well. The Apache foundation lists perl, etc... , but no php.
> > >
> > > Thanks,
> > > Warren
> > >
> > >
> > >
> > >
> > > _________________________________________________________________
> > > MSN Photos is the easiest way to share and print your photos:
> > > http://photos.msn.com/support/worldwide.aspx
> > >
> > >
> > > ---------------------------(end of
broadcast)---------------------------
> > > TIP 3: if posting/reading through Usenet, please send an appropriate
> > > subscribe-nomail command to majordomo@postgresql.org so that your
> > > message can get through to the mailing list cleanly
> >
> >
> >
> >---------------------------(end of broadcast)---------------------------
> >TIP 4: Don't 'kill -9' the postmaster
>
>
>
>
> _________________________________________________________________
> Join the world’s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: parameterized views?
Next
From: Jenia
Date:
Subject: User-Defined functions