The body of your message must contain some text.
Is PHP 6 released? If not, when will it be released?
Collapse
This topic is closed.
X
X
-
Erwin MollerTags: None -
ticom
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@g mail.comwrote in message
news:7b505655-14ce-4c13-90dc-a08b328765cc@v2 6g2000prm.googl egroups.com...The body of your message must contain some text.
-
Michael Fesser
Re: Is PHP 6 released? If not, when will it be released?
..oO(Erwin Moller)
Please write your question in the _body_ of the message, not just in the>The body of your message must contain some text.
subject.
PHP 6 is still under development, you can get it from CVS. The next
"major" public release will be PHP 5.3.
Micha
Comment
-
Rik Wasmus
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:
With the static keyword :).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.
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
Comment
-
Piotr
Re: Is PHP 6 released? If not, when will it be released?
Rik Wasmus wrote:There already is a 'static' keyword in PHP :)>
With the static keyword :)
>
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
Comment
-
Twayne
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?
Comment
Comment