Re: [PHP] Why PHP4?

2008-08-08 Thread V S Rawat
On 8/8/2008 3:59 AM India Time, _Micah Gersten_ wrote: You can't steal it, but you can't do anything with it either, so what's the point of having it? They are getting it printed and processing the printed hard copy further. That's all. They even have full fledged working programs (say, in

Re: [PHP] Why PHP4?

2008-08-08 Thread Luke
A friend works in a place where they use pascal as a database interface! Luke Slater Lead Developer NuVoo On 8 Aug 2008, at 16:25, V S Rawat [EMAIL PROTECTED] wrote: On 8/8/2008 3:59 AM India Time, _Micah Gersten_ wrote: You can't steal it, but you can't do anything with it either, so

Re: [PHP] Why PHP4?

2008-08-08 Thread Per Jessen
Luke wrote: A friend works in a place where they use pascal as a database interface! Nothing wrong with that - Pascal is a decent language. I know places that still use APL2 - you need a special keyboard for that. And you'll probably have to go and look up what it is :-)

Re: [PHP] Why PHP4?

2008-08-08 Thread Per Jessen
Robert Cummings wrote: I'm calling shenanigans. It was a breeze to setup windows 3.11 WFWG in VMWare. There's a VM for almost every old system these days. Very true, but not every one is a breeze. I've been trying to get to play Master Of Magic on DOS for quite some time. On OS2 it _was_ a

Re: [PHP] Why PHP4?

2008-08-07 Thread Judson Vaughn
Kudos to Richard. If its fixed, don't break it. Jud. == Per Jessen wrote: Richard Heyes wrote: I'm interested - why are people still using PHP4? It's been over 4 years (I think) - plenty of time to upgrade to five. Migration issues for instance - we have quite a bit of code

Re: [PHP] Why PHP4?

2008-08-07 Thread V S Rawat
On 8/7/2008 7:42 PM India Time, _Judson Vaughn_ wrote: Kudos to Richard. If its fixed, don't break it. Jud. == Per Jessen wrote: Richard Heyes wrote: I'm interested - why are people still using PHP4? It's been over 4 years (I think) - plenty of time to upgrade to five.

Re: [PHP] Why PHP4?

2008-08-07 Thread Micah Gersten
You can't steal it, but you can't do anything with it either, so what's the point of having it? Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com V S Rawat wrote: I was surprised to see some very busy and well to do Chartered Accountants, Company

Re: [PHP] Why PHP4?

2008-08-07 Thread Robert Cummings
On Thu, 2008-08-07 at 17:29 -0500, Micah Gersten wrote: You can't steal it, but you can't do anything with it either, so what's the point of having it? V S Rawat wrote: I was surprised to see some very busy and well to do Chartered Accountants, Company Secretaries still using those

Re: [PHP] Why PHP4?

2008-08-05 Thread Jason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 n3or wrote: Compatibility to older Software of the hosters and sloth of the developers Richard Heyes schrieb: I'm interested - why are people still using PHP4? It's been over 4 years (I think) - plenty of time to upgrade to five. Don't lump the

Re: [PHP] Why PHP4?

2008-07-30 Thread Richard Heyes
I agree but not everyone think in the sameway. I have seen several big websites that got hit because they haven't used super globals in the code and their hosting provided would just change the PHP.ini setting and nothing would work. Well if it's a big website then why use a hoster that

Re: [PHP] Why PHP4?

2008-07-30 Thread Per Jessen
Richard Heyes wrote: I agree but not everyone think in the sameway. I have seen several big websites that got hit because they haven't used super globals in the code and their hosting provided would just change the PHP.ini setting and nothing would work. Well if it's a big website then why

Re: [PHP] Why PHP4?

2008-07-30 Thread Richard Heyes
The technical abilities and awareness is often inversely proportional to the size of the hoster. Lol. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why PHP4?

2008-07-30 Thread Hélio Rocha
Sorry to disagree, But I think that with PHP4 a lot of people start thinking that they could be programmers (maybe they can, developers it's another story). When php5 came they didn't know how do deal with the deprecated methods and worst, some hosters didn't know how to virtualize a f1ck1n'

Re: [PHP] Why PHP4?

2008-07-30 Thread Thijs Lensselink
Quoting Hélio Rocha [EMAIL PROTECTED]: Sorry to disagree, But I think that with PHP4 a lot of people start thinking that they could be programmers (maybe they can, developers it's another story). When php5 came they didn't know how do deal with the deprecated methods and worst, some hosters

Re: [PHP] Why PHP4?

2008-07-30 Thread Richard Heyes
Sorry to disagree, That's nothing to apologise for. But I think that with PHP4 a lot of people start thinking that they could be programmers (maybe they can, developers it's another story). When php5 came they didn't know how do deal with the deprecated methods and worst, some hosters

Re: [PHP] Why PHP4?

2008-07-30 Thread Hélio Rocha
Brainfuck rox! LOL :) Sure you must see the changelog and other things but take a look: I can do more and better things with the next generation of the language in which i wrote my app, but i don't think that it's fair that my app doens't compile (if it was a compiled language) or stops executing

Re: [PHP] Why PHP4?

2008-07-30 Thread Per Jessen
Hélio Rocha wrote: methods and worst, some hosters didn't know how to virtualize a f1ck1n' server with Apache+PHP5. Despite their many inabilities, I doubt if any hosting service would have a problem with that. If you're trying to figure out why so many haven't changed, there's one question

Re: [PHP] Why PHP4?

2008-07-30 Thread Per Jessen
Richard Heyes wrote: When U write code, U must not be worried 'bout the next upgrade of your server! Of course you should. Writing code with every eventuality in mind is simply ludicrous. Umm, I beg to differ. A developer should not need to worry about a possible/future upgrade of the

Re: [PHP] Why PHP4?

2008-07-30 Thread Richard Heyes
Umm, I beg to differ. A developer should not need to worry about a possible/future upgrade of the runtime platform. I certainly don't worry about the next release of gcc or glibc when I write C. Minor point releases certainly, but not major ones. They're major upgrades for a reason - things

Re: [PHP] Why PHP4?

2008-07-30 Thread Lester Caine
Per Jessen wrote: Richard Heyes wrote: When U write code, U must not be worried 'bout the next upgrade of your server! Of course you should. Writing code with every eventuality in mind is simply ludicrous. Umm, I beg to differ. A developer should not need to worry about a possible/future

Re: [PHP] Why PHP4?

2008-07-30 Thread Per Jessen
Richard Heyes wrote: Umm, I beg to differ. A developer should not need to worry about a possible/future upgrade of the runtime platform. I certainly don't worry about the next release of gcc or glibc when I write C. Minor point releases certainly, but not major ones. They're major

Re: [PHP] Why PHP4?

2008-07-30 Thread Per Jessen
Lester Caine wrote: Some ISP's are still only supporting rather ancient versions of PHP4. They should simply be warned of the security risks. Some ISP's have a PHP5 offering, but again an older version simply because it causes less problems when converting from PHP4. The problem for an ISP

Re: [PHP] Why PHP4?

2008-07-30 Thread Lester Caine
Per Jessen wrote: Lester Caine wrote: Some ISP's are still only supporting rather ancient versions of PHP4. They should simply be warned of the security risks. Some ISP's have a PHP5 offering, but again an older version simply because it causes less problems when converting from PHP4. The

Re: [PHP] Why PHP4?

2008-07-30 Thread Micah Gersten
Sometimes deprecation is necessary is a language feature is created out of necessity but is superseded by a superior language form. A great example is the HTML FONT tag. Font tags slow down downloads and renderings, and were deprecated in favor of CSS style sheets which offer much more control

Re: [PHP] Why PHP4?

2008-07-30 Thread Micah Gersten
Sometimes speed improvements require removing things. If you end up backwards supporting everything you end up with a big monster engine that is incredibly slow. Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Hélio Rocha wrote: Brainfuck rox! LOL :)

