Thread: is php6 out:?
View Single Post
Old 02-08-2008, 03:01 PM   #2 (permalink)
ReSpawN
The Frequenter
 
ReSpawN's Avatar
 
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
ReSpawN is on a distinguished road
Default

No it has not been released yet as far as I know. The latest stable version is 5.2.5 and for OOP4, PHP 4.4.8 as been release a couple of months ago.

PHP 4 and PHP 5 are both complete different things. For example, PHP5 supports MySQLi and PHP 4 doesn't. PHP 4 uses class { function foobar() {} } and PHP 5 uses class { public function foobar() {} }.
There are a LOT more differences but you should find that out for yourself.
__________________
"Life is a bitch, take that bitch on a ride"
Send a message via MSN to ReSpawN
ReSpawN is offline  
Reply With Quote