php.exe is not recognized as an internal or external command operable program or batch fileThanks to a friend for helping me out, it works now! and below is the step to fix the issue:
- go to ZendFramework directory /bin/zf.bat
- Edit zf.bat and change the path on the line 42:
- REM "%PHP_BIN%" -d safe_mode=Off -f "%ZF_SCRIPT%" -- %*
+ D:\server\php\php.exe -d safe_mode=Off -f "%ZF_SCRIPT%" -- %*
I will update more about my Zend Framework project later.
No comments:
Post a Comment