Re: [PHP] Why PHP4?

2008-07-30 Thread Sancar Saran
Because, People believes Do not fix until broke Motto. Testing new online application may painfull. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why PHP4?

2008-07-30 Thread Jim Lucas
Per Jessen wrote: Richard Heyes wrote: I agree but not everyone think in the sameway. I have seen several big websites that got hit because they haven't used super globals in the code and their hosting provided would just change the PHP.ini setting and nothing would work. Well if it's a big

Re: [PHP] Why PHP4?

2008-07-30 Thread Jason Pruim
On Jul 30, 2008, at 10:50 AM, Micah Gersten wrote: Sometimes speed improvements require removing things. If you end up backwards supporting everything you end up with a big monster engine that is incredibly slow. Just ask Microsoft about that ;) -- Jason Pruim Raoset Inc. Technology

Re: [PHP] Why PHP4?

2008-07-30 Thread Per Jessen
Jason Pruim wrote: On Jul 30, 2008, at 10:50 AM, Micah Gersten wrote: Sometimes speed improvements require removing things. If you end up backwards supporting everything you end up with a big monster engine that is incredibly slow. Just ask Microsoft about that ;) Better ask IBM

Re: [PHP] Why PHP4?

2008-07-30 Thread Kevin Waterson
This one time, at band camp, Richard Heyes [EMAIL PROTECTED] wrote: I'm interested - why are people still using PHP4? It's been over 4 years (I think) - plenty of time to upgrade to five. I asked that question and was called a troll... Kevin -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Why PHP4?

