Re: [PHP] Re: Are PHP5 features worth it?

2006-12-21 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-12-21 03:33:36 +0100: On Wednesday 20 December 2006 13:37, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2006-12-19 19:05:23 +0100: What major compelling reasons do I have to start using exceptions and OOP-5? What about performance? Did you measure the

Re: [PHP] Re: Are PHP5 features worth it?

2006-12-20 Thread Tony Marston
Larry Garfield [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Tuesday 19 December 2006 19:24, Tony Marston wrote: I have written a large application which uses the OO features of PHP 4, and the same code runs untouched with PHP 5. There is no advantage in making use of some

[PHP] RE: Are PHP5 features worth it?

2006-12-20 Thread Niels
Hi, On Wednesday 20 December 2006 19:47, Ray Hauge wrote: I think all this talk goes to show you that the differences between PHP4 and PHP5 are somewhat personal at this point in the game. Some people like the better OOP features of PHP5, some people think PHP5 is faster, some people like

Re: [PHP] RE: Are PHP5 features worth it?

2006-12-20 Thread Jochem Maas
Niels wrote: Hi, On Wednesday 20 December 2006 19:47, Ray Hauge wrote: I think all this talk goes to show you that the differences between PHP4 and PHP5 are somewhat personal at this point in the game. Some people like the better OOP features of PHP5, some people think PHP5 is faster,

Re: [PHP] RE: Are PHP5 features worth it?

2006-12-20 Thread Robert Cummings
On Thu, 2006-12-21 at 00:34 +0100, Jochem Maas wrote: I think I'll move to 5.2 within a couple of months and slowly start using some of the new features. if you get stuck you know where to find us :-) Jochem will be at Børge's place hugging and stuff :/ ... ... ... *VOMIT* :B

Re: [PHP] RE: Are PHP5 features worth it?

2006-12-20 Thread Jochem Maas
Robert Cummings wrote: On Thu, 2006-12-21 at 00:34 +0100, Jochem Maas wrote: I think I'll move to 5.2 within a couple of months and slowly start using some of the new features. if you get stuck you know where to find us :-) Jochem will be at Børge's place hugging and stuff :/ ... ...

Re: [PHP] RE: Are PHP5 features worth it?

2006-12-20 Thread Børge Holen
On Thursday 21 December 2006 01:31, Robert Cummings wrote: On Thu, 2006-12-21 at 00:34 +0100, Jochem Maas wrote: I think I'll move to 5.2 within a couple of months and slowly start using some of the new features. if you get stuck you know where to find us :-) Jochem will be at Børge's

Re: [PHP] RE: Are PHP5 features worth it?

2006-12-20 Thread jekillen
On Dec 20, 2006, at 3:14 PM, Niels wrote: Hi, On Wednesday 20 December 2006 19:47, Ray Hauge wrote: I think all this talk goes to show you that the differences between PHP4 and PHP5 are somewhat personal at this point in the game. Some people like the better OOP features of PHP5, some

[PHP] Re: Are PHP5 features worth it?

2006-12-20 Thread Niels
Hi, On Wednesday 20 December 2006 13:37, Roman Neuhauser wrote: # [EMAIL PROTECTED] / 2006-12-19 19:05:23 +0100: I'm writing a PHP program and I've got a number of concerns. The program is about 20 KLOC at the moment, but will probably grow quite a lot. I'm using OOP throughout, and I

[PHP] Re: Are PHP5 features worth it?

2006-12-20 Thread Niels
Hi, On Wednesday 20 December 2006 02:24, Tony Marston wrote: Niels [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi list, I'm writing a PHP program and I've got a number of concerns. The program is about 20 KLOC at the moment, but will probably grow quite a lot. I'm using

Re: [PHP] RE: Are PHP5 features worth it?

2006-12-20 Thread Lester Caine
jekillen wrote: Hey, I'd like to be able to run at least two versions of php on one server and switch between them because if you've written a pile of php 4x code and need to switch to 5x, Is there a real need given the cost of hardware? I run two machines - one with the stable version of

[PHP] Re: Are PHP5 features worth it?

2006-12-19 Thread Tony Marston
Niels [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi list, I'm writing a PHP program and I've got a number of concerns. The program is about 20 KLOC at the moment, but will probably grow quite a lot. I'm using OOP throughout, and I don't really have a lot of problems with

Re: [PHP] Re: Are PHP5 features worth it?

2006-12-19 Thread Larry Garfield
On Tuesday 19 December 2006 19:24, Tony Marston wrote: I have written a large application which uses the OO features of PHP 4, and the same code runs untouched with PHP 5. There is no advantage in making use of some of these fancy new features in PHP 5, so I just don't bother. I couldn't