Reputation: 2055
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
Configuration ZendFramework
WampServer v 2.2
How can I fix this issue?
Upvotes: 3
Views: 752
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:
Upvotes: 2