2008-07-30 Thread Chris
Per Jessen wrote: Lester Caine wrote: Some ISP's are still only supporting rather ancient versions of PHP4. They should simply be warned of the security risks. Some ISP's have a PHP5 offering, but again an older version simply because it causes less problems when converting from PHP4.

Re: [PHP] Why PHP4?

2008-07-29 Thread VamVan
Its because PHP got really famous with version 4.0 and many people actually converted their CGI or other websites in to PHP 4 websites because it was easy and cheap. But 5.0 brought too many changes like serious OOPS and register global concepts for security, which is useful but made transition

Re: [PHP] Why PHP4?

2008-07-29 Thread mike
I started using superglobals since 4.x; not even thinking about it from a security angle per se, but because it just makes sense to know the source of where your input data is coming from. I guess technically security is a byproduct of that thinking too. On Jul 29, 2008, at 7:31 PM,

Re: [PHP] Why PHP4?

2008-07-29 Thread VamVan
I agree but not everyone think in the sameway. I have seen several big websites that got hit because they haven't used super globals in the code and their hosting provided would just change the PHP.ini setting and nothing would work. GET, POST , SESSION, REQUEST everything was all dealt as just

[PHP] Why PHP4?

2008-07-28 Thread Richard Heyes
I'm interested - why are people still using PHP4? It's been over 4 years (I think) - plenty of time to upgrade to five. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why PHP4?

2008-07-28 Thread n3or
Compatibility to older Software of the hosters and sloth of the developers Richard Heyes schrieb: I'm interested - why are people still using PHP4? It's been over 4 years (I think) - plenty of time to upgrade to five. -- Viele Grüße Dominik Strauß - www.n3or.de Webentwicklung, PHP und Linux

Re: [PHP] Why PHP4?

2008-07-28 Thread Per Jessen
Richard Heyes wrote: I'm interested - why are people still using PHP4? It's been over 4 years (I think) - plenty of time to upgrade to five. Migration issues for instance - we have quite a bit of code that uses sablotron - in PHP5 that's been changed to libxslt, which requires extensive

Re: [PHP] Why PHP4?

2008-07-28 Thread Eric Butera
On Mon, Jul 28, 2008 at 8:12 AM, Richard Heyes [EMAIL PROTECTED] wrote: I'm interested - why are people still using PHP4? It's been over 4 years (I think) - plenty of time to upgrade to five. -- Richard Heyes http://www.phpguru.org Why is COBOL still in use? :) -- PHP General Mailing List

Re: [PHP] Why PHP4?

2008-07-28 Thread Richard Heyes
Why is COBOL still in use? :) What is COBOL? :-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why PHP4?

2008-07-28 Thread Aschwin Wesselius
n3or wrote: Compatibility to older Software of the hosters and sloth of the developers Richard Heyes schrieb: I'm interested - why are people still using PHP4? It's been over 4 years (I think) - plenty of time to upgrade to five. I think because retro is hot these daysor wasor will

Re: [PHP] Why PHP4?

2008-07-28 Thread Richard Heyes
Finally - why migrate? What's the rush? Lots of people are still running back-level software That I can understand. I'm still running Apache 1.3.33 (I think) along with PHP 5.0.4. -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Why PHP4?

2008-07-28 Thread Per Jessen
Richard Heyes wrote: Finally - why migrate? What's the rush? Lots of people are still running back-level software That I can understand. I'm still running Apache 1.3.33 (I think) along with PHP 5.0.4. Right, you've answered your own question. You're still on Apache 1.3.33 because you've

Re: [PHP] Why PHP4?

2008-07-28 Thread mike
On 7/28/08, n3or [EMAIL PROTECTED] wrote: Compatibility to older Software of the hosters and sloth of the developers i think this is a cop-out, any halfass open source package should be compatible with php5 now. i've been running php5 since it came out and everything i have tried never has a

Re: [PHP] Why PHP4?

2008-07-28 Thread Richard Heyes
actually, a lot of stuff is finally saying php5 only now ... Just in time for PHP6... :-) -- Richard Heyes http://www.phpguru.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php