Home > Article > Backend Development > Zend Studio error summary, zendstudio summary_PHP tutorial
1. After upgrading wampserver, I found many errors in zendstudio. At this time, I usually need to project-clean first, and then Go to the run and debug configurations, delete the interpreters except those that come with the studio, and re-add the php.exe path after the upgrade, which can solve some problems
After that, I clicked run as cli and found that it still didn’t work. It said that execution default was not set, but it was clearly set in the run configuration
Later I found out it was because
Here I chose 5.6, but when I clicked on the environments at the back, php5.6 did not select the default interpreter. Only 5.5 and 5.3 were selected. The 5.3 one is also a potential bug, because it is my previous version. The php version of wamp has been deleted, so I also unchecked the default interpreter of php5.3.
In this way, you can basically make the same modifications to the debug configuration.
2. Bugs that occur when using zend framework (to be added)