1. After upgrading wampserver, I found that many things went wrong using zendstudio. At this time, I usually need to project-clean it first, and then go to the run and debug configurations to delete the interpreters except those that come with the studio, and then add them again. The upgraded php.exe path 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 that it was because
I chose 5.6 here, 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 the php version of my previous version of wamp, and that version has been deleted, so I also unchecked the default interpreter of php5.3.
Then you can basically make the same modifications to the debug configuration.
2. Bugs that occur when using zend framework (to be added)
The above introduces the Zend Studio error summary, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.