I'm editing a PHP file in Netbeans that is not part of a project. Although I have PHP 5.3 installed, Netbeans complains about my use of a lambda function: "Language feature not compatible with PHP version indicated in project settings".

Is there a way to tell Netbeans to think in 5.3 when I don't have project settings to edit?

I'm using Netbeans 7.0 with PHP 5.3.3 on Ubuntu.

UPDATE: The code is working, it's just the inspection that is borken.

link|improve this question

73% accept rate
so ignore it... – Neal Jun 23 '11 at 16:48
3  
@Neal next time you have a bug in your code, just ignore it, this will be easier than fix it – Matthieu Jun 24 '11 at 7:44
@Neal I'll probably disable the inspection until I find a solution. Still, not ideal when your IDE is telling you stuff is broken that isn't. – Fritz Meissner Jun 24 '11 at 8:17
feedback

1 Answer

up vote 2 down vote accepted
+500

I recently did an update to my NetBeans (v7.0.1). I just tried creating a lambda fn and the IDE didn't show any warnings/errors. Try updating your NB.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.