Rafał Developer
Rafał Developer

Reputation: 2055

NetBeans IDE 7.2 - installation Zend Framework

I'm having a problem configuring NetBeans to work with the Zend Framework.

English Error: ‘php.exe’ is not recognized as an internal or external command, operable program or batch file.

Polish Error: Nazwa '"php.exe"' nie jest rozpoznawana jako polecenie wewn©trzne lub zewn©trzne, program wykonywalny lub plik wsadowy.

I added this to Path:

;C:\wamp\bin\php\php5.3.5

enter image description here

Configuration ZendFramework

enter image description here

WampServer v 2.2

enter image description here

How can I fix this issue?

Upvotes: 3

Views: 752

Answers (1)

Michał Wiatr
Michał Wiatr

Reputation: 481

What is your version of NetBeans? In 7.3 RC2 you can change the php.exe interpreter path in PHP -> General tab, like:

Change PHP 5 interpreter

Upvotes: 2

Related Questions