Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pdt-dev] PHP 5.3.0 support

Hi,
I'm going to meet this week with some of the people working on PHP 5.3.0
and get a better insight of their schedule.
After this meeting we'll have better understanding of what we're up
against and plan our roadmap accordingly.


Guy Gurfinkel,
Group Leader, Development Tools
Zend.






-----Original Message-----
From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Nick Boldt
Sent: Friday, May 30, 2008 11:46 PM
To: PDT Developers
Subject: Re: [pdt-dev] PHP 5.3.0 support

Couldn't find an existing bug for this enhancement, so I've opened 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234938

Once the PDT devs see it, they can comment there on
schedule/feasibility.

Of course if you're itching to see this implemented, I'm sure they'd be 
happy to have a patch/contribution from you. :)

As an aside, the Eclipse newsgroups generally work better if you're 
looking for support. Mailing lists usually are for dev-to-community 
announcements and dev-to-dev discussions. Bugzilla is best for feature 
requests and offers to help / contribute.

Nick

Runar Olsen wrote:
> Hello,
>
> First off I am new to this mailing list so if this question has been 
> asked before please bear with me.
>
> Is there any plans for adding support for the new language features 
> introduced in PHP 5.3.0 any time soon? I'm currently working on a 
> project of mine where I have started to take advantage of the newly 
> addition to the scope operator which allows you to use a variable as 
> the class name just like you can when creating a new class. Today this

> results in a parse error in PDT.
>
> Example code to reproduce the problem:
>
> class foo {
>    public static function bar { echo 'foo::bar()!'; }
> }
> $var = 'foo';
> $var::bar(); // This works in PHP 5.3.0 but breaks in both the last 
> release of PDT and the nightly build
>
> Runar
> _______________________________________________
> pdt-dev mailing list
> pdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pdt-dev

-- 
Nick Boldt :: Release Engineer, IBM Toronto Lab
Eclipse Modeling :: http://www.eclipse.org/modeling 
http://wiki.eclipse.org/index.php/User:Nickb

_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev


Back to the top