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....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
|
|||
|
..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 |
|
|||
|
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 |
|
|||
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|