View Poll Results: Which is the best PHP version?
PHP 4 2 25.00%
PHP 5 6 75.00%
PHP 6 0 0%
Voters: 8. You may not vote on this poll

Reply
Which is the best version of PHP?
Old 05-13-2007, 02:06 PM Which is the best version of PHP?
gigitrix's Avatar
Average Talker

Posts: 22
Name: Gigitrix
I was wondering this. I'm just pleased with PHP 4 (I didn't know there was much difference!) but I read all that about 5 and I was wondering which one most people used. I've also heard of PHP 6, but haven't heard much about it.

I use PHP 4 in my projects but I'm still learning and I don't need all that OOP stuff (the thought of a class makes me go queesy !
gigitrix is offline
Reply With Quote
View Public Profile Visit gigitrix's homepage!
 
When You Register, These Ads Go Away!
     
Old 05-13-2007, 11:34 PM Re: Which is the best version of PHP?
jlp09550's Avatar
Novice Talker

Latest Blog Post:
Woooow.
Posts: 13
Name: Jared P
PHP6? That's not released yet.. well.. from what I know. It's planned to release this summer.

PHP5 is my choice.. secure, fast, and compatible with many scripts.
jlp09550 is offline
Reply With Quote
View Public Profile Visit jlp09550's homepage!
 
Old 05-14-2007, 09:10 AM Re: Which is the best version of PHP?
Ultra Talker

Posts: 479
Yep: PHP5 is my preference, but I still end up developing for PHP4 as I'm all but guaranteed that my clients' servers will have it installed. PHP5 (while getting better) is still hit-and-miss unfortunately

I'm looking forward to PHP6, if only for the complete removal of register_globals and all the newbie questions that go with it
__________________
Free PHP Obfuscator
TwistMyArm is offline
Reply With Quote
View Public Profile
 
Old 05-14-2007, 09:40 AM Re: Which is the best version of PHP?
tripy's Avatar
Fetchez la vache!

Posts: 1,981
Name: Thierry
Location: In the void
I'm doing PHP5 everywhere, and for the last 2 years.
Quote:
but I still end up developing for PHP4 as I'm all but guaranteed that my clients' servers will have it installed
For me, it's quite simple.
for every script I have already made, I tell them that those scripts need php5, and until now, every one have got PHP5 installed for they server.
__________________
Listen to the ducky: "This is awesome!!!"

tripy is offline
Reply With Quote
View Public Profile
 
Old 05-14-2007, 01:15 PM Re: Which is the best version of PHP?
gigitrix's Avatar
Average Talker

Posts: 22
Name: Gigitrix
Quote:
Originally Posted by jlp09550 View Post
PHP6? That's not released yet.. well.. from what I know. It's planned to release this summer.
Oops! I should spend more time looking at their website! Can vbulletin edit polls?
gigitrix is offline
Reply With Quote
View Public Profile Visit gigitrix's homepage!
 
Old 05-14-2007, 09:23 PM Re: Which is the best version of PHP?
solomongaby's Avatar
Webmaster Talker

Latest Blog Post:
How Do You Find Music Online ?
Posts: 522
Name: Gabe Solomon
Location: Romania
i think that the question is a little off.
There is no discution that php5 is better then php4 ( they wouldnt have released if it was not )
It's just a matter of what version do you like / use more .
__________________
If you like my posts ... TK is appreciated:)
Web Directory | Blog
solomongaby is offline
Reply With Quote
View Public Profile Visit solomongaby's homepage!
 
Old 05-15-2007, 07:37 AM Re: Which is the best version of PHP?
Ultra Talker

Posts: 479
Quote:
Originally Posted by tripy View Post
For me, it's quite simple.
for every script I have already made, I tell them that those scripts need php5, and until now, every one have got PHP5 installed for they server.

I would if I could A lot of the people that buy scripts from me have already set themselves up with their server and a lot of the time they went the 'cheap host' option... a lot of which don't do PHP5 yet.

For those people that are setting up they're own environments it's all good but unfortunately, it's the cheap hosted sites that are a problem for me and I'd rather go for the lowest common denomination when it comes to them and 'non-custom' scripts.
__________________
Free PHP Obfuscator
TwistMyArm is offline
Reply With Quote
View Public Profile
 
Old 05-15-2007, 08:02 AM Re: Which is the best version of PHP?
tripy's Avatar
Fetchez la vache!

Posts: 1,981
Name: Thierry
Location: In the void
Quote:
it's the cheap hosted sites that are a problem for me
True...
In the mean time, every jobs I've done covered full sites, and rather complicated ones.
Last job I did earned me 3'000 $, and I often do upgrades or revises / consulting on existing scripts.
Sometime re-implement them to add further fonctionnalities or better performances.
So, most of my clients are not the "cheap host" regular.

My most regular client runs a 20 computers. clustered network (3 file servers, 7 db and 10 web with lighthttp + apache as frontend, with a few failover comp. in case of problems) to serve every sites he have (myspace related, and doing quite well, I must say...)

Not quite the "small fish" :-p
__________________
Listen to the ducky: "This is awesome!!!"

tripy is offline
Reply With Quote
View Public Profile
 
Old 05-15-2007, 08:05 AM Re: Which is the best version of PHP?
Skilled Talker

Posts: 60
Name: bilton
PHP 4 is the best
niceguy_81333 is offline
Reply With Quote
View Public Profile
 
Old 05-15-2007, 08:14 AM Re: Which is the best version of PHP?
Ultra Talker

Posts: 479
tripy: agreed. Unfortunately about half my cash comes from 'complete' jobs and the other half comes from 'off-the-shelf' type scripts that I've written. Not that I'm complaining... I may have to do them in PHP4, but once it's done, it's done.

That's my 'decider': PHP5 for 'complete, once off' type jobs, PHP4 for code that I can just continue to sell with no more work. PHP4 is the 'con' while 'residual/passive income' is the 'pro'
__________________
Free PHP Obfuscator
TwistMyArm is offline
Reply With Quote
View Public Profile
 
Old 05-15-2007, 08:42 AM Re: Which is the best version of PHP?
tripy's Avatar
Fetchez la vache!

Posts: 1,981
Name: Thierry
Location: In the void
Quote:
agreed. Unfortunately about half my cash comes from 'complete' jobs and the other half comes from 'off-the-shelf' type scripts
I have some ideas in my mind, and I think too that I will go taht way.
It's true that there are just too many php4 hosts that don't want to upgrade.
But's a shame....
__________________
Listen to the ducky: "This is awesome!!!"

tripy is offline
Reply With Quote
View Public Profile
 
Old 05-16-2007, 09:39 PM Re: Which is the best version of PHP?
Junior Talker

Posts: 3
I like php5 more than php4 because of extra oo support. never got the chance to play around with v6 yet.
Engineer is offline
Reply With Quote
View Public Profile
 
Old 05-17-2007, 08:49 AM Re: Which is the best version of PHP?
Novice Talker

Posts: 6
Name: Rashmi Priya
We have been working on PHP 5 and it gives better performance.
rashmijsr is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Which is the best version of PHP?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.19517 seconds with 14 queries