Is PHP 6 released? If not, when will it be released?

This is a discussion on Is PHP 6 released? If not, when will it be released? within the PHP Language forums, part of the PHP Programming Forums category; The body of your message must contain some text....


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-06-2008
Erwin Moller
 
Posts: n/a
Default Is PHP 6 released? If not, when will it be released?

The body of your message must contain some text.
Reply With Quote
  #2 (permalink)  
Old 05-06-2008
ticom
 
Posts: n/a
Default Re: Is PHP 6 released? If not, when will it be released?

Currently PHP 5.2.6 is the newest stable version of PHP, but maybe there is
a not stable version of PHP 6 available..

ticom/timothy de vries

"Erwin Moller" <hi.steven.tu@gmail.com> wrote in message
news:7b505655-14ce-4c13-90dc-a08b328765cc@v26g2000prm.googlegroups.com...
> The body of your message must contain some text.



Reply With Quote
  #3 (permalink)  
Old 05-06-2008
Michael Fesser
 
Posts: n/a
Default Re: Is PHP 6 released? If not, when will it be released?

..oO(Erwin Moller)

>The body of your message must contain some text.


Please write your question in the _body_ of the message, not just in the
subject.

PHP 6 is still under development, you can get it from CVS. The next
"major" public release will be PHP 5.3.

Micha
Reply With Quote
  #4 (permalink)  
Old 05-06-2008
Rik Wasmus
 
Posts: n/a
Default Re: Is PHP 6 released? If not, when will it be released?

On Tue, 06 May 2008 04:53:10 +0200, Michael Fesser <netizen@gmx.de> wrote:

> .oO(Erwin Moller)
>
>> The body of your message must contain some text.

>
> Please write your question in the _body_ of the message, not just in the
> subject.
>
> PHP 6 is still under development, you can get it from CVS. The next
> "major" public release will be PHP 5.3.


With the static keyword :)

class Foo {
static function Bar(){echo "in Foo";}
static function Test(){static::Bar();}
}
class Baz extends Foo{
static function Bar(){echo "in Baz";}
}
Baz::test();
--
Rik Wasmus
Reply With Quote
  #5 (permalink)  
Old 05-06-2008
Piotr
 
Posts: n/a
Default Re: Is PHP 6 released? If not, when will it be released?

Rik Wasmus wrote:
>
> With the static keyword :)
>


There already is a 'static' keyword in PHP :)
but there is going to be new use for it - late static binding.

Probably useful, but I have never missed it so far...

best regards
Piotr N
Reply With Quote
  #6 (permalink)  
Old 05-06-2008
Twayne
 
Posts: n/a
Default Re: Is PHP 6 released? If not, when will it be released?

> The body of your message must contain some text.

I have not sent any messages with blank bodies. Neither anyone else
except you that I know of. Got a point?


Reply With Quote
Reply


Thread Tools
Display Modes

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:33 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0