Re: [PHP] PHP5 or PHP4 this is the question

2007-06-10 Thread Larry Garfield
On Saturday 09 June 2007, Robert Cummings wrote: On Sat, 2007-06-09 at 19:18 -0500, Larry Garfield wrote: You should get a new server that supports PHP 5.2.1. PHP 4 is dead. Must be a zombie then because I see it running almost EVERYWHERE. Yep, it is. PHP 4 is trying to eat your brains.

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-10 Thread Tijnema
On 6/10/07, Larry Garfield [EMAIL PROTECTED] wrote: On Saturday 09 June 2007, Robert Cummings wrote: On Sat, 2007-06-09 at 19:18 -0500, Larry Garfield wrote: You should get a new server that supports PHP 5.2.1. PHP 4 is dead. Must be a zombie then because I see it running almost

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-10 Thread Robert Cummings
On Sun, 2007-06-10 at 11:01 -0500, Larry Garfield wrote: On Saturday 09 June 2007, Robert Cummings wrote: On Sat, 2007-06-09 at 19:18 -0500, Larry Garfield wrote: You should get a new server that supports PHP 5.2.1. PHP 4 is dead. Must be a zombie then because I see it running almost

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-10 Thread tedd
At 10:05 PM -0400 6/9/07, Robert Cummings wrote: On Sat, 2007-06-09 at 19:18 -0500, Larry Garfield wrote: You should get a new server that supports PHP 5.2.1. PHP 4 is dead. Must be a zombie then because I see it running almost EVERYWHERE. Cheers, Rob. Rob: You raise an excellent and

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-10 Thread Larry Garfield
On Sunday 10 June 2007, tedd wrote: At 10:05 PM -0400 6/9/07, Robert Cummings wrote: On Sat, 2007-06-09 at 19:18 -0500, Larry Garfield wrote: You should get a new server that supports PHP 5.2.1. PHP 4 is dead. Must be a zombie then because I see it running almost EVERYWHERE. Cheers,

[PHP] PHP5 or PHP4 this is the question

2007-06-09 Thread elk dolk
Hi all, After designing and testing my web pages in PHP 5.2.1 I learned that our web server has PHP 4.4.1 and I have to rollback to version 4 ! . There is no OO implementation like classes or objects in my scripts but every page has some queries the question is : will my scripts

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-09 Thread Robert Cummings
On Sat, 2007-06-09 at 11:59 -0700, elk dolk wrote: Hi all, After designing and testing my web pages in PHP 5.2.1 I learned that our web server has PHP 4.4.1 and I have to rollback to version 4 ! . There is no OO implementation like classes or objects in my scripts but every

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-09 Thread Richard Lynch
On Sat, June 9, 2007 1:59 pm, elk dolk wrote: After designing and testing my web pages in PHP 5.2.1 I learned that our web server has PHP 4.4.1 and I have to rollback to version 4 ! . There is no OO implementation like classes or objects in my scripts but every page has some

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-09 Thread Tijnema
On 6/9/07, elk dolk [EMAIL PROTECTED] wrote: Hi all, After designing and testing my web pages in PHP 5.2.1 I learned that our web server has PHP 4.4.1 and I have to rollback to version 4 ! . There is no OO implementation like classes or objects in my scripts but every page has

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-09 Thread tedd
At 3:27 PM -0400 6/9/07, Robert Cummings wrote: On Sat, 2007-06-09 at 11:59 -0700, elk dolk wrote: Hi all, After designing and testing my web pages in PHP 5.2.1 I learned that our web server has PHP 4.4.1 and I have to rollback to version 4 ! . There is no OO implementation

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-09 Thread Larry Garfield
You should get a new server that supports PHP 5.2.1. PHP 4 is dead. It hasn't had a non-security/bug release in years. PHP 5 is 3 years old. The one and only reason to care about PHP 4 at this point is if you're writing something that has to run on any possible cheap shared web host, and

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-09 Thread Robert Cummings
On Sat, 2007-06-09 at 18:10 -0400, tedd wrote: At 3:27 PM -0400 6/9/07, Robert Cummings wrote: On Sat, 2007-06-09 at 11:59 -0700, elk dolk wrote: Hi all, After designing and testing my web pages in PHP 5.2.1 I learned that our web server has PHP 4.4.1 and I have to rollback

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-09 Thread Robert Cummings
On Sat, 2007-06-09 at 19:18 -0500, Larry Garfield wrote: You should get a new server that supports PHP 5.2.1. PHP 4 is dead. Must be a zombie then because I see it running almost EVERYWHERE. Cheers, Rob. -- .. | InterJinn Application

Re: [PHP] php5 and php4?

2004-09-21 Thread Zeev Suraski
At 08:29 21/09/2004, Minuk Choi wrote: I've been meaning to ask this... but I always thought I could find the answer online(I didn't). Back when PHP 5.0.1 was released, PHP 4.something else was released. What was the main reasoning behind this move? Is it because PHP5 is more OOP(similar to

Re: [PHP] php5 and php4?

2004-09-21 Thread Minuk Choi
: Tuesday, September 21, 2004 1:45 AM Subject: Re: [PHP] php5 and php4? On Tue, 21 Sep 2004 01:29:06 -0400, Minuk Choi [EMAIL PROTECTED] wrote: I've been meaning to ask this... but I always thought I could find the answer online(I didn't). Back when PHP 5.0.1 was released, PHP 4.something else

Re: [PHP] php5 and php4?

2004-09-21 Thread Matthew Weier O'Phinney
* Minuk Choi [EMAIL PROTECTED]: But then, don't you run the risk of having 2 different architectures, that is, PHP5(possibly PHP6) and PHP 4.something may evolve down to include different features or even different behaviors? PHP4 is in *maintenance* mode -- that means no new features. PHP5

Re: [PHP] php5 and php4?

2004-09-21 Thread Minuk Choi
Oh, I see. Thanks for clarifying. - Original Message - From: Matthew Weier O'Phinney [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 4:05 PM Subject: Re: [PHP] php5 and php4? * Minuk Choi [EMAIL PROTECTED]: But then, don't you run the risk of having 2

[PHP] php5 and php4?

2004-09-20 Thread Minuk Choi
I've been meaning to ask this... but I always thought I could find the answer online(I didn't). Back when PHP 5.0.1 was released, PHP 4.something else was released. What was the main reasoning behind this move? Is it because PHP5 is more OOP(similar to java)?

Re: [PHP] php5 and php4?

2004-09-20 Thread Thomas Goyne
On Tue, 21 Sep 2004 01:29:06 -0400, Minuk Choi [EMAIL PROTECTED] wrote: I've been meaning to ask this... but I always thought I could find the answer online(I didn't). Back when PHP 5.0.1 was released, PHP 4.something else was released. What was the main reasoning behind this move? Is it

[PHP] PHP5 and PHP4 on Same Machine

2003-07-11 Thread Michael Smith
Hi, Just thought I'd let everyone know: you can run php5 and php4 on the same machine (--with-apxs for example) but, I don't know if you can AddType application/x-httpd-php4 .php4 .php AddType application/x-httpd-php5 .php5 or not... Is that possible? I know you can load both modules, but