RE: PHP 4.3.x

2003-08-14 Thread Gregory Wood
Christian,

1. cd /etc/apt
2. there you will find a file sources.list
3. vi sources.list (or whatever editor you use)
4. add the 'deb' line below.
5. run dselect and search for php4. You will find it is version 4.4.2.3-14

I believe there is more information on the web page if you care to look at
it.

Best of luck.

Greg Wood


-Original Message-
From: Christian Storch [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 12:15 PM
To: [EMAIL PROTECTED]
Subject: RE: PHP 4.3.x


Sorry but I can only see 4.2.3 via browser or apt-get!?

Christian Storch


-Original Message-
From: Gregory Wood [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 2:46 PM
To: Wouter; [EMAIL PROTECTED]
Subject: RE: PHP 4.3.x


The solution that I'm using is a secondary Debian site. To your sources.list
add:

deb http://debian.moolfreet.com ./

Greg Wood


-Original Message-
From: Wouter [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 6:52 AM
To: [EMAIL PROTECTED]
Subject: Re: PHP 4.3.x


On Wed, 6 Aug 2003, Adrian von Bidder wrote:

> Anyobdy here has preliminary packages of a recent PHP version?
Self-compiling
> with all dependencies etc. etc. is somewhat tedious...

check http://www.apt-get.org/

there are a couple.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PHP 4.3.x

2003-08-14 Thread Wouter
On Thu, 7 Aug 2003, Adrian 'Dagurashibanipal' von Bidder wrote:

> Which is really 4:4.2.3-14 and not 4.4.2.3-14 - the '4:' is the epoch part of 
> the Debian package. I was really looking for a 4.3.x package - but I guess 
> I'll just use a statically linked simple deb-make produced 4.3, adapting the 
> debian/rules file from the sid version seems not as trivial as I thought as 
> the php guys seem to have moved things around a bit. (btw,  4:4.2.3-14 is the 
> version in sid right now, so I I wouldn't need a deb line at all...)


as I posted before

check http://www.apt-get.org/ and search for php4

you'll see lots of php4 packages... then one i'm useing is from

deb http://www.cs.uni-magdeburg.de/~aschultz/debian/sid/ ./ 

which has 

php4 4:4.3.2-0as1 (i386)

so far I didn't find any problems besides that register_globals is on in the
config file.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: PHP 4.3.x

2003-08-14 Thread Gregory Wood
The solution that I'm using is a secondary Debian site. To your sources.list
add:

deb http://debian.moolfreet.com ./

Greg Wood


-Original Message-
From: Wouter [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 6:52 AM
To: [EMAIL PROTECTED]
Subject: Re: PHP 4.3.x


On Wed, 6 Aug 2003, Adrian von Bidder wrote:

> Anyobdy here has preliminary packages of a recent PHP version?
Self-compiling
> with all dependencies etc. etc. is somewhat tedious...

check http://www.apt-get.org/

there are a couple.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: PHP 4.3.x

2003-08-14 Thread Christian Storch
Sorry but I can only see 4.2.3 via browser or apt-get!?

Christian Storch


-Original Message-
From: Gregory Wood [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 2:46 PM
To: Wouter; [EMAIL PROTECTED]
Subject: RE: PHP 4.3.x


The solution that I'm using is a secondary Debian site. To your sources.list
add:

deb http://debian.moolfreet.com ./

Greg Wood


-Original Message-
From: Wouter [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 6:52 AM
To: [EMAIL PROTECTED]
Subject: Re: PHP 4.3.x


On Wed, 6 Aug 2003, Adrian von Bidder wrote:

> Anyobdy here has preliminary packages of a recent PHP version?
Self-compiling
> with all dependencies etc. etc. is somewhat tedious...

check http://www.apt-get.org/

there are a couple.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PHP 4.3.x

2003-08-10 Thread Wouter
On Wed, 6 Aug 2003, Adrian von Bidder wrote:

> Anyobdy here has preliminary packages of a recent PHP version? Self-compiling 
> with all dependencies etc. etc. is somewhat tedious...

check http://www.apt-get.org/

there are a couple.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PHP 4.3.x

2003-08-10 Thread Adrian 'Dagurashibanipal' von Bidder
On Thursday 07 August 2003 10:31, Wouter wrote:

> as I posted before
>
> check http://www.apt-get.org/ and search for php4

ok,okok. see it now. When I saw your mail originally, apt-get.org was down, so 
I didn't look myself. And when somebody pointed out the 4.2.x packages, I 
thought oh, well...

anyway, thanks.

greetings
-- vbi


-- 
featured link: http://fortytwo.ch/gpg/intro


pgp0.pgp
Description: signature


Re: PHP 4.3.x

2003-08-07 Thread Adrian 'Dagurashibanipal' von Bidder
On Wednesday 06 August 2003 22:27, Gregory Wood wrote:
> Christian,
>
> 1. cd /etc/apt
> 2. there you will find a file sources.list
> 3. vi sources.list (or whatever editor you use)
> 4. add the 'deb' line below.
> 5. run dselect and search for php4. You will find it is version 4.4.2.3-14

Which is really 4:4.2.3-14 and not 4.4.2.3-14 - the '4:' is the epoch part of 
the Debian package. I was really looking for a 4.3.x package - but I guess 
I'll just use a statically linked simple deb-make produced 4.3, adapting the 
debian/rules file from the sid version seems not as trivial as I thought as 
the php guys seem to have moved things around a bit. (btw,  4:4.2.3-14 is the 
version in sid right now, so I I wouldn't need a deb line at all...)

cheers & thanks anyway
-- vbi

-- 
random link of the day: http://fortytwo.ch/sienapei/ahmeophi


pgp0.pgp
Description: signature


Re: PHP 4.3.x

2003-08-07 Thread Christian Storch
Greg,
thanks a lot, but 4:4.2.3-14 is exactly the same version (unstable) as on official 
debian sites
- and that's PHP 4.2.3.
At the moment I hope as Adrian did I think for 4.3.X...

Christian

- Original Message - 
From: "Gregory Wood" <[EMAIL PROTECTED]>
To: "Christian Storch" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 10:27 PM
Subject: RE: PHP 4.3.x


> Christian,
> 
> 1. cd /etc/apt
> 2. there you will find a file sources.list
> 3. vi sources.list (or whatever editor you use)
> 4. add the 'deb' line below.
> 5. run dselect and search for php4. You will find it is version 4.4.2.3-14
> 
> I believe there is more information on the web page if you care to look at
> it.
> 
> Best of luck.
> 
> Greg Wood
> 
> 
> -Original Message-
> From: Christian Storch [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 06, 2003 12:15 PM
> To: [EMAIL PROTECTED]
> Subject: RE: PHP 4.3.x
> 
> 
> Sorry but I can only see 4.2.3 via browser or apt-get!?
> 
> Christian Storch
> 
> 
> -Original Message-----
> From: Gregory Wood [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 06, 2003 2:46 PM
> To: Wouter; [EMAIL PROTECTED]
> Subject: RE: PHP 4.3.x
> 
> 
> The solution that I'm using is a secondary Debian site. To your sources.list
> add:
> 
> deb http://debian.moolfreet.com ./
> 
> Greg Wood
> 
> 
> -Original Message-
> From: Wouter [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 06, 2003 6:52 AM
> To: [EMAIL PROTECTED]
> Subject: Re: PHP 4.3.x
> 
> 
> On Wed, 6 Aug 2003, Adrian von Bidder wrote:
> 
> > Anyobdy here has preliminary packages of a recent PHP version?
> Self-compiling
> > with all dependencies etc. etc. is somewhat tedious...
> 
> check http://www.apt-get.org/
> 
> there are a couple.
> 
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PHP 4.3.x

2003-08-06 Thread Alejandro Vartabedian
hello,
i was looking for the same deb's but i think we will end compiling 
updated versions :-|
it's no so bad... if we have the time...
one of those days i will post my own updated php deb's for all of us.
good luck...

Christian Storch wrote:

Greg,
thanks a lot, but 4:4.2.3-14 is exactly the same version (unstable) as on official 
debian sites
- and that's PHP 4.2.3.
At the moment I hope as Adrian did I think for 4.3.X...
Christian

- Original Message - 
From: "Gregory Wood" <[EMAIL PROTECTED]>
To: "Christian Storch" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 10:27 PM
Subject: RE: PHP 4.3.x

 

Christian,

1. cd /etc/apt
2. there you will find a file sources.list
3. vi sources.list (or whatever editor you use)
4. add the 'deb' line below.
5. run dselect and search for php4. You will find it is version 4.4.2.3-14
I believe there is more information on the web page if you care to look at
it.
Best of luck.

Greg Wood

-Original Message-
From: Christian Storch [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 12:15 PM
To: [EMAIL PROTECTED]
Subject: RE: PHP 4.3.x
Sorry but I can only see 4.2.3 via browser or apt-get!?

Christian Storch

-Original Message-
From: Gregory Wood [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 2:46 PM
To: Wouter; [EMAIL PROTECTED]
Subject: RE: PHP 4.3.x
The solution that I'm using is a secondary Debian site. To your sources.list
add:
deb http://debian.moolfreet.com ./

Greg Wood

-Original Message-
From: Wouter [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 6:52 AM
To: [EMAIL PROTECTED]
Subject: Re: PHP 4.3.x
On Wed, 6 Aug 2003, Adrian von Bidder wrote:

   

Anyobdy here has preliminary packages of a recent PHP version?
 

Self-compiling
   

with all dependencies etc. etc. is somewhat tedious...
 

check http://www.apt-get.org/

there are a couple.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
   



 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]