Home > Backend Development > PHP Tutorial > Zend Studio error summary

Zend Studio error summary

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-29 09:14:13
Original
1021 people have browsed it

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

Zend Studio错误总结

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

Zend Studio错误总结

Later I found out that it was because

Zend Studio错误总结

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.

Zend Studio错误总结

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.

Related labels:
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template