Home  >  Article  >  Backend Development  >  Zend Studio error summary, zendstudio summary_PHP tutorial

Zend Studio error summary, zendstudio summary_PHP tutorial

WBOY
WBOYOriginal
2016-07-12 09:07:431123browse

Zend Studio error summary, zendstudio summary

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)

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1059475.htmlTechArticleZend Studio error summary, zendstudio summary 1. After upgrading wampserver, I found many things went wrong using zendstudio. At this time, you usually need to project-clean first, and then run and...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn