02-08-2008, 03:01 PM
|
#2 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
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"
|
|
|