02-08-2008, 09:10 PM
|
#6 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
|
Quote:
Originally Posted by ReSpawN
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.
|
PHP 4.4.8 was released 1 month and 5 days ago lol
Last time I looked at the php6 todo list ( link), there was alot of things before a full version would be released, so maybe expect a beta by this year and maybe a full one in 2009
|
|
|